|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.dpml.lang.PID
public class 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()
toString
in class Object
public boolean equals(Object other)
equals
in class Object
other
- the object to compare with this object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |