Uses of Interface
com.ibm.di.server.TaskInterface

Packages that use TaskInterface
com.ibm.di.eventhandler   
com.ibm.di.server   
com.ibm.di.store   
 

Uses of TaskInterface in com.ibm.di.eventhandler
 

Classes in com.ibm.di.eventhandler that implement TaskInterface
 class DSMLv2EventHandler
           
 class HTTPSwitchboard
           
 

Uses of TaskInterface in com.ibm.di.server
 

Classes in com.ibm.di.server that implement TaskInterface
 class AssemblyLine
          This class represents a TDI AssemblyLine.
 

Fields in com.ibm.di.server declared as TaskInterface
protected  TaskInterface AssemblyLineComponent.parent
          This is the parent task (AssemblyLine)
 

Methods in com.ibm.di.server with parameters of type TaskInterface
 void TaskCallBlock.setTask(TaskInterface task)
          Sets the logger from the given task context
 

Constructors in com.ibm.di.server with parameters of type TaskInterface
AssemblyLineComponent(TaskInterface parent, String name, ConnectorConfig config, ConnectorInterface conn)
          Constructor for the AssemblyLineComponent object
AssemblyLineComponent(TaskInterface parent, String name, ConnectorConfig config, ConnectorInterface conn, boolean forceRuntime)
           
AttributeMapping(String name, TaskInterface context, Log log, ScriptEngine se)
           
TaskCallBlock(Entry old, AssemblyLineConfig alc, TaskInterface task)
          Constructor - Populate object with saved data and current task context.
TaskCallBlock(String assemblyLine, AssemblyLineConfig alc, TaskInterface task)
          Constructor - Populate object with assemblyline input/output parameters and connector parameters, and a task context.
TaskCallBlock(String assemblyLine, TaskInterface task)
           
 

Uses of TaskInterface in com.ibm.di.store
 

Methods in com.ibm.di.store with parameters of type TaskInterface
 TaskCallBlock SandboxStore.getTCB(AssemblyLineConfig alc, TaskInterface task)
          Return a previously stored TCB
 TaskCallBlock CheckpointRestart.getTCB(AssemblyLineConfig alc, TaskInterface task)