|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hazelcast.client.impl.client.ClientPrincipal
public final class ClientPrincipal
Constructor Summary | |
---|---|
ClientPrincipal()
|
|
ClientPrincipal(String uuid,
String ownerUuid)
|
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 |
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 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClientPrincipal()
public ClientPrincipal(String uuid, String ownerUuid)
Method Detail |
---|
public String getUuid()
public String getOwnerUuid()
public int getFactoryId()
Portable
getFactoryId
in interface Portable
public int getClassId()
Portable
getClassId
in interface Portable
public void writePortable(PortableWriter writer) throws IOException
Portable
writePortable
in interface Portable
writer
- PortableWriter
IOException
public void readPortable(PortableReader reader) throws IOException
Portable
readPortable
in interface Portable
reader
- PortableReader
IOException
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |