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

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

Uses of AssemblyLinePool.ALWorker in com.ibm.di.server
 

Methods in com.ibm.di.server that return AssemblyLinePool.ALWorker
 AssemblyLinePool.ALWorker AssemblyLinePool.startThread(String name, ConnectorConfig config)
          Starts a new thread with the provided connector config.
 AssemblyLinePool.ALWorker AssemblyLinePool.startThread(String name, ConnectorInterface iterator)
          Starts a new thread with the provided Iterator.
 AssemblyLinePool.ALWorker AssemblyLinePool.startThread(String name, Entry workEntry)
          Starts a new thread with the provided work entry.