Package com.ibm.di.fc

Provides classes for the Directory Integrator's function components.

See:
          Description

Interface Summary
FunctionInterface This is the interface implemented by Function objects.
 

Class Summary
AssemblyLineFC This is a function component that calls an AssemblyLine(AL) on a local or remote server.
DeltaFC The Delta Function Component encapsulates the Delta functionality for tracking changes in an input source using underlying database for comparison.
Function This abstract class contains a default implementation of all methods in the FunctionInterface except the the perform(obj) method.
JavaClassFC This is a function component that calls a generic java method.
MemBufferQFC Deprecated. Use com.ibm.di.connector.MemQConnector or API
ParserFC This is a function component that wraps parser operations.
ScriptedFC This is a function component that relays FC operations to a user defined script.
SendEMailFC The SendEMail Function Component uses the JavaMail API to send e-mails.
zOSTSOCommandLine The zOSTSOCommandLine Function Component executes specified commands in zOS TSO command line.
 

Package com.ibm.di.fc Description

Provides classes for the Directory Integrator's function components.