|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.dpml.lang.PID
The PID class is a process identifer.
Constructor Summary | |
PID()
Creation of a new process identifier. |
Method Summary | |
boolean |
equals(Object other)
Test if a supplied object is equal to this process identifier. |
int |
getValue()
Return the process identifier int value. |
int |
hashCode()
Return the hashcode for this PID instance. |
String |
toString()
Return the string representation of this process identifier. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PID()
Method Detail |
public int getValue()
public String toString()
public boolean equals(Object other)
other
- the object to compare with this object
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |