| java.lang.Object com.rift.coad.lib.thread.ThreadGroupManager
ThreadGroupManager | public class ThreadGroupManager (Code) | | This object is responsible for managing the thread groups within Coadunation.
author: Brett Chaldecott |
Inner Class :public class LoaderThreadGroupManager | |
Field Summary | |
protected static Logger | log |
log | protected static Logger log(Code) | | |
getInstance | public static synchronized ThreadGroupManager getInstance()(Code) | | This method is responsible for getting and instance of the thread group
manager.
The reference to the in memory thread group. |
getThreadGroup | public ThreadGroup getThreadGroup()(Code) | | This method returns the reference to the thread group
|
initThreadGroup | public void initThreadGroup(CoadunationThreadGroup coadThreadGroup) throws ThreadException(Code) | | This method inits the thread group for the given class loader.
Parameters: coadThreadGroup - The thread group to start. |
terminateThreadGroup | public void terminateThreadGroup()(Code) | | This method returns the reference to the thread group
|
|
|