|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.UniqueRuntimeID
public class UniqueRuntimeID
UniqueRuntimeID is a unique runtime identifier across all jvm. It is made of a unique VMID combined with the runtime name.
Constructor Summary | |
---|---|
UniqueRuntimeID()
Creates a new UniqueRuntimeID |
|
UniqueRuntimeID(java.lang.String vmName)
|
|
UniqueRuntimeID(java.lang.String vmName,
java.rmi.dgc.VMID vmID)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Overrides equals to take into account the two part of this UniqueRuntimeID. |
java.rmi.dgc.VMID |
getVMID()
Returns the VMID of this UniqueID. |
java.lang.String |
getVMName()
Returns the vmName part of this UniqueID. |
int |
hashCode()
Overrides hashCode. |
java.lang.String |
toString()
Returns a string representation of this UniqueID. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UniqueRuntimeID()
public UniqueRuntimeID(java.lang.String vmName)
public UniqueRuntimeID(java.lang.String vmName, java.rmi.dgc.VMID vmID)
Method Detail |
---|
public java.rmi.dgc.VMID getVMID()
getCurrentVMID()
in case
this UniqueID is attached to an object that has migrated.
public java.lang.String getVMName()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |