|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationPool | |
oracle.jbo.common.ampool | |
oracle.jbo.html.jsp | Contains utitlity classes used by the Data Web Bean runtime. |
oracle.jbo.http | |
oracle.jbo.uicli.mom | Contains classes that implement metadata management for JClient |
Uses of ApplicationPool in oracle.jbo.common.ampool |
Classes in oracle.jbo.common.ampool that implement ApplicationPool | |
class |
ApplicationPoolImpl
This class provides the default implementation of the ApplicationPool interface. |
Methods in oracle.jbo.common.ampool that return ApplicationPool | |
ApplicationPool |
PoolMgr.getPool(java.lang.String sName)
Deprecated. |
ApplicationPool |
PoolMgr.createPool(java.lang.String sName,
java.lang.String sClass,
java.lang.String sApplicationModule,
java.lang.String sConnectString,
java.util.Hashtable env)
Create a new Application Module pool, throws an exception if the pool is already registered. |
ApplicationPool |
PoolMgr.createPool(java.lang.String sName,
java.lang.String sApplicationModule,
java.lang.String sConnectString,
java.util.Hashtable env)
Create a new Application Module pool, throws an exception if the pool is already registered. |
ApplicationPool |
PoolMgr.createPool(java.lang.String sName,
java.lang.String sPackageName,
java.lang.String sConfigName,
java.util.Properties props)
Creates a new Application Module pool, throws an exception if the pool is already registered. |
ApplicationPool |
PoolMgr.findPool(java.lang.String poolName,
java.lang.String poolClassName,
java.lang.String applicationModuleName,
java.lang.String connectString,
java.util.Hashtable environment)
Searches for a pool with the specified name. |
ApplicationPool |
PoolMgr.findPool(java.lang.String poolName,
java.lang.String applicationModuleName,
java.lang.String connectString,
java.util.Hashtable environment)
Searches for a pool with the specified name. |
ApplicationPool |
PoolMgr.findPool(java.lang.String poolName,
Configuration configuration,
java.lang.String configName)
|
ApplicationPool |
PoolMgr.findPool(java.lang.String poolName,
java.lang.String packageName,
java.lang.String configName,
java.util.Properties props)
Searches for a pool with the specified name. |
ApplicationPool |
ContextPoolManager.getPool(java.lang.String poolName)
|
ApplicationPool |
ContextPoolManager.createPool(java.lang.String poolName,
java.lang.String poolClassName,
java.lang.String applicationModuleName,
java.lang.String connectString,
java.util.Hashtable environment)
|
ApplicationPool |
ContextPoolManager.createPool(java.lang.String poolName,
java.lang.String applicationModuleName,
java.lang.String connectString,
java.util.Hashtable environment)
|
ApplicationPool |
ContextPoolManager.createPool(java.lang.String poolName,
java.lang.String packageName,
java.lang.String configName,
java.util.Properties props)
|
ApplicationPool |
ContextPoolManager.findPool(java.lang.String poolName,
java.lang.String poolClassName,
java.lang.String applicationModuleName,
java.lang.String connectString,
java.util.Hashtable environment)
|
ApplicationPool |
ContextPoolManager.findPool(java.lang.String poolName,
java.lang.String applicationModuleName,
java.lang.String connectString,
java.util.Hashtable environment)
|
ApplicationPool |
ContextPoolManager.findPool(java.lang.String poolName,
java.lang.String packageName,
java.lang.String configName,
java.util.Properties props)
|
Methods in oracle.jbo.common.ampool with parameters of type ApplicationPool | |
SessionCookie |
SessionCookieFactory.createSessionCookie(java.lang.String applicationId,
java.lang.String sessionId,
ApplicationPool pool,
java.util.Properties properties)
Creates a SessionCookie instance. |
void |
PoolMgr.addPool(ApplicationPool pool)
Deprecated. |
SessionCookie |
DefaultSessionCookieFactory.createSessionCookie(java.lang.String applicationId,
java.lang.String sessionId,
ApplicationPool pool,
java.util.Properties properties)
|
void |
ContextPoolManager.addPool(ApplicationPool pool)
|
Constructors in oracle.jbo.common.ampool with parameters of type ApplicationPool | |
SessionCookieImpl(java.lang.String applicationId,
java.lang.String sessionId,
ApplicationPool pool,
java.security.Principal userPrincipal)
Constructor. |
|
SessionCookieImpl(java.lang.String applicationId,
java.lang.String sessionId,
ApplicationPool pool)
|
Uses of ApplicationPool in oracle.jbo.html.jsp |
Methods in oracle.jbo.html.jsp with parameters of type ApplicationPool | |
void |
JSPApplicationRegistry.releaseAppModuleInstance(java.lang.String applicationId,
ApplicationModule appModule,
ApplicationPool pool,
javax.servlet.http.HttpSession session,
javax.servlet.http.HttpServletResponse response,
java.lang.String releaseMode)
Deprecated. application developers should use the following sample to release an ApplicationModule instead of releaseAppModuleInstance (assumes that the ApplicationModule instance was acquired with a SessionCookie, see getAppModuleInstance for more information):
HttpContainer container = HttpContainer.getInstanceFromSession(session);
SessionCookie cookie = container.getSessionCookies(applicationId);
// only release the ApplicationModule if it was reserved
if (cookie != null && cookie.isApplicationModuleReserved())
{
if ( |
void |
JSPApplicationRegistry.releaseAppModuleInstance(ApplicationModule appModule,
ApplicationPool pool,
javax.servlet.http.HttpSession session,
javax.servlet.http.HttpServletResponse response,
java.lang.String releaseMode)
Deprecated. application developers should use the following sample to release an ApplicationModule instead of releaseAppModuleInstance (assumes that the ApplicationModule instance was acquired with a SessionCookie, see getAppModuleInstance for more information):
HttpContainer container = HttpContainer.getInstanceFromSession(session);
SessionCookie cookie = container.getSessionCookies(applicationId);
// only release the ApplicationModule if it was reserved
if (cookie != null && cookie.isApplicationModuleReserved())
{
if ( |
void |
JSPApplicationRegistry.releaseAppModuleInstance(ApplicationModule appModule,
ApplicationPool pool,
javax.servlet.jsp.PageContext pageContext,
java.lang.String releaseMode)
Deprecated. application developers should use the following sample to release an ApplicationModule instead of releaseAppModuleInstance (assumes that the ApplicationModule instance was acquired with a SessionCookie, see getAppModuleInstance for more information):
HttpContainer container = HttpContainer.getInstanceFromSession(session);
SessionCookie cookie = container.getSessionCookies(applicationId);
// only release the ApplicationModule if it was reserved
if (cookie != null && cookie.isApplicationModuleReserved())
{
if ( |
Uses of ApplicationPool in oracle.jbo.http |
Methods in oracle.jbo.http with parameters of type ApplicationPool | |
SessionCookie |
SharedSessionCookieFactory.createSessionCookie(java.lang.String applicationId,
java.lang.String sessionId,
ApplicationPool pool,
java.util.Properties properties)
Deprecated. |
SessionCookie |
OCISessionCookieFactory.createSessionCookie(java.lang.String name,
java.lang.String value,
ApplicationPool pool,
java.util.Properties properties)
|
SessionCookie |
HttpSessionCookieFactory.createSessionCookie(java.lang.String applicationId,
java.lang.String sessionId,
ApplicationPool pool,
java.util.Properties properties)
Creates a HttpSessionCookieImpl instance. |
Constructors in oracle.jbo.http with parameters of type ApplicationPool | |
SharedSessionCookieImpl(java.lang.String applicationId,
java.lang.String sessionId,
ApplicationPool pool)
Deprecated. This constructor may be used if the sessionId is already known. |
|
HttpSessionCookieImpl(java.lang.String applicationId,
java.lang.String sessionId,
ApplicationPool pool)
This constructor may be used if the sessionId is already known. |
|
HttpSessionCookieImpl(java.lang.String applicationId,
java.lang.String sessionId,
ApplicationPool pool,
java.security.Principal userPrincipal,
javax.servlet.http.HttpServletRequest request)
|
|
HttpSessionCookieImpl(java.lang.String applicationId,
java.lang.String sessionId,
ApplicationPool pool,
java.security.Principal userPrincipal,
javax.servlet.http.HttpSession session)
|
|
ApplicationBindingListener(ApplicationModule appModule,
ApplicationPool pool)
|
Uses of ApplicationPool in oracle.jbo.uicli.mom |
Methods in oracle.jbo.uicli.mom that return ApplicationPool | |
static ApplicationPool |
JUMetaObjectManager.createPool(java.lang.String qualifiedAMName)
Deprecated. applications should use oracle.jbo.common.ampool.PoolMgr.findPool directly or should rely upon createApplicationObject to create a pool using the fully qualified ApplicationModule definition name. |
static ApplicationPool |
JUMetaObjectManager.createPool(java.lang.String qualifiedAMName,
java.util.Properties env)
Deprecated. applications should use oracle.jbo.common.ampool.PoolMgr.findPool directly or should rely upon createApplicationObject to create a pool using the fully qualified ApplicationModule definition name. |
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.