|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
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. |
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) 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) 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. |
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. |
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.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. |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |