Uses of Interface
com.ibm.di.api.remote.AssemblyLine
-
Packages that use AssemblyLine Package Description 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. -
-
Uses of AssemblyLine in com.ibm.di.api.remote
Methods in com.ibm.di.api.remote that return AssemblyLine Modifier and Type Method Description AssemblyLineAssemblyLineHandler. getAssemblyLine()Returns an AssemblyLine instance.AssemblyLineConfigInstance. getAssemblyLineByUniqueCode(int alId)Searches the list of AssemblyLines for the specified unique code (one returned by theConfigInstance.getAssemblyLineUniqueCodes()method)AssemblyLine[]ConfigInstance. getAssemblyLines()Returns currently started AssemblyLines of the configuration instance.AssemblyLine[]Session. getAssemblyLines()Returns started AssemblyLines corresponding to the currently started configurations.AssemblyLineConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName)Starts the specified AssemblyLine asynchronously.AssemblyLineConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName, boolean aSync)Starts the specified AssemblyLine.AssemblyLineConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData)Starts the specified AssemblyLine with the given input data asynchronously.AssemblyLineConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, boolean aSync)Starts the specified AssemblyLine with the given input data.AssemblyLineConfigInstance. startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs)Starts asynchronously the specified AssemblyLine with the given input data and results listener.AssemblyLineConfigInstance. 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.AssemblyLineConfigInstance. 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.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. -
Uses of AssemblyLine in com.ibm.di.api.remote.impl
Classes in com.ibm.di.api.remote.impl that implement AssemblyLine Modifier and Type Class Description classAssemblyLineImplImplements an AssemblyLine instance.Methods in com.ibm.di.api.remote.impl that return AssemblyLine Modifier and Type Method Description AssemblyLineAssemblyLineHandlerImpl. getAssemblyLine()Returns an AssemblyLine instance.AssemblyLineConfigInstanceImpl. getAssemblyLineByUniqueCode(int alId)Searches the list of AssemblyLines for the specified unique code (one returned by theConfigInstance.getAssemblyLineUniqueCodes()method)AssemblyLine[]ConfigInstanceImpl. getAssemblyLines()Returns currently started AssemblyLines of the configuration instance.AssemblyLine[]SessionImpl. getAssemblyLines()Returns started AssemblyLines corresponding to the currently started configurations.AssemblyLineConfigInstanceImpl. startAssemblyLine(java.lang.String aAssemblyLineName)Starts the specified AssemblyLine asynchronously.AssemblyLineConfigInstanceImpl. startAssemblyLine(java.lang.String aAssemblyLineName, boolean aSync)Starts the specified AssemblyLine.AssemblyLineConfigInstanceImpl. startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData)Starts the specified AssemblyLine with the given input data asynchronously.AssemblyLineConfigInstanceImpl. startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, boolean aSync)Starts the specified AssemblyLine with the given input data.AssemblyLineConfigInstanceImpl. startAssemblyLine(java.lang.String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs)Starts asynchronously the specified AssemblyLine with the given input data and results listener.AssemblyLineConfigInstanceImpl. 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.AssemblyLineConfigInstanceImpl. 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.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.Methods in com.ibm.di.api.remote.impl with parameters of type AssemblyLine Modifier and Type Method Description static AssemblyLineHandlerImplAssemblyLineHandlerImpl. createInstance(AssemblyLine aAssemblyLine, AssemblyLineHandler aLocalHandler, SessionImpl aSession)Creates new instance of this class.
-