Method Summary |
|
public void | addThread(BasicThread threadRef, String username) This method will start the required number of threads of the given class
type. |
protected boolean | addThread(BasicThread threadRef) This method will add a thread to this thread grouping. |
public CoadunationThreadGroup | createThreadGroup() This method creates a new child thread group. |
public CoadunationThreadGroup | getParent() This method returns the parent object referenced by this object. |
public List | getThreadInfo() This method returns the thread information for all the threads controlled
by this object. |
public boolean | isTerminated() This method will return the terminated flag value. |
protected void | removeThread(BasicThread threadRef) This method will remove the thread reference from the object. |
public void | startThreads(Class classRef, String username, int number) This method will start the required number of threads of the given class
type. |
public synchronized void | terminate() This method terminates the threads being maintained by this thread
grouping. |