java.rmi.server
public final class UID extends Object implements Serializable
Constructor Summary | |
---|---|
UID()
Create the new UID that would have the described features of the
uniqueness. | |
UID(short wellKnownId)
Create the new UID with the well known id (number). |
Method Summary | |
---|---|
boolean | equals(Object other)
Compare this UID with another UID for equality (not equal to other types of
objects). |
int | hashCode()
Get the hashCode of this UID. |
static UID | read(DataInput in) |
String | toString()
Get the string representation of this UID.
|
void | write(DataOutput out) |
Parameters: wellKnownId the well known UID.
Returns: a string, uniquely identifying this id.