|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
java.lang.Object |
RemoteRuntimeAgentInvoker.doInvoke(oracle.odi.runtime.agent.invocation.request.IOdiAgentRequest pRequest)
Deprecated. will be removed with IOdiAgentInvoker . use #invoke(Map, boolean) . |
java.lang.Object |
IOdiAgentInvoker.invoke(oracle.odi.runtime.agent.invocation.request.IOdiAgentRequest pRequest,
java.lang.String pAgentName)
Deprecated. Send an agent request to an ODI agent with the given name. |
java.lang.Object |
IOdiAgentInvoker.invoke(oracle.odi.runtime.agent.invocation.request.IOdiAgentRequest pRequest,
java.lang.String pAgentUrl,
java.lang.String pOdiUser,
java.lang.String pOdiPassword)
Deprecated. Send an agent request to an ODI agent with the given name. |
void |
RemoteRuntimeAgentInvoker.invokeCancelSession(int pSessionThreadId,
long pSessionCreationTime,
oracle.odi.core.datasource.DataSourceDefinition pMasterDataSourceDefinition,
java.lang.String pOdiUsername,
java.lang.String pOdiPassword)
Deprecated. will be removed in the connected agent project. use #invokeCancelSession(int, long) |
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. |
java.lang.String |
RemoteRuntimeAgentInvoker.invokeGetAgentVersion(oracle.odi.core.datasource.DataSourceDefinition pMasterDataSourceDefinition,
java.lang.String pOdiUsername,
java.lang.String pOdiPassword)
Deprecated. will be removed in the connected agent project. use RemoteRuntimeAgentInvoker.invokeGetAgentVersion() |
oracle.odi.runtime.agent.invocation.response.OdiGetJMXServiceInfoAckType |
RemoteRuntimeAgentInvoker.invokeGetJMXServiceInfo()
Returns the JMXServiceInfo details about the current agent. |
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. |
java.lang.Object |
IOdiAgentInvoker.invokeOnLocalAgent(oracle.odi.runtime.agent.invocation.request.IOdiAgentRequest pRequest)
Deprecated. Invoke the given request against the local agent configured for the current running ODI platform. |
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). |
RemoteObjectResult |
RemoteRuntimeAgentInvoker.invokeRemoteObject(java.lang.String pObjectId,
java.lang.String pClassName,
java.lang.String pMethodName,
java.lang.String pParameter,
oracle.odi.core.datasource.DataSourceDefinition pMasterDataSourceDefinition,
java.lang.String pOdiUsername,
java.lang.String pOdiPassword)
Deprecated. will be removed in the connected agent project. use RemoteRuntimeAgentInvoker.invokeRemoteObject(String, String, String, String) |
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 |
void |
RemoteRuntimeAgentInvoker.invokeStopSession(long pSessionId,
oracle.odi.runtime.agent.invocation.request.support.OdiKillSessionRequest.StopType pStopType,
java.lang.String pWorkRepoName)
Deprecated. replaced by RemoteRuntimeAgentInvoker.invokeStopSession(long, oracle.odi.runtime.agent.invocation.StopType, String) |
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,
oracle.odi.core.datasource.DataSourceDefinition pMasterDataSourceDefinition,
java.lang.String pOdiUsername,
java.lang.String pOdiPassword)
Deprecated. will be removed in the connected agent project. use RemoteRuntimeAgentInvoker.invokeTestDataServer(Number) |
void |
RemoteRuntimeAgentInvoker.invokeUpdateSchedules()
Asks the agent to compute its planning. |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES |