Skip navigation links

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

E17060-04


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)
          Deprecated. Since 11.1.1.6.0. Instead use RemoteRuntimeAgentInvoker.invokeRestartLoadPlanInstance(Number pLoadPlanInstanceId, String pWorkRepositoryName, Integer pLogLevel). This method uses default log level null. If log level is not set, restartLoadPlan will use the log level from the previous run.
 LoadPlanExecutionInfo RemoteRuntimeAgentInvoker.invokeRestartLoadPlanInstance(java.lang.Number pLoadPlanInstanceId, java.lang.String pWorkRepositoryName, java.lang.Integer pLogLevel)
          Deprecated. 
 LoadPlanExecutionInfo RemoteRuntimeAgentInvoker.invokeRestartLoadPlanInstance(java.lang.Number pLoadPlanInstanceId, java.lang.String pWorkRepositoryName, java.lang.Integer pLogLevel, java.util.Properties pInvocationProperties)
          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)
          Deprecated. Since 11.1.1.6.0. Instead use RemoteRuntimeAgentInvoker.invokeStartLoadPlan(String pLoadPlanName, String pContextCode, LoadPlanStartupParams pStartupParams, String pKeywords, String pWorkRepositoryName, Integer pLogLevel) This method uses default log level of null.
 LoadPlanExecutionInfo RemoteRuntimeAgentInvoker.invokeStartLoadPlan(java.lang.String pLoadPlanName, java.lang.String pContextCode, LoadPlanStartupParams pStartupParams, java.lang.String pKeywords, java.lang.String pWorkRepositoryName, java.lang.Integer pLogLevel)
          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)
          Deprecated. Since 11.1.1.6.0. Instead use RemoteRuntimeAgentInvoker.invokeStartLoadPlan(String pLoadPlanName, String pContextCode, LoadPlanStartupParams pStartupParams, String pKeywords, String pWorkRepositoryName, Properties pInvocationProperties, Integer pLogLevel) This method uses default log level of null to maintain 11.1.1.5.0 behavior.
 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, java.lang.Integer pLogLevel)
          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.7.0)

E17060-04


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