Uses of Class
com.ibm.di.server.AssemblyLinePool
-
Packages that use AssemblyLinePool Package Description com.ibm.di.function Provides useful functions for the Security Verify Directory Integrator.com.ibm.di.server Provides classes for the Security Verify Directory Integrator core engine. -
-
Uses of AssemblyLinePool in com.ibm.di.function
Methods in com.ibm.di.function that return AssemblyLinePool Modifier and Type Method Description 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 Modifier and Type Method Description AssemblyLinePool
AssemblyLine. getALPool()
return the current assemblyline poolAssemblyLinePool
AssemblyLinePool.ALWorker. getParent()
Constructors in com.ibm.di.server with parameters of type AssemblyLinePool Constructor Description ALWorker(java.lang.String name, ConnectorConfig config, AssemblyLinePool pool)
ALWorker(java.lang.String name, ConnectorInterface conn, AssemblyLinePool pool)
ALWorker(java.lang.String name, Entry workEntry, AssemblyLinePool pool)
-