Searched defs:VMID (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/rmi/dgc/
H A DVMID.java32 * A VMID is a identifier that is unique across all Java virtual
39 public final class VMID implements java.io.Serializable { class in inherits:java.io.Serializable
65 * Create a new VMID. Each new VMID returned from this constructor
72 public VMID() { method in class:VMID
79 * host. If false, reliable VMID cannot be generated from this host
89 * Compute hash code for this VMID.
96 * Compare this VMID to another, and return true if they are the
100 if (obj instanceof VMID) {
101 VMID vmi
[all...]

Completed in 598 milliseconds