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

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

 

Methods in oracle.odi.runtime.agent that throw InvocationException
 java.util.List<SessionStatusInfo> RuntimeAgent.getSessionStatus(java.util.List<java.lang.Long> pSessionIds)
          Returns the sessions status.

 

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

 

Methods in oracle.odi.runtime.agent.invocation that throw InvocationException
 WorkRepositoryInfo RemoteRuntimeAgentInvoker.invokeCleanStaleSessions(java.lang.String pWorkRepositoryName)
          Cleans the stale sessions in the specified work repository.
 java.util.List<WorkRepositoryInfo> RemoteRuntimeAgentInvoker.invokeCleanStaleSessionsForAllWorkRepositories()
          Cleans the stale sessions for all work repositories defined in connected master repository.
 void RemoteRuntimeAgentInvoker.invokeComputePlanning()
          Asks the agent to recompute its schedules for all the work repositories.
The ODI agent will take into account all the new data defined in the ODI work repositories to compute and manage a new list of schedules.
 void RemoteRuntimeAgentInvoker.invokeComputePlanning(java.lang.String pWorkrep)
          Asks the agent to recompute its schedules for the given work repository.
 java.lang.String RemoteRuntimeAgentInvoker.invokeGetAgentVersion()
          Returns the version of the agent.
 oracle.odi.runtime.agent.invocation.response.OdiGetJMXServiceInfoAckType RemoteRuntimeAgentInvoker.invokeGetJMXServiceInfo()
          Returns the JMXServiceInfo details about the current agent.
 java.util.List<LoadPlanStatusInfo> RemoteRuntimeAgentInvoker.invokeGetLoadPlanStatus(java.util.List<? extends java.lang.Number> pLoadPlanInstanceIds, java.util.List<? extends java.lang.Number> pLoadPlanRunNumbers, java.lang.String pWorkRepositoryName)
          Returns the status of the specified load plans.
 SchedulingInfo RemoteRuntimeAgentInvoker.invokeGetSchedules(long pStart, long pEnd)
          Returns the schedules information for the agent in the interval defined between the two parameters and for all the work repositories linked to the master repository to which the ODI agent is connected.
 SchedulingInfo RemoteRuntimeAgentInvoker.invokeGetSchedules(java.lang.String pWorkrep, long pStart, long pEnd)
          Returns the schedules information for the agent in the interval defined between the two parameters.
 java.util.List<SessionStatusInfo> RemoteRuntimeAgentInvoker.invokeGetSessionStatus(java.util.List<java.lang.Long> pSessionIds, java.lang.String pWorkRepositoryName)
          Return the status of given session ids.
 java.lang.String RemoteRuntimeAgentInvoker.invokeIsAlive()
          Ping the agent.
 java.lang.String RemoteRuntimeAgentInvoker.invokeIsAlive(java.lang.String pSignature)
          Ping the agent.
 void RemoteRuntimeAgentInvoker.invokeKillAgent(boolean pImmediate, long pMaxWait)
          Kills the agent.
 RemoteObjectResult RemoteRuntimeAgentInvoker.invokeRemoteObject(java.lang.String pObjectId, java.lang.String pClassName, java.lang.String pMethodName, java.lang.String pParameter)
          Remotely invoke the given method with the given parameter on the remote object instance (class and ID).
 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.
 ExecutionInfo RemoteRuntimeAgentInvoker.invokeRestartSession(long pSessionId, StartupParams pVariables, boolean pSynchronous, java.lang.String pWorkRepName)
          Deprecated. Since 11.1.1.6.0. Instead use RemoteRuntimeAgentInvoker.invokeRestartSession(long pSessionId, StartupParams pVariables, boolean pSynchronous, String pWorkRepName, Integer pLogLevel) This method uses default log level of null.
 ExecutionInfo RemoteRuntimeAgentInvoker.invokeRestartSession(long pSessionId, StartupParams pVariables, boolean pSynchronous, java.lang.String pWorkRepName, boolean pKeepSessionParams)
          Deprecated. Since 11.1.1.6.0. Instead use RemoteRuntimeAgentInvoker.invokeRestartSession(long pSessionId, StartupParams pVariables, boolean pSynchronous, String pWorkRepName,boolean pKeepSessionParams, Integer pLogLevel) This method uses default log level of null.
 ExecutionInfo RemoteRuntimeAgentInvoker.invokeRestartSession(long pSessionId, StartupParams pVariables, boolean pSynchronous, java.lang.String pWorkRepName, boolean pKeepSessionParams, java.lang.Integer pLogLevel)
          Restarts a session with various parameters.
 ExecutionInfo RemoteRuntimeAgentInvoker.invokeRestartSession(long pSessionId, StartupParams pVariables, boolean pSynchronous, java.lang.String pWorkRepName, java.lang.Integer pLogLevel)
          Restarts a session with various parameters.
If a variable value is not redefined in pVariables, then the last execution value will be used.
 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.
 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.
 LoadPlanExecutionInfo RemoteRuntimeAgentInvoker.invokeStopLoadPlan(java.lang.Number pLoadPlanInstanceId, java.lang.Number pLoadPlanInstanceRunCount, StopType pStopType, java.lang.String pWorkRepositoryName)
          Stops a load plan instance run.
 void RemoteRuntimeAgentInvoker.invokeStopSession(long pSessionId, StopType pStopType, java.lang.String pWorkRepoName)
          Stops a session.
 void RemoteRuntimeAgentInvoker.invokeStopSession(long pSessionId, StopType pStopType, java.lang.String pWorkRepoName, java.util.Properties pInvocationProperties)
          Stops a session.
 void RemoteRuntimeAgentInvoker.invokeTestDataServer(java.lang.Number pDataServerId)
          Tests a data server defines in the ODI topology.
 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.
 void RemoteRuntimeAgentInvoker.invokeTestDataServer(java.lang.Number pDataServerId, java.lang.String pTransactionId)
          Tests a data server defines in the ODI topology.
 void RemoteRuntimeAgentInvoker.invokeUpdateSchedules()
          Asks the agent to compute its planning.

 


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.