com.hazelcast.client
Class BaseClientRemoveListenerRequest
java.lang.Object
com.hazelcast.client.ClientRequest
com.hazelcast.client.CallableClientRequest
com.hazelcast.client.BaseClientRemoveListenerRequest
- All Implemented Interfaces:
- SecureRequest, Portable, Callable
- Direct Known Subclasses:
- RemoveDistributedObjectListenerRequest
public abstract class BaseClientRemoveListenerRequest
- extends CallableClientRequest
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.concurrent.Callable |
call |
name
protected String name
registrationId
protected String registrationId
BaseClientRemoveListenerRequest
protected BaseClientRemoveListenerRequest()
BaseClientRemoveListenerRequest
protected BaseClientRemoveListenerRequest(String name,
String registrationId)
getRegistrationId
public String getRegistrationId()
setRegistrationId
public void setRegistrationId(String registrationId)
getName
public String getName()
write
public void write(PortableWriter writer)
throws IOException
- Overrides:
write
in class ClientRequest
- Throws:
IOException
read
public void read(PortableReader reader)
throws IOException
- Overrides:
read
in class ClientRequest
- Throws:
IOException
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.