com.hazelcast.client
Class DistributedObjectListenerRequest
java.lang.Object
com.hazelcast.client.ClientRequest
com.hazelcast.client.CallableClientRequest
com.hazelcast.client.DistributedObjectListenerRequest
- All Implemented Interfaces:
- RetryableRequest, SecureRequest, Portable, Callable
public class DistributedObjectListenerRequest
- extends CallableClientRequest
- implements RetryableRequest
Methods inherited from class com.hazelcast.client.ClientRequest |
getCallId, getClientEngine, getEndpoint, getService, isSingleConnection, read, readPortable, setCallId, setSingleConnection, write, writePortable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DistributedObjectListenerRequest
public DistributedObjectListenerRequest()
call
public Object call()
throws Exception
- Specified by:
call
in interface Callable
- Throws:
Exception
getServiceName
public String getServiceName()
- Specified by:
getServiceName
in class ClientRequest
getFactoryId
public int getFactoryId()
- Specified by:
getFactoryId
in interface Portable
getClassId
public int getClassId()
- Specified by:
getClassId
in interface Portable
getRequiredPermission
public Permission getRequiredPermission()
- Specified by:
getRequiredPermission
in interface SecureRequest
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.