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

E17060-01

Uses of Package
oracle.odi.runtime.agent.invocation

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

Classes in oracle.odi.runtime.agent.invocation used by oracle.odi.runtime.agent
ExecutionInfo
          Simple class holding execution information.
InvocationException
          Exception to be thrown when an ODI agent request invocation has failed.
SessionStatusInfo
          Class holding all information regarding the ODI session status.
StartupParams
          Value object representing startup parameters of an ODI session.
StopType
          This represents the different types of Kill Session.
KILL_NORMAL : waits until the current task finishes and then stops the session.
KILL_IMMEDIATE: stops the session immediately, cancels all open statment's and then rolls back the transactions.
KILL_ABORT: stops the session immediately and rolls back the transactions.
WorkRepositoryInfo
          Class holding the information about the cleaned stale sessions.
 

Classes in oracle.odi.runtime.agent.invocation used by oracle.odi.runtime.agent.invocation
ExecutionInfo
          Simple class holding execution information.
ExecutionInfo.SessionStatus
          The various status possible.
InvocationException
          Exception to be thrown when an ODI agent request invocation has failed.
IOdiAgentInvoker
          Deprecated. for invocation on remote agent, use the RemoteRuntimeAgentInvoker ; for local agent, use the local agent invocation
OdiAgentInvokerFactory
          Deprecated. use RemoteRuntimeAgentInvoker
RemoteObjectResult
          Simple class holding remote object invocation result.
SchedulingInfo
          Scheduling information holding class.
SchedulingInfo.Scenario
          The scenario planned.
SchedulingInfo.Schedule
          Information about the schedules.
SessionStatusInfo
          Class holding all information regarding the ODI session status.
StartupParams
          Value object representing startup parameters of an ODI session.
StopType
          This represents the different types of Kill Session.
KILL_NORMAL : waits until the current task finishes and then stops the session.
KILL_IMMEDIATE: stops the session immediately, cancels all open statment's and then rolls back the transactions.
KILL_ABORT: stops the session immediately and rolls back the transactions.
WorkRepositoryInfo
          Class holding the information about the cleaned stale sessions.
 


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.