Uses of Class
com.ibm.di.server.AssemblyLinePool

Packages that use AssemblyLinePool
com.ibm.di.function   
com.ibm.di.server   
 

Uses of AssemblyLinePool in com.ibm.di.function
 

Methods in com.ibm.di.function that return AssemblyLinePool
 AssemblyLinePool UserFunctions.createALPool(String assemblyLine, Log log)
          Creates an AssemblyLine Pool object from the specified AssemblyLine name.
 

Uses of AssemblyLinePool in com.ibm.di.server
 

Methods in com.ibm.di.server that return AssemblyLinePool
 AssemblyLinePool AssemblyLinePool.ALWorker.getParent()
           
 

Constructors in com.ibm.di.server with parameters of type AssemblyLinePool
AssemblyLinePool.ALWorker(String name, ConnectorConfig config, AssemblyLinePool pool)
           
AssemblyLinePool.ALWorker(String name, ConnectorInterface conn, AssemblyLinePool pool)
           
AssemblyLinePool.ALWorker(String name, Entry workEntry, AssemblyLinePool pool)