com.hazelcast.client
Class DistributedObjectListenerRequest

java.lang.Object
  extended by com.hazelcast.client.ClientRequest
      extended by com.hazelcast.client.CallableClientRequest
          extended by com.hazelcast.client.DistributedObjectListenerRequest
All Implemented Interfaces:
RetryableRequest, SecureRequest, Portable, Callable

public class DistributedObjectListenerRequest
extends CallableClientRequest
implements RetryableRequest


Field Summary
 
Fields inherited from class com.hazelcast.client.ClientRequest
callId, clientEngine, endpoint, service
 
Constructor Summary
DistributedObjectListenerRequest()
           
 
Method Summary
 Object call()
           
 int getClassId()
           
 int getFactoryId()
           
 Permission getRequiredPermission()
           
 String getServiceName()
           
 
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
 

Constructor Detail

DistributedObjectListenerRequest

public DistributedObjectListenerRequest()
Method Detail

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.