com.hazelcast.client
Class GetDistributedObjectsRequest

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

public class GetDistributedObjectsRequest
extends Object
implements Portable

User: sancar Date: 8/16/13 Time: 10:35 AM


Constructor Summary
GetDistributedObjectsRequest()
           
 
Method Summary
 int getClassId()
           
 ClientEngine getClientEngine()
           
 ClientEndpoint getEndpoint()
           
 int getFactoryId()
           
<S> S
getService()
           
 String getServiceName()
           
 void readPortable(PortableReader reader)
           
 void writePortable(PortableWriter writer)
           
 
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()

getFactoryId

public int getFactoryId()
Specified by:
getFactoryId in interface Portable

getClassId

public int getClassId()
Specified by:
getClassId in interface Portable

writePortable

public void writePortable(PortableWriter writer)
                   throws IOException
Specified by:
writePortable in interface Portable
Throws:
IOException

readPortable

public void readPortable(PortableReader reader)
                  throws IOException
Specified by:
readPortable in interface Portable
Throws:
IOException

getClientEngine

public ClientEngine getClientEngine()

getService

public <S> S getService()

getEndpoint

public ClientEndpoint getEndpoint()


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