Business Components

Uses of Interface
oracle.jbo.server.ConnectionPoolManager

Packages that use.*
PackageDescription
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of ConnectionPoolManager in oracle.jbo.server
 

Classes in oracle.jbo.server that implement ConnectionPoolManager
TypeName
 class ConnectionPoolManagerImpl
          Default BC4J implementation of the connection pool manager.
 

Methods in oracle.jbo.server that return ConnectionPoolManager
TypeName
static ConnectionPoolManager ConnectionPoolManagerFactory.getConnectionPoolManager()
          Creates instances of a designated implementation of the ConnectionPoolManager interface.
 


Business Components