| Constructor and Description |
|---|
ClientPrincipal() |
ClientPrincipal(String uuid,
String ownerUuid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getClassId()
Returns class identifier for this portable class.
|
int |
getFactoryId()
Returns PortableFactory id for this portable class
|
String |
getOwnerUuid() |
String |
getUuid() |
int |
hashCode() |
void |
readPortable(PortableReader reader)
Read portable fields using PortableReader
|
String |
toString() |
void |
writePortable(PortableWriter writer)
Serialize this portable object using PortableWriter
|
public String getUuid()
public String getOwnerUuid()
public int getFactoryId()
PortablegetFactoryId in interface Portablepublic int getClassId()
PortablegetClassId in interface Portablepublic void writePortable(PortableWriter writer) throws IOException
PortablewritePortable in interface Portablewriter - PortableWriterIOExceptionpublic void readPortable(PortableReader reader) throws IOException
PortablereadPortable in interface Portablereader - PortableReaderIOExceptionCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.