|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
PooledObject | A pooled object is a stub for its original object, which is accessible via the same interface. |
Class Summary | |
BasePassivationManager | A Passivation thread is associated to one or more ObjectPool s
and triggers the activation/passivation state of a Pooled object.
|
BasePooledObject | A base implementation of a pooled object employing file serialization for passivation purposes. |
Configuration | An object definining the configuration for a given object pool .
|
DefaultPassivationManager | The default passivation manager. |
ObjectPool | NOT COMPLETE YET. |
ObjectPool.DefaultPassivationManagerFactory | An ObjectPool.PassivationManagerFactory which
produces DefaultPassivationManager s |
ObjectPool.PassivationManagerFactory | A base class for a factory of BasePassivationManager s.
|
ObjectPool.PooledObjectFactory | A object factory which produces BasePooledObject
wrappers for other classes.
|
Exception Summary | |
ActivationException | An exception raised when an object cannot be activated for some reason. |
PassivationException | An exception raised when an object cannot be passivated for some reason. |
NOT COMPLETE YET. The persistent Object Pool is implemented in this class.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |