Skip navigation links

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

E17060-03


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

Packages that use OdiLogicalAgent
oracle.odi.domain.model This package contains the Oracle Data Integrator Data Model domain implementation. 
oracle.odi.domain.runtime.loadplan   
oracle.odi.domain.runtime.lpi   
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 OdiLogicalAgent in oracle.odi.domain.model

 

Methods in oracle.odi.domain.model that return OdiLogicalAgent
 OdiLogicalAgent OdiModel.getReverseAgent()
          Get the logical agent to be used during customized reverse of this OdiModel instance.

 

Methods in oracle.odi.domain.model with parameters of type OdiLogicalAgent
 void OdiModel.setReverseAgent(OdiLogicalAgent pLogicalAgent)
          Set the logical agent that should be used to execute customized reverse engineering of this OdiModel instance.

 

Uses of OdiLogicalAgent in oracle.odi.domain.runtime.loadplan

 

Methods in oracle.odi.domain.runtime.loadplan that return OdiLogicalAgent
 OdiLogicalAgent OdiLoadPlanStepRunScenario.getLogicalAgent()
           

 

Methods in oracle.odi.domain.runtime.loadplan with parameters of type OdiLogicalAgent
 OdiLoadPlanStepRunScenario OdiLoadPlanStepContainer.addStepRunScenario(java.lang.String pStepName, OdiScenario pScenario, OdiLogicalAgent pLogicalAgent, OdiContext pContext)
          Creates an instance of OdiLoadPlanStepRunScenario, adds it to the list of children steps in the last position and returns it.
 OdiLoadPlanStepRunScenario OdiLoadPlanStepContainer.addStepRunScenario(java.lang.String pStepName, Tag pScenarioTag, OdiLogicalAgent pLogicalAgent, OdiContext pContext)
          Creates an instance of OdiLoadPlanStepRunScenario, adds it to the list of children steps in the last position and returns it.
 void OdiLoadPlanStepRunScenario.setLogicalAgent(OdiLogicalAgent logicalAgent)
           

 

Uses of OdiLogicalAgent in oracle.odi.domain.runtime.lpi

 

Methods in oracle.odi.domain.runtime.lpi that return OdiLogicalAgent
 OdiLogicalAgent OdiLoadPlanInstance.getLogicalAgent()
           
 OdiLogicalAgent OdiLoadPlanInstanceStepRunScenario.getLogicalAgent()
           

 

Methods in oracle.odi.domain.runtime.lpi with parameters of type OdiLogicalAgent
 void OdiLoadPlanInstance.setLogicalAgent(OdiLogicalAgent logicalAgent)
           

 

Uses of OdiLogicalAgent in oracle.odi.domain.topology

 

Methods in oracle.odi.domain.topology that return OdiLogicalAgent
 OdiLogicalAgent OdiContextualAgentMapping.getLogicalAgent()
          Obtains the logical agent defined for this OdiContextualAgentMapping.

 

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

 

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

 

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

 


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.