Skip navigation links

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

E17060-04


Uses of Class
oracle.odi.domain.topology.OdiPhysicalAgentDataSource

Packages that use OdiPhysicalAgentDataSource
oracle.odi.domain.topology.finder This package contains classes for searching Oracle Data Integrator topology entities. 

 

Uses of OdiPhysicalAgentDataSource in oracle.odi.domain.topology.finder

 

Methods in oracle.odi.domain.topology.finder that return OdiPhysicalAgentDataSource
 OdiPhysicalAgentDataSource IOdiPhysicalAgentDataSourceFinder.findByPhysicalAgent(java.lang.String pAgentName, java.lang.String pDataServerName)
          Find OdiPhysicalAgentDataSource by agent's name and data server's name.

 

Methods in oracle.odi.domain.topology.finder that return types with arguments of type OdiPhysicalAgentDataSource
 java.util.Collection<OdiPhysicalAgentDataSource> IOdiPhysicalAgentDataSourceFinder.findByDataServer(java.lang.String pDataServerName)
          Find OdiPhysicalAgentDataSource by data server (name).
 java.util.Collection<OdiPhysicalAgentDataSource> IOdiPhysicalAgentDataSourceFinder.findByPhysicalAgent(java.lang.Number pAgentId)
          Find OdiPhysicalAgentDataSource by physical agent's id.
 java.util.Collection<OdiPhysicalAgentDataSource> IOdiPhysicalAgentDataSourceFinder.findByPhysicalAgent(java.lang.String pAgentName)
          Find OdiPhysicalAgentDataSource by physical agent's name.

 


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.