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 |
setRegistrationId(String registrationId) |
void |
write(PortableWriter writer) |
getCallId, getClientEngine, getEndpoint, getService, getServiceName, isSingleConnection, readPortable, setCallId, setSingleConnection, writePortableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClassId, getFactoryIdgetRequiredPermissionpublic String getRegistrationId()
public void setRegistrationId(String registrationId)
public String getName()
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.