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, writePortable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRequiredPermission
getClassId, getFactoryId
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 ClientRequest
IOException
public void read(PortableReader reader) throws IOException
read
in class ClientRequest
IOException
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.