| com.sun.jbi.engine.sequencing.framework.threads.TestWorkThreadPool
TestWorkThreadPool | public class TestWorkThreadPool extends TestCase (Code) | | DOCUMENT ME!
author: Sun Microsystems, Inc. |
Method Summary | |
public static Test | suite() | public void | testAddThread() Test of addThread method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkThreadPool. | public void | testCease() Test of cease method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkThreadPool. | public void | testGetBusyThreads() Test of getBusyThreads method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkThreadPool. | public void | testGetFreeThread() Test of getFreeThread method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkThreadPool. | public void | testInit() Test of init method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkThreadPool. | public void | testReleaseThread() Test of releaseThread method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkThreadPool. | public void | testSetLogger() Test of setLogger method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkThreadPool. | public void | testSetMaxThreads() Test of setMaxThreads method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkThreadPool. | public void | testSetMinThreads() Test of setMinThreads method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkThreadPool. | public void | testStart() Test of start method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkThreadPool. |
TestWorkThreadPool | public TestWorkThreadPool(java.lang.String testName)(Code) | | Creates a new TestWorkThreadPool object.
Parameters: testName - |
suite | public static Test suite()(Code) | | NOT YET DOCUMENTED |
testAddThread | public void testAddThread()(Code) | | Test of addThread method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkThreadPool.
|
testCease | public void testCease()(Code) | | Test of cease method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkThreadPool.
|
testGetBusyThreads | public void testGetBusyThreads()(Code) | | Test of getBusyThreads method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkThreadPool.
|
testGetFreeThread | public void testGetFreeThread()(Code) | | Test of getFreeThread method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkThreadPool.
|
testInit | public void testInit()(Code) | | Test of init method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkThreadPool.
|
testReleaseThread | public void testReleaseThread()(Code) | | Test of releaseThread method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkThreadPool.
|
testSetLogger | public void testSetLogger()(Code) | | Test of setLogger method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkThreadPool.
|
testSetMaxThreads | public void testSetMaxThreads()(Code) | | Test of setMaxThreads method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkThreadPool.
|
testSetMinThreads | public void testSetMinThreads()(Code) | | Test of setMinThreads method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkThreadPool.
|
testStart | public void testStart()(Code) | | Test of start method, of class
com.sun.jbi.engine.sequencing.framework.threads.WorkThreadPool.
|
|
|