public class ProgramThreadKey
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ProgramThreadKey()
constructor
|
ProgramThreadKey(java.lang.String id)
constructor - used from client
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
equals
|
int |
hashCode()
hashCode
|
java.lang.String |
id()
returns the key ID
|
java.lang.String |
toString()
toString
|
public ProgramThreadKey()
public ProgramThreadKey(java.lang.String id)
public java.lang.String id()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object