|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssemblyLine | |
---|---|
com.ibm.di.admin | |
com.ibm.di.api | |
com.ibm.di.api.local.impl | |
com.ibm.di.server |
Uses of AssemblyLine in com.ibm.di.admin |
---|
Methods in com.ibm.di.admin that return AssemblyLine | |
---|---|
AssemblyLine |
RSInterfaceProxy.restartAL(String assemblyLine,
String restartID)
Start the AssemblyLine given by the parameter. |
AssemblyLine |
RSInterfaceProxy.startAL(String assemblyLine)
|
AssemblyLine |
RSInterfaceProxy.startAL(String assemblyLine,
Connector connector,
Entry work)
Start the AssemblyLine given by the parameter. |
AssemblyLine |
RSInterfaceProxy.startAL(String assemblyLine,
Object io)
Start the AssemblyLine given by the parameter. |
Uses of AssemblyLine in com.ibm.di.api |
---|
Methods in com.ibm.di.api with parameters of type AssemblyLine | |
---|---|
void |
ProcessRegistry.assemblyLineStarted(AssemblyLine aAssemblyLine)
|
static void |
APIEngine.assemblyLineStarted(AssemblyLine aAssemblyLine)
This is a notification method, that notifies the engine that the specified Assembly Line has been started. |
void |
ProcessRegistry.assemblyLineTerminated(AssemblyLine aAssemblyLine)
|
static void |
APIEngine.assemblyLineTerminated(AssemblyLine aAssemblyLine)
This is a notification method, that notifies the engine that the specified Assembly Line has been terminated. |
Uses of AssemblyLine in com.ibm.di.api.local.impl |
---|
Methods in com.ibm.di.api.local.impl with parameters of type AssemblyLine | |
---|---|
static String |
AssemblyLineImpl.genGUID(AssemblyLine aAssemblyLine)
|
Constructors in com.ibm.di.api.local.impl with parameters of type AssemblyLine | |
---|---|
AssemblyLineHandlerImpl(AssemblyLine aAssemblyLine,
AssemblyLine aRawAssemblyLine,
SessionImpl aSession)
|
|
AssemblyLineImpl(AssemblyLine aAssemblyLine,
ConfigInstanceImpl aConfigInstance,
SessionImpl aSession)
|
Uses of AssemblyLine in com.ibm.di.server |
---|
Fields in com.ibm.di.server declared as AssemblyLine | |
---|---|
protected AssemblyLine |
BranchingComponent.parent
The AssemblyLine this BranchingComponent is part of |
Methods in com.ibm.di.server that return AssemblyLine | |
---|---|
AssemblyLine |
RSInterface.restartAL(String assemblyLine,
String checkpointID)
Restart the AssemblyLine given by the parameter. |
AssemblyLine |
RS.restartAL(String assemblyLine,
String checkpointID)
Restart the AssemblyLine given by the parameter. |
AssemblyLine |
RSInterface.startAL(String assemblyLine)
Start the AssemblyLine given by the parameter. |
AssemblyLine |
RS.startAL(String assemblyLine)
Start named AssemblyLine |
AssemblyLine |
RSInterface.startAL(String assemblyLine,
Connector connector,
Entry work)
Start the AssemblyLine given by the parameter. |
AssemblyLine |
RS.startAL(String assemblyLine,
Connector connector,
Entry work)
Start named AssemblyLine providing an initial work entry and a connector |
AssemblyLine |
RS.startAL(String assemblyLine,
int runMode)
Start named AssemblyLine |
AssemblyLine |
RSInterface.startAL(String assemblyLine,
Object io)
Start the AssemblyLine given by the parameter. |
AssemblyLine |
RS.startAL(String assemblyLine,
Object io)
Start named AssemblyLine providing a parameter |
AssemblyLine |
RS.startAL(String assemblyLine,
Object io,
org.apache.log4j.Appender logAppender)
Start named AssemblyLine providing a parameter |
AssemblyLine |
RS.startAL(TaskCallBlock tcb)
Start the AssemblyLine named in the TCB |
AssemblyLine |
RS.startALDebug(String assemblyLine,
int port)
Start named AssemblyLine in debug mode. |
Methods in com.ibm.di.server with parameters of type AssemblyLine | |
---|---|
void |
TaskCallBlock.setConnectorParameters(AssemblyLine task)
Modifies connector configurations in the AssemblyLine (method is called by AssemblyLine) |
Constructors in com.ibm.di.server with parameters of type AssemblyLine | |
---|---|
AttributeMapComponent(AssemblyLine parent,
String name,
ALMappingConfig config)
Constructor for the AttributeMapComponent object |
|
BranchingComponent(AssemblyLine parent,
String name,
BranchingConfig config)
Constructor for the BranchingComponent object |
|
CSDeltaTaskComponent(AssemblyLine parent,
String name,
ConnectorConfig config,
ConnectorInterface conn,
boolean isRestarting)
|
|
CSDeltaTaskComponent(AssemblyLine parent,
String name,
ConnectorConfig config,
ConnectorInterface conn,
boolean isRestarting,
boolean forceRuntime)
|
|
DeltaTaskComponent(AssemblyLine parent,
String name,
ConnectorConfig config,
ConnectorInterface conn)
|
|
DeltaTaskComponent(AssemblyLine parent,
String name,
ConnectorConfig config,
ConnectorInterface conn,
boolean forceRuntime)
|
|
EndBranchComponent(AssemblyLine parent,
BranchingComponent bc)
The Constructor for the EndBranchComponent |
|
EndLoopComponent(AssemblyLine parent,
LoopComponent loop)
This constructor is used to insert the EndLoop component in the AL |
|
FunctionComponent(AssemblyLine parent,
String name,
FunctionConfig config)
Constructor for the FunctionComponent object |
|
FunctionComponent(AssemblyLine parent,
String name,
FunctionConfig config,
FunctionInterface function)
|
|
LoopComponent(AssemblyLine parent,
String name,
LoopConfig config)
Constructor for the LoopComponent object |
|
ScriptComponent(AssemblyLine parent,
String name,
ConnectorConfig config,
ConnectorInterface conn)
Constructor |
|
SwitchComponent(AssemblyLine parent,
String name,
BranchingConfig config)
Constructor for the BranchingComponent object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |