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

E17060-01

Uses of Class
oracle.odi.runtime.agent.invocation.StopType

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

Methods in oracle.odi.runtime.agent with parameters of type StopType
 void RuntimeAgent.stopSession(long pSessionId, StopType pStopType)
          Kill the session described by the parameters.
 

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

Methods in oracle.odi.runtime.agent.invocation that return StopType
static StopType StopType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StopType[] StopType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in oracle.odi.runtime.agent.invocation with parameters of type StopType
 void RemoteRuntimeAgentInvoker.invokeStopSession(long pSessionId, StopType pStopType, java.lang.String pWorkRepoName)
          Stops a session.
 


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.