Business Components

Uses of Interface
oracle.jbo.common.ampool.ApplicationPool

Packages that use ApplicationPool
oracle.jbo.common.ampool   
oracle.jbo.html.jsp Contains utitlity classes used by the Data Web Bean runtime. 
oracle.jdeveloper.jsp.wb Contains implementation classes for Web Beans. 
 

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)
          Returns the ApplicationPool interface for the named pool.
 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.
 

Uses of ApplicationPool in oracle.jbo.html.jsp
 

Methods in oracle.jbo.html.jsp with parameters of type ApplicationPool
 void JSPApplicationRegistry.releaseAppModuleInstance(ApplicationModule appModule, ApplicationPool pool, javax.servlet.http.HttpSession session, javax.servlet.http.HttpServletResponse response, java.lang.String releaseMode)
          Release the specified application module instance.
 void JSPApplicationRegistry.releaseAppModuleInstance(ApplicationModule appModule, ApplicationPool pool, javax.servlet.jsp.PageContext pageContext, java.lang.String releaseMode)
          Release the specified application module instance.
 

Uses of ApplicationPool in oracle.jdeveloper.jsp.wb
 

Methods in oracle.jdeveloper.jsp.wb with parameters of type ApplicationPool
 void PoolAdministrator.reportPoolContents(HTMLDocument doc, ApplicationPool pool)
          Reports pool information in an HTML format.
 void PoolAdministrator.reportNewContents(HTMLDocument doc, ApplicationPool pool)
          Reports pool information in an HTML format.
 


Business Components