Class java.rmi.dgc.VMID
All Packages Class Hierarchy This Package Previous Next Index
Class java.rmi.dgc.VMID
java.lang.Object
|
+----java.rmi.dgc.VMID
- public final class VMID
- extends Object
- implements Serializable
A unique identifier for connections.
-
VMID()
-
-
equals(Object)
- Compares two Objects for equality.
-
hashCode()
- Returns a hashcode for this Object.
-
toString()
- Returns a String that represents the value of this Object.
VMID
public VMID() throws VMIDNotSupportedException
hashCode
public int hashCode()
- Returns a hashcode for this Object.
- Overrides:
- hashCode in class Object
equals
public boolean equals(Object obj)
- Compares two Objects for equality.
- Overrides:
- equals in class Object
toString
public String toString()
- Returns a String that represents the value of this Object.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index