public abstract class BaseClientRemoveListenerRequest extends CallableClientRequest implements RetryableRequest
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
registrationId |
callId, clientEngine, endpoint, operationService, serializationService, service| Modifier | Constructor and Description |
|---|---|
protected |
BaseClientRemoveListenerRequest() |
protected |
BaseClientRemoveListenerRequest(String name) |
| Modifier and Type | Method and Description |
|---|---|
Object |
call() |
protected abstract boolean |
deRegisterListener() |
String |
getDistributedObjectName()
Used for
SecurityInterceptor |
String |
getName() |
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 |
String |
getRegistrationId() |
void |
read(PortableReader reader) |
void |
setName(String name) |
void |
setRegistrationId(String registrationId) |
void |
write(PortableWriter writer) |
processgetCallId, getClassVersion, getClientEngine, getDistributedObjectType, getEndpoint, getMethodName, getService, getServiceName, readPortable, setCallId, setClientEngine, setEndpoint, setOperationService, setSerializationService, setService, writePortableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequiredPermissiongetClassId, getFactoryIdprotected BaseClientRemoveListenerRequest()
protected BaseClientRemoveListenerRequest(String name)
protected abstract boolean deRegisterListener()
public String getRegistrationId()
public void setRegistrationId(String registrationId)
public String getName()
public void setName(String name)
public void write(PortableWriter writer) throws IOException
write in class ClientRequestIOExceptionpublic void read(PortableReader reader) throws IOException
read in class ClientRequestIOExceptionpublic String getDistributedObjectName()
SecureRequestSecurityInterceptorgetDistributedObjectName in interface SecureRequestgetDistributedObjectName in class ClientRequestpublic 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 ClientRequestCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.