public class ProgramThreadHandle extends java.lang.Object implements IProgramThread
Constructor and Description |
---|
ProgramThreadHandle(ProgramThreadKey key)
constructor
|
Modifier and Type | Method and Description |
---|---|
ProgramThreadKey |
getKey()
returns the ID of the associated program thread
|
void |
setKey(ProgramThreadKey key)
sets the ID of the asscoiated program thread
|
java.lang.String |
toString()
toString
|
public ProgramThreadHandle(ProgramThreadKey key)
public ProgramThreadKey getKey()
public void setKey(ProgramThreadKey key)
public java.lang.String toString()
toString
in class java.lang.Object