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 AssemblyLinePoolUserFunctions. 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 AssemblyLinePoolAssemblyLine. getALPool()return the current assemblyline poolAssemblyLinePoolAssemblyLinePool.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)
-