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() |
processMessage
decodeClientMessage, encodeResponse, getClientVersion, getDistributedObjectType, getEndpoint, getMemberBuildInfo, getMethodName, getPartitionId, getService, handleProcessingFailure, isAuthenticationMessage, run, sendClientMessage, sendClientMessage, sendClientMessage, sendResponse
public AbstractAddConfigMessageTask(ClientMessage clientMessage, Node node, Connection connection)
protected Object call() throws Exception
call
in class AbstractCallableMessageTask<P>
Exception
public String getServiceName()
getServiceName
in class AbstractMessageTask<P>
public String getDistributedObjectName()
SecureRequest
SecurityInterceptor
getDistributedObjectName
in interface SecureRequest
getDistributedObjectName
in class AbstractMessageTask<P>
public Permission getRequiredPermission()
public Object[] getParameters()
SecureRequest
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 lazilygetParameters
in interface SecureRequest
getParameters
in class AbstractMessageTask<P>
protected abstract OperationFactory getOperationFactory()
protected List<? extends ListenerConfig> adaptListenerConfigs(List<ListenerConfigHolder> listenerConfigHolders)
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.