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

E17060-01

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

Packages that use OdiPhysicalAgent
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 OdiPhysicalAgent in oracle.odi.domain.topology
 

Methods in oracle.odi.domain.topology that return OdiPhysicalAgent
 OdiPhysicalAgent OdiContextualAgentMapping.getPhysicalAgent()
          Obtains physical agent defined for this OdiContextualAgentMapping.
 OdiPhysicalAgent OdiPhysicalAgentDataSource.getPhysicalAgent()
          Obtains the physical agent related to this OdiPhysicalAgentDataSource.
 OdiPhysicalAgent OdiLogicalAgent.getPhysicalAgent(OdiContext pContext)
          Obtains the OdiPhysicalAgent mapped to this OdiLogicalAgent for given OdiContext.
 

Methods in oracle.odi.domain.topology that return types with arguments of type OdiPhysicalAgent
 java.util.Collection<OdiPhysicalAgent> OdiPhysicalAgent.getLoadBalancingAgents()
          Obtains an unmodifiable collection of agents this agent can use to make load balancing.
 java.util.Collection<OdiPhysicalAgent> OdiPhysicalAgent.getMasterAgents()
          Obtains an unmodifiable collection of agents that can use this agent to make load balancing.
 

Methods in oracle.odi.domain.topology with parameters of type OdiPhysicalAgent
 void OdiPhysicalAgent.addLoadBalancingAgent(OdiPhysicalAgent pAgent)
          Add given agent to the collection of load balancing agents related to this OdiPhysicalAgent.
 void OdiPhysicalAgent.removeLoadBalancingAgent(OdiPhysicalAgent pAgent)
          Remove given agent to the collection of load balancing agents related to this OdiPhysicalAgent.
 void OdiContextualAgentMapping.setPhysicalAgent(OdiPhysicalAgent pPhysicalAgent)
          Defines the physical agent for this OdiContextualAgentMapping.
 

Constructors in oracle.odi.domain.topology with parameters of type OdiPhysicalAgent
OdiContextualAgentMapping(OdiContext pContext, OdiLogicalAgent pLogicalAgent, OdiPhysicalAgent pPhysicalAgent)
          Create a new OdiContextualAgentMapping.
OdiPhysicalAgentDataSource(OdiPhysicalAgent pAgent, AbstractOdiDataServer pDataServer)
          Create a new OdiPhysicalAgentDataSource.
 

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

Methods in oracle.odi.domain.topology.finder that return OdiPhysicalAgent
 OdiPhysicalAgent IOdiPhysicalAgentFinder.findByName(java.lang.String pAgentName)
          Find OdiPhysicalAgent by name.
 


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

E17060-01

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