Class java.rmi.dgc.VMID
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.rmi.dgc.VMID

java.lang.Object
   |
   +----java.rmi.dgc.VMID

public final class VMID
extends Object
implements Serializable
A unique identifier for connections.

Constructor Index

 o VMID()

Method Index

 o equals(Object)
Compares two Objects for equality.
 o hashCode()
Returns a hashcode for this Object.
 o toString()
Returns a String that represents the value of this Object.

Constructors

 o VMID
  public VMID() throws VMIDNotSupportedException

Methods

 o hashCode
  public int hashCode()
Returns a hashcode for this Object.
Overrides:
hashCode in class Object
 o equals
  public boolean equals(Object obj)
Compares two Objects for equality.
Overrides:
equals in class Object
 o toString
  public String toString()
Returns a String that represents the value of this Object.
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index