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.ObjectNameConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName, TaskCallBlock aTcb)Starts asynchronously the specified AssemblyLine with the given TaskCallBlock.javax.management.ObjectNameConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName, TaskCallBlock aTcb, java.lang.Boolean aSync)Starts the specified AssemblyLine with the given TaskCallBlock.javax.management.ObjectNameConfigInstanceMBean. startAssemblyLine(java.lang.String aAssemblyLineName, TaskCallBlock aTcb)Starts asynchronously the specified AssemblyLine with the given TaskCallBlock.javax.management.ObjectNameConfigInstanceMBean. 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 AssemblyLineConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName, TaskCallBlock aTcb)Starts asynchronously the specified AssemblyLine with the given TaskCallBlock.AssemblyLineConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName, TaskCallBlock aTcb, boolean aSync)Starts the specified AssemblyLine with the given TaskCallBlock.SequenceConfigInstance. startSequence(java.lang.String name, TaskCallBlock tcb, boolean sync)Starts the specified Sequence specifying a TaskCallBlock, synchronous or asynchronous.SequenceConfigInstance. 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 AssemblyLineConfigInstanceImpl. startAssemblyLine(java.lang.String aAssemblyLineName, TaskCallBlock aTcb)Starts asynchronously the specified AssemblyLine with the given TaskCallBlock.AssemblyLineConfigInstanceImpl. startAssemblyLine(java.lang.String aAssemblyLineName, TaskCallBlock aTcb, boolean aSync)Starts the specified AssemblyLine with the given TaskCallBlock.SequenceConfigInstanceImpl. startSequence(java.lang.String name, TaskCallBlock tcb, boolean sync)SequenceConfigInstanceImpl. 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 AssemblyLineConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName, TaskCallBlock aTcb)Starts asynchronously the specified AssemblyLine with the given TaskCallBlock.AssemblyLineConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName, TaskCallBlock aTcb, boolean aSync)Starts the specified AssemblyLine with the given TaskCallBlock.SequenceConfigInstance. startSequence(java.lang.String name, TaskCallBlock tcb, boolean sync)Starts the specified Sequence specifying a TaskCallBlock, synchronous or asynchronous.SequenceConfigInstance. 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 AssemblyLineConfigInstanceImpl. startAssemblyLine(java.lang.String aAssemblyLineName, TaskCallBlock aTcb)Starts asynchronously the specified AssemblyLine with the given TaskCallBlock.AssemblyLineConfigInstanceImpl. startAssemblyLine(java.lang.String aAssemblyLineName, TaskCallBlock aTcb, boolean aSync)Starts the specified AssemblyLine with the given TaskCallBlock.SequenceConfigInstanceImpl. startSequence(java.lang.String name, TaskCallBlock tcb, boolean sync)SequenceConfigInstanceImpl. 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 TaskCallBlockAssemblyLineFC. 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 TaskCallBlockUserFunctions. newTCB()Create an empty TaskCallBlock.TaskCallBlockUserFunctions. 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 TaskCallBlockTaskCallBlock. clone()TaskCallBlockAssemblyLine. getTCB()Returns the TaskCallBlock for this AssemblyLine.Methods in com.ibm.di.server with parameters of type TaskCallBlock Modifier and Type Method Description AssemblyLineRS. 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 TaskCallBlockSandboxStore. 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 voidSandboxStore. setTCB(TaskCallBlock tcb)Save TCB
-