Business Components

Package oracle.jbo.common.ampool

Interface Summary
InterfaceDescription
ApplicationModuleRef  
ApplicationPool This is the ApplicationPool interface.
ApplicationPoolListener  
ConnectionStrategy Declares application module creation and connection operations.
EnvInfoProvider Invoked by DefaultConnectionStrategy when the application pool is establishing connection to the database.
SessionCookie Interface for session cookies.
SessionCookieFactory Interface for session cookie factories.
SessionCookieListener  
 

Class Summary
ClassDescription
AMHomeDesc  
AMPoolMessageBundle  
ApplicationPoolImpl This class provides the default implementation of the ApplicationPool interface.
ApplicationPoolLogger Responsible for logging, collecting, and reporting application pool statistics.
ContextPoolManager  
DefaultConnectionStrategy A default strategy class for application module creation and connection.
DefaultSessionCookieFactory Factory for SessionCookieImpl instances.
PoolMgr This class manages the Application Pool.
PoolTester The PoolTester class provides a sample implementation and use of Application Module Pooling in LOCAL mode.
SessionCookieImpl Default SessionCookie implementation.
 

Exception Summary
ExceptionDescription
ApplicationPoolException  
 


Business Components