Skip navigation links

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

E17060-02


Uses of Class
oracle.odi.runtime.agent.invocation.LoadPlanExecutionInfo

Packages that use LoadPlanExecutionInfo
oracle.odi.runtime.agent.invocation This package contains classes for invoking executions on local or remote Oracle Data Integrator agents. 

 

Uses of LoadPlanExecutionInfo in oracle.odi.runtime.agent.invocation

 

Methods in oracle.odi.runtime.agent.invocation that return LoadPlanExecutionInfo
 LoadPlanExecutionInfo RemoteRuntimeAgentInvoker.invokeRestartLoadPlanInstance(java.lang.Number pLoadPlanInstanceId, java.lang.String pWorkRepositoryName)
          Restarts a load plan instance that was previously stopped manually or due to an error.
 LoadPlanExecutionInfo RemoteRuntimeAgentInvoker.invokeStartLoadPlan(java.lang.String pLoadPlanName, java.lang.String pContextCode, LoadPlanStartupParams pStartupParams, java.lang.String pKeywords, java.lang.String pWorkRepositoryName)
          Starts a load plan instance run with various parameters.
 LoadPlanExecutionInfo RemoteRuntimeAgentInvoker.invokeStartLoadPlan(java.lang.String pLoadPlanName, java.lang.String pContextCode, LoadPlanStartupParams pStartupParams, java.lang.String pKeywords, java.lang.String pWorkRepositoryName, java.util.Properties pInvocationProperties)
          Starts a load plan instance run with various parameters.
 LoadPlanExecutionInfo RemoteRuntimeAgentInvoker.invokeStopLoadPlan(java.lang.Number pLoadPlanInstanceId, java.lang.Number pLoadPlanInstanceRunCount, StopType pStopType, java.lang.String pWorkRepositoryName)
          Stops a load plan instance run.

 


Skip navigation links

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

E17060-02


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