Class VMID
java.lang.Object
java.rmi.dgc.VMID
- All Implemented Interfaces:
Serializable
A VMID is a identifier that is unique across all Java virtual
machines. VMIDs are used by the distributed garbage collector
to identify client VMs.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
VMID
public VMID()Create a new VMID. Each new VMID returned from this constructor is unique for all Java virtual machines under the following conditions: a) the conditions for uniqueness for objects of the classjava.rmi.server.UID
are satisfied, and b) an address can be obtained for this host that is unique and constant for the lifetime of this object.
-
-
Method Details
-
isUnique
Deprecated.Return true if an accurate address can be determined for this host. If false, reliable VMID cannot be generated from this host- Returns:
- true if host address can be determined, false otherwise
-
hashCode
-
equals
-
toString
-