com.hazelcast.client
Class DistributedObjectInfo

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

public class DistributedObjectInfo
extends Object
implements Portable


Method Summary
 boolean equals(Object o)
           
 int getClassId()
           
 int getFactoryId()
           
 String getName()
           
 String getServiceName()
           
 int hashCode()
           
 void readPortable(PortableReader reader)
           
 void writePortable(PortableWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFactoryId

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

getClassId

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

getServiceName

public String getServiceName()

getName

public String getName()

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

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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