A VMID is a identifier that is unique across all Java virtual
machines.
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:
Constructors
public VMID
()
Create a new 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 class java.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.
Return true if an accurate address can be determined for this
host.
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