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

Packages that use TaskCallBlock
com.ibm.di.api.jmx.mbeans   
com.ibm.di.api.local   
com.ibm.di.api.local.impl   
com.ibm.di.api.remote   
com.ibm.di.api.remote.impl   
com.ibm.di.fc   
com.ibm.di.function   
com.ibm.di.server   
com.ibm.di.store   
 

Uses of TaskCallBlock in com.ibm.di.api.jmx.mbeans
 

Methods in com.ibm.di.api.jmx.mbeans with parameters of type TaskCallBlock
 javax.management.ObjectName ConfigInstanceMBean.startAssemblyLine(String aAssemblyLineName, TaskCallBlock aTcb)
          Starts asynchronously the specified AssemblyLine with the given TaskCallBlock.
 javax.management.ObjectName ConfigInstance.startAssemblyLine(String aAssemblyLineName, TaskCallBlock aTcb)
           
 javax.management.ObjectName ConfigInstanceMBean.startAssemblyLine(String aAssemblyLineName, TaskCallBlock aTcb, Boolean aSync)
          Starts the specified AssemblyLine with the given TaskCallBlock.
 javax.management.ObjectName ConfigInstance.startAssemblyLine(String aAssemblyLineName, TaskCallBlock aTcb, Boolean aSync)
           
 

Uses of TaskCallBlock in com.ibm.di.api.local
 

Methods in com.ibm.di.api.local with parameters of type TaskCallBlock
 AssemblyLine ConfigInstance.startAssemblyLine(String aAssemblyLineName, TaskCallBlock aTcb)
          Starts asynchronously the specified AssemblyLine with the given TaskCallBlock.
 AssemblyLine ConfigInstance.startAssemblyLine(String aAssemblyLineName, TaskCallBlock aTcb, boolean aSync)
          Starts the specified AssemblyLine with the given TaskCallBlock.
 

Uses of TaskCallBlock in com.ibm.di.api.local.impl
 

Methods in com.ibm.di.api.local.impl with parameters of type TaskCallBlock
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(String aAssemblyLineName, TaskCallBlock aTcb)
           
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(String aAssemblyLineName, TaskCallBlock aTcb, boolean aSync)
           
 

Uses of TaskCallBlock in com.ibm.di.api.remote
 

Methods in com.ibm.di.api.remote with parameters of type TaskCallBlock
 AssemblyLine ConfigInstance.startAssemblyLine(String aAssemblyLineName, TaskCallBlock aTcb)
          Starts asynchronously the specified AssemblyLine with the given TaskCallBlock.
 AssemblyLine ConfigInstance.startAssemblyLine(String aAssemblyLineName, TaskCallBlock aTcb, boolean aSync)
          Starts the specified AssemblyLine with the given TaskCallBlock.
 

Uses of TaskCallBlock in com.ibm.di.api.remote.impl
 

Methods in com.ibm.di.api.remote.impl with parameters of type TaskCallBlock
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(String aAssemblyLineName, TaskCallBlock aTcb)
           
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(String aAssemblyLineName, TaskCallBlock aTcb, boolean aSync)
           
 

Uses of TaskCallBlock in com.ibm.di.fc
 

Methods in com.ibm.di.fc that return TaskCallBlock
 TaskCallBlock AssemblyLineFC.getTCB()
          Returns the TaskCallBlock to use before starting an instance.
 

Uses of TaskCallBlock in com.ibm.di.function
 

Methods in com.ibm.di.function that return TaskCallBlock
 TaskCallBlock UserFunctions.newTCB()
          Create an empty TaskCallBlock.
 TaskCallBlock UserFunctions.newTCB(String assemblyLine)
          Create a TaskCallBlock with i/o specifications from an existing assemblyline.
 

Uses of TaskCallBlock in com.ibm.di.server
 

Methods in com.ibm.di.server with parameters of type TaskCallBlock
 AssemblyLine RS.startAL(TaskCallBlock tcb)
          Start the AssemblyLine named in the TCB
 

Uses of TaskCallBlock in com.ibm.di.store
 

Methods in com.ibm.di.store that return TaskCallBlock
 TaskCallBlock SandboxStore.getTCB(AssemblyLineConfig alc, TaskInterface task)
          Return a previously stored TCB
 TaskCallBlock CheckpointRestart.getTCB(AssemblyLineConfig alc, TaskInterface task)
           
 

Methods in com.ibm.di.store with parameters of type TaskCallBlock
 void CheckpointRestart.checkpointTCB(TaskCallBlock tcb)
          Checkpoints the TCB
 void SandboxStore.setTCB(TaskCallBlock tcb)
          Save TCB