Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Uses of Class
oracle.odi.core.config.PoolingAttributes

Packages that use PoolingAttributes
oracle.odi.core.config Provides classes for Oracle Data Integrator core infrastructure configuration, including exception hierarchy related to configuration issues. 

 

Uses of PoolingAttributes in oracle.odi.core.config

 

Methods in oracle.odi.core.config that return PoolingAttributes
 PoolingAttributes MasterRepositoryDbInfo.getPoolingAttributes()
          Return the pooling attributes defined for this repository info.
 PoolingAttributes WorkRepositoryDbInfo.getPoolingAttributes()
          Return the pooling attributes defined for this repository info.

 

Constructors in oracle.odi.core.config with parameters of type PoolingAttributes
MasterRepositoryDbInfo(java.lang.String pJdbcUrl, java.lang.String pJdbcDriver, java.lang.String pJdbcUsername, char[] pJdbcPassword, PoolingAttributes pPoolingAttributes)
          MasterRepositoryDbInfo constructor that takes straight JDBC parameters for repository connectivity.
WorkRepositoryDbInfo(java.lang.String pWorkName, PoolingAttributes pPoolingAttributes)
          WorkRepositoryDbInfo constructor that takes ODI work repository name for repository connectivity.

 


Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.