API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.rmi.dgc. VMID View Source
Author(s)
Ann Wollrath
Peter Jones
Since
Version
1.21, 11/17/05
Serial
Hierarchy
 Object
      VMID
Implements
 Serializable
Subclasses
Description
publicfinal class VMID
  A VMID is a identifier that is unique across all Java virtual machines.
See also:   
Constructors
public VMID ()
  Create a new VMID.
Methods
Hide/Show inherited methods
public boolean equals (Object obj)
Compare this VMID to another, and return true if they are the same identifier.
public int hashCode ()
Compute hash code for this VMID.
@Deprecated
publicstatic boolean isUnique ()
  Return true if an accurate address can be determined for this host.
public String toString ()
Return string representation of this VMID.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar