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

Packages that use AssemblyLinePool
com.ibm.di.function Provides useful functions for the Security Directory Integrator. 
com.ibm.di.server Provides classes for the Security Directory Integrator core engine. 
 

Uses of AssemblyLinePool in com.ibm.di.function
 

Methods in com.ibm.di.function that return AssemblyLinePool
 AssemblyLinePool UserFunctions.createALPool(java.lang.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 AssemblyLine.getALPool()
          return the current assemblyline pool
 AssemblyLinePool AssemblyLinePool.ALWorker.getParent()
           
 

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