Uses of Class
com.ibm.di.server.AssemblyLineComponent
-
Packages that use AssemblyLineComponent Package Description com.ibm.di.server Provides classes for the Security Verify Directory Integrator core engine.com.ibm.di.util Provides utility classes for the Security Verify Directory Integrator. -
-
Uses of AssemblyLineComponent in com.ibm.di.server
Subclasses of AssemblyLineComponent in com.ibm.di.server Modifier and Type Class Description classAttributeMapComponentThis class is used by the AssemblyLine, it contains a standalone Attribute mapclassBranchingComponentThis class is used by the AssemblyLine for branchesclassCSDeltaTaskComponentThis class represents a component extending the functionality of the AssemblyLineComponent.classEndBranchComponentThe EndBranchComponent is an internal component that is associated with a BranchComponent.classEndLoopComponentThis class is used by the Assemblyline to mark the end of a loopclassFunctionComponentThis is a wrapper class for IBM Tivoli Directory Integrator Function Components.classLoopComponentThis class is used by an AssemblyLine to mark the beginning of a loopclassReplyChannelComponentclassScriptComponentThis class is used by the AssemblyLine for scripts.classSwitchComponentThis class is used by an AssemblyLineMethods in com.ibm.di.server that return AssemblyLineComponent Modifier and Type Method Description AssemblyLineComponentLoopComponent. getAssemblyLineComponent()Returns the associated AssemblyLineComponent with the Connector.AssemblyLineComponentAssemblyLine. getConnector(java.lang.String name)Returns the AssemblyLineComponent with the given name.AssemblyLineComponentSequence. getConnector(java.lang.String arg0)AssemblyLineComponentTaskInterface. getConnector(java.lang.String name)AssemblyLineComponentAssemblyLine. 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 Modifier and Type Method Description 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 Modifier and Type Method Description voidAttributeMapping. pushStackFrame(AssemblyLineComponent tc)booleanAssemblyLine. setNextConnector(AssemblyLineComponent alc)Sets the next connector to execute.booleanAssemblyLine. setNextConnector(AssemblyLineComponent alc, boolean continueAfter)Deprecated.Constructors in com.ibm.di.server with parameters of type AssemblyLineComponent Constructor Description ReplyChannelComponent(AssemblyLineComponent comp) -
Uses of AssemblyLineComponent in com.ibm.di.util
Methods in com.ibm.di.util with parameters of type AssemblyLineComponent Modifier and Type Method Description java.util.List<java.lang.String>DebugServer. getHookNames(AssemblyLineComponent tc, java.lang.Object[] hooks)
-