structures
Class StoreThreadsControll
java.lang.Object
|
+--structures.StoreThreadsControll
- public class StoreThreadsControll
- extends Object
- implements Serializable
Sets in the Hashtable and gets back from the Hashtable, information about the threads and their associated groups and agents.
- See Also:
Hashtable
, Serialized Form
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
StoreThreadsControll
public StoreThreadsControll()
getAgentThread
public String getAgentThread(String threadName)
- Gets the agent corresponding to this thread.
- Parameters:
threadName
- the thread name- Returns:
- the agent name
getThreadsDataBase
public Hashtable getThreadsDataBase()
- Gets the
Hashtable
containing all the threads and associated groups and agents objects.
- Returns:
- the
Hashtable
containing the threads database.