public abstract class BaseClientRemoveListenerRequest extends CallableClientRequest
| 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,
String registrationId) |
| Modifier and Type | Method and Description |
|---|---|
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) |
getCallId, getClassVersion, getClientEngine, getDistributedObjectType, getEndpoint, getMethodName, getService, getServiceName, isSingleConnection, readPortable, setCallId, setOperationService, setSerializationService, setSingleConnection, writePortableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequiredPermissiongetClassId, getFactoryIdpublic 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 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 © 2014 Hazelcast, Inc.. All Rights Reserved.