| Interface | Description |
|---|---|
| IOpenTool |
The IOpenTool interface must be implemented by an Open Tool class for use in Data Integrator packages.
|
| IOpenToolParameter |
This interface must be implemented in order for an object to be used as a parameter to an IOpenTool.
|
| IOpenToolStoppable |
IOpenToolStoppable differs from IOpenTool in that it implements a stop method.
|
| Class | Description |
|---|---|
| OpenToolAbstract |
This abstract class requires an implementation of IOpenTool and implements one additional helper method allowing the current value of a parameter specified by parameter code to be retrieved.
|
| OpenToolParameter |
This class provides a basic implementation for IOpenToolParameter and thus can be used to define parameters for IOpenTool objects.
|
| OpenToolStoppableAbstract |
OpenToolAbstract + requires a stop() method
|
| Exception | Description |
|---|---|
| OpenToolExecutionException |
Base abstract exception class for non-runtime exceptions thrown by Data Integrator Open Tool objects.
|