Business Components

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

Packages that use ApplicationPool
oracle.jbo.common.ampool   
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)
          Create a new Application Module pool, throws an exception if the pool is already registered.
 

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