|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FunctionInterface | |
---|---|
com.ibm.di.fc | Provides classes for the Directory Integrator's function components. |
com.ibm.di.fc.axis2 | Provides the class for the Axis 2 Web Service client FC. |
com.ibm.di.fc.castorbind | Provides classes for the Castorbind function components. |
com.ibm.di.fc.cbe | Provides classes for the CBEGenerator function components. |
com.ibm.di.fc.emf | Provides classes for the EMF function components. |
com.ibm.di.fc.remotecmdlnfc | Provides classes for the remote command line function component. |
com.ibm.di.fc.sapr3rfc | |
com.ibm.di.fc.webservice | Provides classes for web service function components. |
com.ibm.di.function | Provides useful functions for the Tivoli Directory Integrator. |
com.ibm.di.server | Provides classes for the Tivoli Directory Integrator core engine. |
Uses of FunctionInterface in com.ibm.di.fc |
---|
Classes in com.ibm.di.fc that implement FunctionInterface | |
---|---|
class |
AssemblyLineFC
This is a function component that calls an AssemblyLine(AL) on a local or remote server. |
class |
Function
This abstract class contains a default implementation of all methods in the FunctionInterface except the the perform(obj) method. |
class |
JavaClassFC
This is a function component that calls a generic java method. |
class |
MemBufferQFC
Deprecated. Use com.ibm.di.connector.MemQConnector or API |
class |
ParserFC
This is a function component that wraps parser operations. |
class |
ScriptedFC
This is a function component that relays FC operations to a user defined script. |
class |
SendEMailFC
The SendEMail Function Component uses the JavaMail API to send e-mails. |
class |
zOSTSOCommandLine
The zOSTSOCommandLine Function Component executes specified commands in zOS TSO command line. |
Uses of FunctionInterface in com.ibm.di.fc.axis2 |
---|
Classes in com.ibm.di.fc.axis2 that implement FunctionInterface | |
---|---|
class |
Axis2WSClientFC
This is a WebService client based on the Axis2 library. |
Uses of FunctionInterface in com.ibm.di.fc.castorbind |
---|
Classes in com.ibm.di.fc.castorbind that implement FunctionInterface | |
---|---|
class |
CastorJavaToXML
This is the CastorJavaToXML class. |
class |
CastorXMLToJava
This is the CastorXMLToJava class. |
Uses of FunctionInterface in com.ibm.di.fc.cbe |
---|
Classes in com.ibm.di.fc.cbe that implement FunctionInterface | |
---|---|
class |
CBEGeneratorFC
This class generates objects of type org.eclipse.hyades.logging.events.cbe.CommonBaseEvent from attributes mapped by user to Entry object. |
Uses of FunctionInterface in com.ibm.di.fc.emf |
---|
Classes in com.ibm.di.fc.emf that implement FunctionInterface | |
---|---|
class |
EmfSdoToXml
Deprecated. |
class |
EmfXmlToSdo
Deprecated. |
Uses of FunctionInterface in com.ibm.di.fc.remotecmdlnfc |
---|
Classes in com.ibm.di.fc.remotecmdlnfc that implement FunctionInterface | |
---|---|
class |
RemoteCmdLineFC
TDI Remote Command Line Function Component. |
Uses of FunctionInterface in com.ibm.di.fc.sapr3rfc |
---|
Classes in com.ibm.di.fc.sapr3rfc that implement FunctionInterface | |
---|---|
class |
SapR3RfcFC
ITDI Function Component for SAP R/3 RFC Invocations. |
Uses of FunctionInterface in com.ibm.di.fc.webservice |
---|
Classes in com.ibm.di.fc.webservice that implement FunctionInterface | |
---|---|
class |
AxisEasyInvokeSoapWS
The Axis EasyInvokeSoapWS Function Component (FC) is part of the TDI Web Services suite. |
class |
AxisJavaToSoap
The Axis Java-to-Soap Function Component (FC) is part of the TDI Web Services suite. |
class |
AxisSoapToJava
The Axis Soap-to-Java Function Component (FC) is part of the TDI Web Services suite.This component can be used both on the web service client and on the web service server side. |
class |
ComplexTypesGenerator
The Complex Types Generator Function Component is part of the TDI Web Services suite. |
class |
InvokeSoapWS
The Axis InvokeSoapWS Function Component (FC) is part of the TDI Web Services suite. |
class |
WrapSoap
The WrapSoap Function Component (FC) is part of the TDI Web Services suite. |
Uses of FunctionInterface in com.ibm.di.function |
---|
Methods in com.ibm.di.function that return FunctionInterface | |
---|---|
FunctionInterface |
UserFunctions.getFunction(java.lang.String name)
Load a Function component Interface from the current Config. |
static FunctionInterface |
SystemFunctions.loadFunction(FunctionConfig config)
|
static FunctionInterface |
SystemFunctions.loadFunction(FunctionConfig config,
Log log)
|
static FunctionInterface |
SystemFunctions.loadFunction(java.lang.String name)
|
static FunctionInterface |
SystemFunctions.loadFunction(java.lang.String name,
RSInterface server)
|
Uses of FunctionInterface in com.ibm.di.server |
---|
Fields in com.ibm.di.server declared as FunctionInterface | |
---|---|
FunctionInterface |
FunctionComponent.function
The reference to the wrapped Function Component object |
protected FunctionInterface |
FunctionComponent.rtp_function
The FunctionInterface of this Function Component. |
Methods in com.ibm.di.server that return FunctionInterface | |
---|---|
FunctionInterface |
FunctionComponent.getFunction()
This method returns the Function interface. |
FunctionInterface |
TaskCallBlock.getRuntimeFunction(java.lang.String name)
Returns the runtime function for a named function |
Methods in com.ibm.di.server with parameters of type FunctionInterface | |
---|---|
void |
TaskCallBlock.setRuntimeFunction(java.lang.String name,
FunctionInterface function)
Sets the runtime function for a named function. |
Constructors in com.ibm.di.server with parameters of type FunctionInterface | |
---|---|
FunctionComponent(AssemblyLine parent,
java.lang.String name,
FunctionConfig config,
FunctionInterface function)
Constructor for the FunctionComponent object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |