|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sadun.util.pool2.ObjectPool.PassivationManagerFactory
A base class for a factory of BasePassivationManager
s.
It can be extended to produce a specific subclass of BasePassivationManager
.
Constructor Summary | |
protected |
ObjectPool.PassivationManagerFactory()
|
Method Summary | |
protected abstract BasePassivationManager |
createPassivationThread()
Return a specific subclass of BasePassivationManager implementing a certain passivation
policy. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected ObjectPool.PassivationManagerFactory()
Method Detail |
protected abstract BasePassivationManager createPassivationThread()
BasePassivationManager
implementing a certain passivation
policy.
BasePassivationManager
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |