P - listener registration request parameters typepublic abstract class AbstractRemoveListenerMessageTask<P> extends AbstractCallableMessageTask<P>
clientEngine, clientMessage, connection, endpoint, endpointManager, logger, nodeEngine, parameters, serializationService| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRemoveListenerMessageTask(ClientMessage clientMessage,
Node node,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
Object |
call() |
protected abstract boolean |
deRegisterListener() |
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 |
protected abstract String |
getRegistrationId() |
processMessagedecodeClientMessage, encodeResponse, getClientVersion, getDistributedObjectName, getDistributedObjectType, getEndpoint, getMemberBuildInfo, getMethodName, getPartitionId, getService, getServiceName, handleProcessingFailure, isAuthenticationMessage, run, sendClientMessage, sendClientMessage, sendClientMessage, sendResponseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequiredPermissionprotected AbstractRemoveListenerMessageTask(ClientMessage clientMessage, Node node, Connection connection)
public final Object call()
call in class AbstractCallableMessageTask<P>protected abstract boolean deRegisterListener()
protected abstract String getRegistrationId()
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>Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.