|
Java Platform 1.2 Beta 4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.rmi.dgc.VMID
Constructor Summary | |
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. |
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()
Return true if an accurate address can be determined for this host. |
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()
The static method isUnique can be invoked to determine if an accurate address can be obtained for this host.
Method Detail |
public static boolean isUnique()
public int hashCode()
public boolean equals(Object obj)
public String toString()
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |