Skip navigation links

Oracle© Data Integrator Open Tools Java API Reference
11g Release 1 (11.1.1.6.0)

E17061-03


oracle.odi.sdk.opentools
Interface IOpenToolStoppable

All Superinterfaces:
IOpenTool
All Known Implementing Classes:
OpenToolStoppableAbstract

public interface IOpenToolStoppable
extends IOpenTool

IOpenToolStoppable differs from IOpenTool in that it implements a stop method.


Field Summary

 

Fields inherited from interface oracle.odi.sdk.opentools.IOpenTool
BIG_ICON, SMALL_ICON

 

Method Summary
 void stop(StopType pStopType, java.lang.String pOdiUser)
          Called to stop the execute() method of the Open Tool.

 

Methods inherited from interface oracle.odi.sdk.opentools.IOpenTool
execute, getDescription, getIcon, getParameters, getProvider, getSyntax, getVersion

 

Method Detail

stop

void stop(StopType pStopType,
          java.lang.String pOdiUser)
          throws OpenToolExecutionException
Called to stop the execute() method of the Open Tool.
Throws:
OpenToolExecutionException

Skip navigation links

Oracle© Data Integrator Open Tools Java API Reference
11g Release 1 (11.1.1.6.0)

E17061-03


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.