|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskCallBlock | |
---|---|
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 Tivoli Directory Integrator. |
com.ibm.di.server | Provides classes for the Tivoli Directory Integrator core engine. |
com.ibm.di.store | Provides classes for the Tivoli 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 | |
---|---|
javax.management.ObjectName |
ConfigInstanceMBean.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)
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. |
javax.management.ObjectName |
ConfigInstance.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 | |
---|---|
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. |
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(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. |
Uses of TaskCallBlock in com.ibm.di.api.remote |
---|
Methods in com.ibm.di.api.remote with parameters of type TaskCallBlock | |
---|---|
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. |
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(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. |
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(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 | |
---|---|
TaskCallBlock |
TaskCallBlock.clone()
|
TaskCallBlock |
AssemblyLine.getTCB()
Returns the TaskCallBlock for this AssemblyLine. |
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 |
Methods in com.ibm.di.store with parameters of type TaskCallBlock | |
---|---|
void |
SandboxStore.setTCB(TaskCallBlock tcb)
Save TCB |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |