com.hazelcast.client
Class GetDistributedObjectsRequest

java.lang.Object
  extended by com.hazelcast.client.ClientRequest
      extended by com.hazelcast.client.GetDistributedObjectsRequest
All Implemented Interfaces:
SecureRequest, Portable

public class GetDistributedObjectsRequest
extends ClientRequest


Field Summary
 
Fields inherited from class com.hazelcast.client.ClientRequest
callId, clientEngine, endpoint, service
 
Constructor Summary
GetDistributedObjectsRequest()
           
 
Method Summary
 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

GetDistributedObjectsRequest

public GetDistributedObjectsRequest()
Method Detail

getServiceName

public String getServiceName()
Specified by:
getServiceName in class ClientRequest

getFactoryId

public int getFactoryId()

getClassId

public int getClassId()

getRequiredPermission

public Permission getRequiredPermission()


Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.