|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssemblyLine | |
---|---|
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.impl | Provides implementations of the interfaces for managing the remote session of the server API. |
Uses of AssemblyLine in com.ibm.di.api.jmx.mbeans |
---|
Constructors in com.ibm.di.api.jmx.mbeans with parameters of type AssemblyLine | |
---|---|
AssemblyLine(AssemblyLine aAssemblyLine)
Class constructor |
Uses of AssemblyLine in com.ibm.di.api.local |
---|
Methods in com.ibm.di.api.local that return AssemblyLine | |
---|---|
AssemblyLine |
AssemblyLineHandler.getAssemblyLine()
Returns an AssemblyLine instance. |
AssemblyLine[] |
Session.getAssemblyLines()
Returns started AssemblyLines corresponding to the currently started configurations. |
AssemblyLine[] |
ConfigInstance.getAssemblyLines()
Returns currently started AssemblyLines of the configuration instance. |
AssemblyLine |
ConfigInstance.startAssemblyLine(java.lang.String aAssemblyLineName)
Starts the specified AssemblyLine asynchronously. |
AssemblyLine |
ConfigInstance.startAssemblyLine(java.lang.String aAssemblyLineName,
boolean aSync)
Starts the specified AssemblyLine. |
AssemblyLine |
ConfigInstance.startAssemblyLine(java.lang.String aAssemblyLineName,
Entry aInputData)
Starts the specified AssemblyLine with the given input data asynchronously. |
AssemblyLine |
ConfigInstance.startAssemblyLine(java.lang.String aAssemblyLineName,
Entry aInputData,
AssemblyLineListener aListener,
boolean aGetLogs)
Starts asynchronously the specified AssemblyLine with the given input data and results listener. |
AssemblyLine |
ConfigInstance.startAssemblyLine(java.lang.String aAssemblyLineName,
Entry aInputData,
AssemblyLineListener aListener,
boolean aGetLogs,
boolean aSync)
Starts the specified AssemblyLine with the given input data and results listener. |
AssemblyLine |
ConfigInstance.startAssemblyLine(java.lang.String aAssemblyLineName,
Entry aInputData,
AssemblyLineListener aListener,
boolean aGetLogs,
boolean aSync,
boolean aGetEntryOnEachCycle)
Starts the specified AssemblyLine with the given input data and results listener. |
AssemblyLine |
ConfigInstance.startAssemblyLine(java.lang.String aAssemblyLineName,
Entry aInputData,
boolean aSync)
Starts the specified AssemblyLine with the given input data. |
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 AssemblyLine in com.ibm.di.api.local.impl |
---|
Classes in com.ibm.di.api.local.impl that implement AssemblyLine | |
---|---|
class |
AssemblyLineImpl
Implements an AssemblyLine instance. |
Methods in com.ibm.di.api.local.impl that return AssemblyLine | |
---|---|
AssemblyLine |
AssemblyLineHandlerImpl.getAssemblyLine()
Returns an AssemblyLine instance. |
AssemblyLine[] |
SessionImpl.getAssemblyLines()
Returns started AssemblyLines corresponding to the currently started configurations. |
AssemblyLine[] |
ConfigInstanceImpl.getAssemblyLines()
Returns currently started AssemblyLines of the configuration instance. |
AssemblyLine |
ConfigInstanceImpl.startAssemblyLine(java.lang.String aAssemblyLineName)
Starts the specified AssemblyLine asynchronously. |
AssemblyLine |
ConfigInstanceImpl.startAssemblyLine(java.lang.String aAssemblyLineName,
boolean aSync)
Starts the specified AssemblyLine. |
AssemblyLine |
ConfigInstanceImpl.startAssemblyLine(java.lang.String aAssemblyLineName,
Entry aInputData)
Starts the specified AssemblyLine with the given input data asynchronously. |
AssemblyLine |
ConfigInstanceImpl.startAssemblyLine(java.lang.String aAssemblyLineName,
Entry aInputData,
AssemblyLineListener aListener,
boolean aGetLogs)
Starts asynchronously the specified AssemblyLine with the given input data and results listener. |
AssemblyLine |
ConfigInstanceImpl.startAssemblyLine(java.lang.String aAssemblyLineName,
Entry aInputData,
AssemblyLineListener aListener,
boolean aGetLogs,
boolean aSync)
Starts the specified AssemblyLine with the given input data and results listener. |
AssemblyLine |
ConfigInstanceImpl.startAssemblyLine(java.lang.String aAssemblyLineName,
Entry aInputData,
AssemblyLineListener aListener,
boolean aGetLogs,
boolean aSync,
boolean aGetEntryOnEachCycle)
Starts the specified AssemblyLine with the given input data and results listener. |
AssemblyLine |
ConfigInstanceImpl.startAssemblyLine(java.lang.String aAssemblyLineName,
Entry aInputData,
boolean aSync)
Starts the specified AssemblyLine with the given input data. |
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. |
Constructors in com.ibm.di.api.local.impl with parameters of type AssemblyLine | |
---|---|
AssemblyLineHandlerImpl(AssemblyLine aAssemblyLine,
AssemblyLine aRawAssemblyLine,
SessionImpl aSession)
Constructor |
Uses of AssemblyLine in com.ibm.di.api.remote.impl |
---|
Methods in com.ibm.di.api.remote.impl with parameters of type AssemblyLine | |
---|---|
static AssemblyLineImpl |
AssemblyLineImpl.createInstance(AssemblyLine aLocalAssemblyLine,
SessionImpl aSession)
Creates new instance of this class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |