org.mule.tck.model
Class AbstractPoolTestCase
java.lang.Object
TestCase
org.mule.tck.AbstractMuleTestCase
org.mule.tck.model.AbstractPoolTestCase
- public abstract class AbstractPoolTestCase
- extends AbstractMuleTestCase
AbstractPoolTestCase TODO (document class)
- Version:
- $Revision: 3798 $
- Author:
- Ross Mason
- See Also:
- Serialized Form
| Methods inherited from class org.mule.tck.AbstractMuleTestCase |
addTest, checkPreReqs, disposeManager, doTearDown, finalize, getManager, getName, getTestComponent, getTestConnector, getTestDescriptor, getTestEndpoint, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestInfo, getTestManager, getTestSession, getTestTransformer, isOffline, isPrereqsMet, setDisposeManagerPerSuite, setUp, suitePostSetUp, suitePostTearDown, suitePreSetUp, suitePreTearDown, tearDown |
FAIL_WHEN_EXHAUSTED
public static final byte FAIL_WHEN_EXHAUSTED
- See Also:
- Constant Field Values
GROW_WHEN_EXHAUSTED
public static final byte GROW_WHEN_EXHAUSTED
- See Also:
- Constant Field Values
BLOCK_WHEN_EXHAUSTED
public static final byte BLOCK_WHEN_EXHAUSTED
- See Also:
- Constant Field Values
DEFAULT_POOL_SIZE
public static final byte DEFAULT_POOL_SIZE
- See Also:
- Constant Field Values
DEFAULT_WAIT
public static final long DEFAULT_WAIT
- See Also:
- Constant Field Values
AbstractPoolTestCase
public AbstractPoolTestCase()
doSetUp
protected void doSetUp()
throws Exception
- Overrides:
doSetUp in class AbstractMuleTestCase
- Throws:
Exception
testCreatePool
public void testCreatePool()
throws Exception
- Throws:
Exception
testFailOnExhaust
public void testFailOnExhaust()
throws Exception
- Throws:
Exception
testBlockExpiryOnExhaust
public void testBlockExpiryOnExhaust()
throws Exception
- Throws:
Exception
testBlockOnExhaust
public void testBlockOnExhaust()
throws Exception
- Throws:
Exception
testGrowOnExhaust
public void testGrowOnExhaust()
throws Exception
- Throws:
Exception
testClearPool
public void testClearPool()
throws Exception
- Throws:
Exception
testCreateFromFactory
public void testCreateFromFactory()
throws Exception
- Throws:
Exception
testPoolLifecycle
public void testPoolLifecycle()
throws Exception
- Throws:
Exception
createPool
public abstract ObjectPool createPool(MuleDescriptor descriptor,
byte action)
throws InitialisationException
- Throws:
InitialisationException
getPoolFactory
public abstract UMOPoolFactory getPoolFactory()
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.