|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use OdiPhysicalAgentDataSource | |
|---|---|
| oracle.odi.domain.topology | This package contains the Oracle Data Integrator Topology domain model implementation. |
| oracle.odi.domain.topology.finder | This package contains classes for searching Oracle Data Integrator topology entities. |
| Uses of OdiPhysicalAgentDataSource in oracle.odi.domain.topology |
|---|
| Methods in oracle.odi.domain.topology that return types with arguments of type OdiPhysicalAgentDataSource | |
|---|---|
java.util.Collection<OdiPhysicalAgentDataSource> |
OdiPhysicalAgent.getDefinedDataSources()
Deprecated. That method must not be used anymore. Returned result may be not consistent, and it doesn't scale. Use a finder. |
| 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. |
OdiPhysicalAgentDataSource |
IOdiPhysicalAgentDataSourceFinder.findByPhysicalAgentNameAndDataServerName(java.lang.String pAgentName,
java.lang.String pDataServerName)
Deprecated. replaced by IOdiPhysicalAgentDataSourceFinder.findByPhysicalAgent(String pAgentName, String pDataServerName) |
| 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.findByDataServerName(java.lang.String pDataServerName)
Deprecated. replaced by IOdiPhysicalAgentDataSourceFinder.findByDataServer(String pDataServerName) |
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. |
java.util.Collection<OdiPhysicalAgentDataSource> |
IOdiPhysicalAgentDataSourceFinder.findByPhysicalAgentId(long pAgentId)
Deprecated. replaced by #findByPhysicalAgent(long pAgentId) |
java.util.Collection<OdiPhysicalAgentDataSource> |
IOdiPhysicalAgentDataSourceFinder.findByPhysicalAgentName(java.lang.String pAgentName)
Deprecated. replaced by #findByPhysicalAgent(String pAgentName |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||