Skip navigation links

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

E17060-04


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 pJndiName, PoolingAttributes pPoolingAttributes)
          MasterRepositoryDbInfo constructor that takes a JNDI data source name for repository connectivity, and a 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.
MasterRepositoryDbInfo(java.lang.String pJdbcUrl, java.lang.String pJdbcDriver, java.lang.String pEdition, java.lang.String pJdbcUsername, char[] pJdbcPassword, PoolingAttributes pPoolingAttributes)
           
WorkRepositoryDbInfo(java.lang.String pWorkName, PoolingAttributes pPoolingAttributes)
          WorkRepositoryDbInfo constructor that takes ODI work repository name for repository connectivity.
WorkRepositoryDbInfo(java.lang.String pWorkName, java.lang.String pEdition, PoolingAttributes pPoolingAttributes)
           

 


Skip navigation links

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

E17060-04


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