Oracle Content Management SDK

Uses of Class
oracle.ifs.server.ConnectionPoolConfiguration

Packages that use ConnectionPoolConfiguration
oracle.ifs.management.domain   
oracle.ifs.server   
 

Uses of ConnectionPoolConfiguration in oracle.ifs.management.domain
 

Methods in oracle.ifs.management.domain that return ConnectionPoolConfiguration
 ConnectionPoolConfiguration ServiceManagerInterface.getReadonlyConnectionPoolConfiguration()
          Gets the configuration parameters of the readonly ConnectionPool.
 ConnectionPoolConfiguration ServiceManagerInterface.getWriteableConnectionPoolConfiguration()
          Gets the configuration parameters of the writeable ConnectionPool.
 

Methods in oracle.ifs.management.domain with parameters of type ConnectionPoolConfiguration
 void ServiceManagerInterface.setReadonlyConnectionPoolConfiguration(ConnectionPoolConfiguration configuration)
          Alters the configuration of the readonly ConnectionPool.
 void ServiceManagerInterface.setWriteableConnectionPoolConfiguration(ConnectionPoolConfiguration configuration)
          Alters the configuration of the writeable ConnectionPool.
 

Uses of ConnectionPoolConfiguration in oracle.ifs.server
 

Methods in oracle.ifs.server that return ConnectionPoolConfiguration
 ConnectionPoolConfiguration S_LibraryService.getReadonlyConnectionPoolConfiguration()
          Gets the configuration parameters of the readonly ConnectionPool.
 ConnectionPoolConfiguration S_LibraryService.getWriteableConnectionPoolConfiguration()
          Gets the configuration parameters of the writeable ConnectionPool.
protected  ConnectionPoolConfiguration ConnectionPool.getConnectionPoolConfiguration()
          Gets the configuration parameters of this ConnectionPool.
 

Methods in oracle.ifs.server with parameters of type ConnectionPoolConfiguration
 void S_LibraryService.setReadonlyConnectionPoolConfiguration(ConnectionPoolConfiguration configuration)
          Alters the configuration of the readonly ConnectionPool.
 void S_LibraryService.setWriteableConnectionPoolConfiguration(ConnectionPoolConfiguration configuration)
          Alters the configuration of the writeable ConnectionPool.
protected  void ConnectionPool.setConnectionPoolConfiguration(ConnectionPoolConfiguration configuration)
          Alters the configuration of this ConnectionPool.
 

Constructors in oracle.ifs.server with parameters of type ConnectionPoolConfiguration
ConnectionPool(S_LibraryService service, ConnectionPoolConfiguration configuration)
          Constructs a ConnectionPool.
 


Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.