public abstract class BaseClientRemoveListenerRequest extends CallableClientRequest
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
registrationId |
callId, clientEngine, endpoint, service| Modifier | Constructor and Description |
|---|---|
protected |
BaseClientRemoveListenerRequest() |
protected |
BaseClientRemoveListenerRequest(String name,
String registrationId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getRegistrationId() |
void |
read(PortableReader reader) |
void |
setName(String name) |
void |
setRegistrationId(String registrationId) |
void |
write(PortableWriter writer) |
getCallId, getClassVersion, getClientEngine, getEndpoint, getService, getServiceName, isSingleConnection, readPortable, setCallId, 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 ClientRequestIOExceptionCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.