| 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--java.rmi.dgc.VMID
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.
| Constructor Summary | |
VMID()
Create a new VMID.  | 
|
| Method Summary | |
 boolean | 
equals(Object obj)
Compare this VMID to another, and return true if they are the same identifier.  | 
 int | 
hashCode()
Compute hash code for this VMID.  | 
static boolean | 
isUnique()
Deprecated.  | 
 String | 
toString()
Return string representation of this VMID.  | 
| Methods inherited from class java.lang.Object | 
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public VMID()
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.  | Method Detail | 
public static boolean isUnique()
public int hashCode()
hashCode in class Objectjava.lang.ObjectObject.equals(java.lang.Object), 
Hashtablepublic boolean equals(Object obj)
equals in class Objectjava.lang.Objectobj - the reference object with which to compare.true if this object is the same as the obj
          argument; false otherwise.Boolean.hashCode(), 
Hashtablepublic String toString()
toString in class Objectjava.lang.Object
  | 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.