| com.sun.jbi.engine.sequencing.framework.threads.TestWorkManager
TestWorkManager | public class TestWorkManager extends TestCase (Code) | | DOCUMENT ME!
author: Sun Microsystems, Inc. |
Method Summary | |
public static Test | suite() | public void | testCease() Test of cease method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkManager. | public void | testGetBusyThreads() Test of getBusyThreads method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkManager. | public void | testGetWorkManager() Test of getWorkManager method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkManager. | public void | testInit() Test of init method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkManager. | public void | testProcessCommand() Test of processCommand method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkManager. | public void | testSetLogger() Test of setLogger method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkManager. | public void | testSetMaxThreads() Test of setMaxThreads method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkManager. | public void | testSetMinThreads() Test of setMinThreads method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkManager. |
TestWorkManager | public TestWorkManager(java.lang.String testName)(Code) | | Creates a new TestWorkManager object.
Parameters: testName - |
suite | public static Test suite()(Code) | | DOCUMENT ME!
NOT YET DOCUMENTED |
testCease | public void testCease()(Code) | | Test of cease method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkManager.
|
testGetBusyThreads | public void testGetBusyThreads()(Code) | | Test of getBusyThreads method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkManager.
|
testGetWorkManager | public void testGetWorkManager()(Code) | | Test of getWorkManager method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkManager.
|
testInit | public void testInit()(Code) | | Test of init method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkManager.
|
testProcessCommand | public void testProcessCommand()(Code) | | Test of processCommand method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkManager.
|
testSetLogger | public void testSetLogger()(Code) | | Test of setLogger method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkManager.
|
testSetMaxThreads | public void testSetMaxThreads()(Code) | | Test of setMaxThreads method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkManager.
|
testSetMinThreads | public void testSetMinThreads()(Code) | | Test of setMinThreads method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkManager.
|
|
|