|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssemblyLineComponent | |
---|---|
com.ibm.di.server | Provides classes for the Tivoli Directory Integrator core engine. |
com.ibm.di.util | Provides utility classes for the Tivoli Directory Integrator. |
Uses of AssemblyLineComponent in com.ibm.di.server |
---|
Subclasses of AssemblyLineComponent in com.ibm.di.server | |
---|---|
class |
AttributeMapComponent
This class is used by the AssemblyLine, it contains a standalone Attribute map |
class |
BranchingComponent
This class is used by the AssemblyLine for branches |
class |
CSDeltaTaskComponent
This class represents a component extending the functionality of the AssemblyLineComponent and containing a delta store that allows it to commit and rollback transactions to database. |
class |
EndBranchComponent
The EndBranchComponent is an internal component that is associated with a BranchComponent. |
class |
EndLoopComponent
This class is used by the Assemblyline to mark the end of a loop |
class |
FunctionComponent
This is a wrapper class for IBM Tivoli Directory Integrator Function Components. |
class |
LoopComponent
This class is used by an AssemblyLine to mark the beginning of a loop |
class |
ReplyChannelComponent
|
class |
ScriptComponent
This class is used by the AssemblyLine for scripts. |
class |
SwitchComponent
This class is used by an AssemblyLine |
Methods in com.ibm.di.server that return AssemblyLineComponent | |
---|---|
AssemblyLineComponent |
LoopComponent.getAssemblyLineComponent()
Returns the associated AssemblyLineComponent with the Connector. |
AssemblyLineComponent |
TaskInterface.getConnector(java.lang.String name)
|
AssemblyLineComponent |
AssemblyLine.getConnector(java.lang.String name)
Returns the AssemblyLineComponent with the given name. |
AssemblyLineComponent |
AssemblyLine.loadConnector(BaseConfiguration config)
This method enables the user to load an AssemblyLine component given a configuration. |
Methods in com.ibm.di.server that return types with arguments of type AssemblyLineComponent | |
---|---|
java.util.List<AssemblyLineComponent> |
AssemblyLine.getConnectors()
Gets the list of AssemblyLineComponent objects this AssemblyLine hosts. |
Methods in com.ibm.di.server with parameters of type AssemblyLineComponent | |
---|---|
void |
AttributeMapping.pushStackFrame(AssemblyLineComponent tc)
|
boolean |
AssemblyLine.setNextConnector(AssemblyLineComponent alc)
Sets the next connector to execute. |
boolean |
AssemblyLine.setNextConnector(AssemblyLineComponent alc,
boolean continueAfter)
Deprecated. |
Constructors in com.ibm.di.server with parameters of type AssemblyLineComponent | |
---|---|
ReplyChannelComponent(AssemblyLineComponent comp)
|
Uses of AssemblyLineComponent in com.ibm.di.util |
---|
Methods in com.ibm.di.util with parameters of type AssemblyLineComponent | |
---|---|
java.util.List<java.lang.String> |
DebugServer.getHookNames(AssemblyLineComponent tc,
java.lang.Object[] hooks)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |