| Interface | Description |
|---|---|
| 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 or when
the application pool is recycling an ApplicationModule. |
| Poolable |
Defines the operationso that an object must support to be pooled
by an ApplicationPool.
|
| RemotePoolCookie | |
| SessionCookie |
Interface for session cookies.
|
| SessionCookieFactory |
Interface for session cookie factories.
|
| SessionCookieListener |
| Class | Description |
|---|---|
| AMHomeDesc | |
| AMPoolMessageBundle | |
| AMPoolMessageBundle_en | |
| AMStatistics |
A structure for ApplicationModule statistics.
|
| AMStatistics.CountStatsInfo |
Custom implementations of ApplicationModules should add their long
properties using this class.
|
| AMStatistics.StatsInfo |
The class is used for reporting of statistics.
|
| AMStatistics.StringStatsInfo |
Custom implementations of ApplicationModules should add their String
properties using this class.
|
| 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.
|
| OCIEnvInfoProvider |
May be used to specify OCI proxy authentication properties to an
<@link oracle.jbo.server.OCIConnectionPoolManagerImpl} instance.
|
| PoolMgr |
This class manages the Application Pool.
|
| PoolTester |
The PoolTester class provides a sample implementation and use
of Application Module Pooling in LOCAL mode.
|
| RemoteCookieFactory | |
| RemoteCookieHelper | |
| RemoteCookieImpl | |
| SecurityUtil |
Internal: Applications should not use this class.
|
| SessionCookieImpl |
Default SessionCookie implementation.
|
| Statistics |
A structure for ApplicationPool statistics.
|
| Exception | Description |
|---|---|
| ApplicationPoolException |