Constructs a new Identity
object.
Optional
name: stringThe identity name.
Optional
category: stringThe identity category.
Determines whether the specified object is equal to this object.
The object to compare with.
true
if the specified object is equal to the this object, false
otherwise.
Returns the hash code of the object.
the hash code of the object.
Static
readReads Identity from the given InputStream.
The InputStream to read from.
The read Identity value.
Static
writeWrites the Identity value to the given OutputStream.
The OutputStream to write to.
The value to write.
Represents the identity of an Ice object. In a proxy, an empty Identity#name denotes a null proxy. An identity with an empty Identity#name and a non-empty Identity#category is illegal. Additionally, you cannot add a servant with an empty name to the Active Servant Map.
See