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

E17060-01

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

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

Uses of ExecutionInfo in oracle.odi.runtime.agent
 

Methods in oracle.odi.runtime.agent that return ExecutionInfo
 ExecutionInfo RuntimeAgent.restartSession(long pSessionId, StartupParams pVariables, boolean pSynchronous)
          Restart the given session with various parameters.
 ExecutionInfo RuntimeAgent.restartSession(long pSessionId, StartupParams pVariables, boolean pSynchronous, boolean pKeepSessionParams)
          Restart the given session with various parameters.
 ExecutionInfo RuntimeAgent.startScenario(java.lang.String pScenName, java.lang.String pScenVersion, StartupParams pVariables, java.lang.String pKeywords, java.lang.String pContextCode, java.lang.Integer pLogLevel, java.lang.String pSessionName, boolean pSynchronous)
          Start the scenario with various parameters.
 ExecutionInfo RuntimeAgent.startSession(long pSessionId, StartupParams pVariables, boolean pSynchronous, boolean pKeepSessionParams)
          Deprecated. will be removed/protected. Use InternalRuntimeAgent Starts a session with various parameters. The instance you used to instantiate this RuntimeAgent must be connected to a work repository to execute this method.
 

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

Methods in oracle.odi.runtime.agent.invocation that return ExecutionInfo
 ExecutionInfo RemoteRuntimeAgentInvoker.invokeRestartSession(long pSessionId, boolean pAsynchronous, oracle.odi.core.datasource.DataSourceDefinition pMasterDataSourceDefinition, java.lang.String pWorkRepName, java.lang.String pOdiUsername, java.lang.String pOdiPassword)
          Deprecated. will be removed in the connected agent project. use RemoteRuntimeAgentInvoker.invokeRestartSession(long, StartupParams, boolean, String)
 ExecutionInfo RemoteRuntimeAgentInvoker.invokeRestartSession(long pSessionId, StartupParams pVariables, boolean pAsynchronous, oracle.odi.core.datasource.DataSourceDefinition pMasterDataSourceDefinition, java.lang.String pWorkRepName, java.lang.String pOdiUsername, java.lang.String pOdiPassword)
          Deprecated. will be removed in the connected agent project. use RemoteRuntimeAgentInvoker.invokeRestartSession(long, StartupParams, boolean, String)
 ExecutionInfo RemoteRuntimeAgentInvoker.invokeRestartSession(long pSessionId, StartupParams pVariables, boolean pSynchronous, java.lang.String pWorkRepName)
          Restarts a session with various parameters.
If a variable value is not redefined in pVariables, then the last execution value will be used.
 ExecutionInfo RemoteRuntimeAgentInvoker.invokeRestartSession(long pSessionId, StartupParams pVariables, boolean pSynchronous, java.lang.String pWorkRepName, boolean pKeepSessionParams)
          Restarts a session with various parameters.
 ExecutionInfo RemoteRuntimeAgentInvoker.invokeStartScenario(java.lang.String pScenName, java.lang.String pScenVersion, StartupParams pVariables, java.lang.String pContextCode, int pLogLevel, boolean pAsynchronous, oracle.odi.core.datasource.DataSourceDefinition pMasterDataSourceDefinition, java.lang.String pWorkRepName, java.lang.String pOdiUsername, java.lang.String pOdiPassword)
          Deprecated. will be removed in the connected agent project. use #invokeStartScenario(String, String, StartupParams, String, String, int, String, boolean, String, Properties)
 ExecutionInfo RemoteRuntimeAgentInvoker.invokeStartScenario(java.lang.String pScenName, java.lang.String pScenVersion, StartupParams pVariables, java.lang.String pKeywords, java.lang.String pContextCode, java.lang.Integer pLogLevel, java.lang.String pSessionName, boolean pSynchronous, java.lang.String pWorkRepName)
          Starts the given scenario with various parameters.
 ExecutionInfo RemoteRuntimeAgentInvoker.invokeStartScenario(java.lang.String pScenName, java.lang.String pScenVersion, StartupParams pVariables, java.lang.String pKeywords, java.lang.String pContextCode, int pLogLevel, java.lang.String pSessionName, boolean pAsynchronous, oracle.odi.core.datasource.DataSourceDefinition pMasterDataSourceDefinition, java.lang.String pWorkRepName, java.lang.String pOdiUsername, java.lang.String pOdiPassword)
          Deprecated. will be removed in the connected agent project. use #invokeStartScenario(String, String, StartupParams, String, String, int, String, boolean, String, Properties)
 ExecutionInfo RemoteRuntimeAgentInvoker.invokeStartScenario(java.lang.String pScenName, java.lang.String pScenVersion, StartupParams pVariables, java.lang.String pKeywords, java.lang.String pContextCode, int pLogLevel, java.lang.String pSessionName, boolean pAsynchronous, oracle.odi.core.datasource.DataSourceDefinition pMasterDataSourceDefinition, java.lang.String pWorkRepName, java.lang.String pOdiUsername, java.lang.String pOdiPassword, java.util.Properties pInvocationProperties)
          Deprecated. will be removed in the connected agent project. use #invokeStartScenario(String, String, StartupParams, String, String, int, String, boolean, String, Properties)
 ExecutionInfo RemoteRuntimeAgentInvoker.invokeStartSession(long pSessionId, StartupParams pVariables, boolean pSynchronous, java.lang.String pWorkRepName, boolean pKeepSessionParam)
          Deprecated. will be removed in the connected agent project as it should not be available for users. use InternalRemoteRuntimeAgentInvoker to do this starts a session with various parameters
 


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.