com.hazelcast.client
Class DistributedObjectInfo
java.lang.Object
com.hazelcast.client.DistributedObjectInfo
- All Implemented Interfaces:
- Portable
public class DistributedObjectInfo
- extends Object
- implements Portable
User: sancar
Date: 8/16/13
Time: 11:42 AM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getFactoryId
public int getFactoryId()
- Specified by:
getFactoryId
in interface Portable
getClassId
public int getClassId()
- Specified by:
getClassId
in interface Portable
getServiceName
public String getServiceName()
getId
public Object getId()
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
Copyright © 2013 Hazelcast, Inc.. All Rights Reserved.