public abstract class AbstractAddConfigMessageTask<P> extends AbstractCallableMessageTask<P>
clientEngine, clientMessage, connection, endpoint, endpointManager, logger, nodeEngine, parameters, serializationService| Constructor and Description |
|---|
AbstractAddConfigMessageTask(ClientMessage clientMessage,
Node node,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
protected List<? extends ListenerConfig> |
adaptListenerConfigs(List<ListenerConfigHolder> listenerConfigHolders) |
protected Object |
call() |
String |
getDistributedObjectName()
Used for
SecurityInterceptor |
protected abstract OperationFactory |
getOperationFactory() |
Object[] |
getParameters()
Used for
SecurityInterceptor
Parameters passed to the method by a distributedObject
for map.put(key, value) parameters should be 'key' and 'value'
parameters can be in binary or object form, underlying implementation will de-serialize lazily |
Permission |
getRequiredPermission() |
String |
getServiceName() |
processMessagedecodeClientMessage, encodeResponse, getClientVersion, getDistributedObjectType, getEndpoint, getMemberBuildInfo, getMethodName, getPartitionId, getService, handleProcessingFailure, isAuthenticationMessage, run, sendClientMessage, sendClientMessage, sendClientMessage, sendResponsepublic AbstractAddConfigMessageTask(ClientMessage clientMessage, Node node, Connection connection)
protected Object call() throws Exception
call in class AbstractCallableMessageTask<P>Exceptionpublic String getServiceName()
getServiceName in class AbstractMessageTask<P>public String getDistributedObjectName()
SecureRequestSecurityInterceptorgetDistributedObjectName in interface SecureRequestgetDistributedObjectName in class AbstractMessageTask<P>public Permission getRequiredPermission()
public Object[] getParameters()
SecureRequestSecurityInterceptor
Parameters passed to the method by a distributedObject
for map.put(key, value) parameters should be 'key' and 'value'
parameters can be in binary or object form, underlying implementation will de-serialize lazilygetParameters in interface SecureRequestgetParameters in class AbstractMessageTask<P>protected abstract OperationFactory getOperationFactory()
protected List<? extends ListenerConfig> adaptListenerConfigs(List<ListenerConfigHolder> listenerConfigHolders)
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.