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

Constructor Summary
StoreThreadsControll()
           
 
Method Summary
 String getAgentThread(String threadName)
          Gets the agent corresponding to this thread.
 Hashtable getThreadsDataBase()
          Gets the Hashtable containing all the threads and associated groups and agents objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreThreadsControll

public StoreThreadsControll()
Method Detail

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.