Class NotEnoughCapacity
- java.lang.Object
-
- AbstractPooling
-
- NotEnoughCapacity
-
- All Implemented Interfaces:
OnThreadCompletedListener
public class NotEnoughCapacity extends AbstractPooling
-
-
Constructor Summary
Constructors Constructor Description NotEnoughCapacity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
after()
void
test()
void
testImmediatelyRun()
void
testNoAction()
void
testWaitAndRun()
-
Methods inherited from class AbstractPooling
before, getThreadsPooling, onThreadCompletedListener, target
-
-
-
-
Method Detail
-
test
public void test()
- Overrides:
test
in classAbstractPooling
-
testNoAction
public void testNoAction()
-
testImmediatelyRun
public void testImmediatelyRun()
-
testWaitAndRun
public void testWaitAndRun()
-
after
public void after() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
-