|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a process. A process has an identifier (which is a
short
).
Method Summary | |
Object |
clone()
Clones the process. |
short |
getId()
Returns the identifier of the process. |
void |
setId(short id)
Sets the identifier of the process. |
Method Detail |
public short getId()
public void setId(short id)
id
- the identifier to set.public Object clone() throws CloneNotSupportedException
CloneNotSupportedException
- if the process is not cloneable.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |