com.hazelcast.client
Class GetDistributedObjectsRequest
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetDistributedObjectsRequest
public GetDistributedObjectsRequest()
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.