Uses of Class
com.ibm.di.server.TaskCallBlock
-
Packages that use TaskCallBlock Package Description com.ibm.di.api.jmx.mbeans Provides classes for the MBeans of the JMX layer.com.ibm.di.api.local Provides interfaces for managing the local session of the server API.com.ibm.di.api.local.impl Provides implementations of the interfaces for managing the local session of the server API.com.ibm.di.api.remote Provides interfaces for managing the remote session of the server API.com.ibm.di.api.remote.impl Provides implementations of the interfaces for managing the remote session of the server API.com.ibm.di.fc Provides classes for the Directory Integrator's function components.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.com.ibm.di.store Provides classes for the Security Verify Directory Integrator system store. -
-
Uses of TaskCallBlock in com.ibm.di.api.jmx.mbeans
Methods in com.ibm.di.api.jmx.mbeans with parameters of type TaskCallBlock Modifier and Type Method Description javax.management.ObjectName
ConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName, TaskCallBlock aTcb)
Starts asynchronously the specified AssemblyLine with the given TaskCallBlock.javax.management.ObjectName
ConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName, TaskCallBlock aTcb, java.lang.Boolean aSync)
Starts the specified AssemblyLine with the given TaskCallBlock.javax.management.ObjectName
ConfigInstanceMBean. startAssemblyLine(java.lang.String aAssemblyLineName, TaskCallBlock aTcb)
Starts asynchronously the specified AssemblyLine with the given TaskCallBlock.javax.management.ObjectName
ConfigInstanceMBean. startAssemblyLine(java.lang.String aAssemblyLineName, TaskCallBlock aTcb, java.lang.Boolean aSync)
Starts the specified AssemblyLine with the given TaskCallBlock. -
Uses of TaskCallBlock in com.ibm.di.api.local
Methods in com.ibm.di.api.local with parameters of type TaskCallBlock Modifier and Type Method Description AssemblyLine
ConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName, TaskCallBlock aTcb)
Starts asynchronously the specified AssemblyLine with the given TaskCallBlock.AssemblyLine
ConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName, TaskCallBlock aTcb, boolean aSync)
Starts the specified AssemblyLine with the given TaskCallBlock.Sequence
ConfigInstance. startSequence(java.lang.String name, TaskCallBlock tcb, boolean sync)
Starts the specified Sequence specifying a TaskCallBlock, synchronous or asynchronous.Sequence
ConfigInstance. startSequence(java.lang.String name, TaskCallBlock tcb, AssemblyLineListener listener)
Starts the specified Sequence with the given TaskCallBlock and a Listener -
Uses of TaskCallBlock in com.ibm.di.api.local.impl
Methods in com.ibm.di.api.local.impl with parameters of type TaskCallBlock Modifier and Type Method Description AssemblyLine
ConfigInstanceImpl. startAssemblyLine(java.lang.String aAssemblyLineName, TaskCallBlock aTcb)
Starts asynchronously the specified AssemblyLine with the given TaskCallBlock.AssemblyLine
ConfigInstanceImpl. startAssemblyLine(java.lang.String aAssemblyLineName, TaskCallBlock aTcb, boolean aSync)
Starts the specified AssemblyLine with the given TaskCallBlock.Sequence
ConfigInstanceImpl. startSequence(java.lang.String name, TaskCallBlock tcb, boolean sync)
Sequence
ConfigInstanceImpl. startSequence(java.lang.String name, TaskCallBlock tcb, AssemblyLineListener listener)
-
Uses of TaskCallBlock in com.ibm.di.api.remote
Methods in com.ibm.di.api.remote with parameters of type TaskCallBlock Modifier and Type Method Description AssemblyLine
ConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName, TaskCallBlock aTcb)
Starts asynchronously the specified AssemblyLine with the given TaskCallBlock.AssemblyLine
ConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName, TaskCallBlock aTcb, boolean aSync)
Starts the specified AssemblyLine with the given TaskCallBlock.Sequence
ConfigInstance. startSequence(java.lang.String name, TaskCallBlock tcb, boolean sync)
Starts the specified Sequence specifying a TaskCallBlock, synchronous or asynchronous.Sequence
ConfigInstance. startSequence(java.lang.String name, TaskCallBlock tcb, AssemblyLineListener listener)
Starts the specified Sequence with the given TaskCallBlock and a Listener -
Uses of TaskCallBlock in com.ibm.di.api.remote.impl
Methods in com.ibm.di.api.remote.impl with parameters of type TaskCallBlock Modifier and Type Method Description AssemblyLine
ConfigInstanceImpl. startAssemblyLine(java.lang.String aAssemblyLineName, TaskCallBlock aTcb)
Starts asynchronously the specified AssemblyLine with the given TaskCallBlock.AssemblyLine
ConfigInstanceImpl. startAssemblyLine(java.lang.String aAssemblyLineName, TaskCallBlock aTcb, boolean aSync)
Starts the specified AssemblyLine with the given TaskCallBlock.Sequence
ConfigInstanceImpl. startSequence(java.lang.String name, TaskCallBlock tcb, boolean sync)
Sequence
ConfigInstanceImpl. startSequence(java.lang.String name, TaskCallBlock tcb, AssemblyLineListener listener)
-
Uses of TaskCallBlock in com.ibm.di.fc
Methods in com.ibm.di.fc that return TaskCallBlock Modifier and Type Method Description 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 Modifier and Type Method Description TaskCallBlock
UserFunctions. newTCB()
Create an empty TaskCallBlock.TaskCallBlock
UserFunctions. newTCB(java.lang.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 that return TaskCallBlock Modifier and Type Method Description TaskCallBlock
TaskCallBlock. clone()
TaskCallBlock
AssemblyLine. getTCB()
Returns the TaskCallBlock for this AssemblyLine.Methods in com.ibm.di.server with parameters of type TaskCallBlock Modifier and Type Method Description 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 Modifier and Type Method Description TaskCallBlock
SandboxStore. getTCB(AssemblyLineConfig alc, TaskInterface task)
Return a previously stored TCBMethods in com.ibm.di.store with parameters of type TaskCallBlock Modifier and Type Method Description void
SandboxStore. setTCB(TaskCallBlock tcb)
Save TCB
-