|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hazelcast.client.impl.client.DistributedObjectInfo
public class DistributedObjectInfo
| Constructor Summary | |
|---|---|
DistributedObjectInfo()
|
|
DistributedObjectInfo(String serviceName,
String name)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
int |
getClassId()
Returns class identifier for this portable class. |
int |
getFactoryId()
Returns PortableFactory id for this portable class |
String |
getName()
|
String |
getServiceName()
|
int |
hashCode()
|
void |
readPortable(PortableReader reader)
Read portable fields using PortableReader |
void |
writePortable(PortableWriter writer)
Serialize this portable object using PortableWriter |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DistributedObjectInfo()
public DistributedObjectInfo(String serviceName,
String name)
| Method Detail |
|---|
public int getFactoryId()
Portable
getFactoryId in interface Portablepublic int getClassId()
Portable
getClassId in interface Portablepublic String getServiceName()
public String getName()
public void writePortable(PortableWriter writer)
throws IOException
Portable
writePortable in interface Portablewriter - PortableWriter
IOException
public void readPortable(PortableReader reader)
throws IOException
Portable
readPortable in interface Portablereader - PortableReader
IOExceptionpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||