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.StartupParams

Packages that use StartupParams
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 StartupParams in oracle.odi.runtime.agent

 

Methods in oracle.odi.runtime.agent with parameters of type StartupParams
 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.
 void RuntimeAgent.testDataServer(java.lang.Number pDataServerId, StartupParams pGlobalVariables)
           
 void RuntimeAgent.testDataServer(java.lang.Number pDataServerId, StartupParams pGlobalVariables, java.lang.String pTransactionId)
          Tests a data server as defined in the topology.

 

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

 

Subclasses of StartupParams in oracle.odi.runtime.agent.invocation
 class LoadPlanStartupParams
          Value object representing startup parameters of a load plan.

 

Methods in oracle.odi.runtime.agent.invocation with parameters of type StartupParams
 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 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, java.lang.Integer pLogLevel, java.lang.String pSessionName, boolean pSynchronous, java.lang.String pWorkRepName, java.util.Properties pInvocationProperties)
          Starts the given scenario with various parameters.
 void RemoteRuntimeAgentInvoker.invokeTestDataServer(java.lang.Number pDataServerId, StartupParams pGlobalVariables)
          Tests a data server defines in the ODI topology.
 void RemoteRuntimeAgentInvoker.invokeTestDataServer(java.lang.Number pDataServerId, StartupParams pGlobalVariables, java.lang.String pTransactionId)
          Tests a data server defines in the ODI topology.

 


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.