|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.api.local.impl.AssemblyLineImpl
public class AssemblyLineImpl
Constructor Summary | |
---|---|
AssemblyLineImpl(AssemblyLine aAssemblyLine,
ConfigInstanceImpl aConfigInstance,
SessionImpl aSession)
|
Method Summary | |
---|---|
static String |
genGUID(AssemblyLine aAssemblyLine)
|
AssemblyLineConfig |
getConfig()
Returns configuration information about the AssemblyLine. |
ConfigInstance |
getConfigInstance()
Returns the configuration instance of the AssemblyLine. |
String |
getGlobalUniqueID()
Returns AssemblyLine GUID. |
String |
getName()
Returns the name of the AssemblyLine. |
String |
getNullBehavior()
Gets the nullBehavior attribute of the AssemblyLine object |
String |
getNullBehaviorValue()
Gets the nullBehaviorValue attribute of the AssemblyLine object. |
Entry |
getResult()
This method returns the result entry object. |
TaskStatistics |
getStatistics()
This method returns the TaskStatistics object for this AssemblyLine. |
String |
getSystemLog()
Retrieves the current AssemblyLine's system log. |
String |
getSystemLogFileName()
Returns the name of the log file of the AssemblyLine (not prefixed by folders path). |
String |
getSystemLogFilePath()
Returns the fully-qualified path of the log file of the AssemblyLine. |
String |
getSystemLogLastChunk(int aLastKilobytes)
Retrieves the last chunk from the current AssemblyLine's system log. |
int |
getUniqueCode()
Returns the unique code of the AssemblyLine. |
boolean |
isActive()
Checks if the AssemblyLine is active. |
void |
stop()
Stops the execution of the AssemblyLine. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssemblyLineImpl(AssemblyLine aAssemblyLine, ConfigInstanceImpl aConfigInstance, SessionImpl aSession) throws DIException
DIException
Method Detail |
---|
public ConfigInstance getConfigInstance() throws DIException
AssemblyLine
getConfigInstance
in interface AssemblyLine
DIException
- if an error occurs while retrieving the configuration instance information.public String getName() throws DIException
AssemblyLine
getName
in interface AssemblyLine
DIException
- if an error occurs while retrieving the name of the AssemblyLine.public int getUniqueCode() throws DIException
AssemblyLine
getUniqueCode
in interface AssemblyLine
DIException
- if an error occurs while retrieving the unique code of the AssemblyLine.public AssemblyLineConfig getConfig() throws DIException
AssemblyLine
getConfig
in interface AssemblyLine
DIException
- if an error occurs while retrieving the configuration information of the AssemblyLine.public String getNullBehavior() throws DIException
AssemblyLine
getNullBehavior
in interface AssemblyLine
DIException
- if an error occurs while getting the nullBehavior attribute.public String getNullBehaviorValue() throws DIException
AssemblyLine
getNullBehaviorValue
in interface AssemblyLine
DIException
- if an error occurs while getting the nullBehaviorValue attribute.public TaskStatistics getStatistics() throws DIException
AssemblyLine
getStatistics
in interface AssemblyLine
DIException
- if an error occurs while getting the AssemblyLine statistics.public boolean isActive() throws DIException
AssemblyLine
isActive
in interface AssemblyLine
DIException
- if an error occurs while getting the AssemblyLine state.public Entry getResult() throws DIException
AssemblyLine
getResult
in interface AssemblyLine
DIException
- if an error occurs while getting the result Entry.public void stop() throws DIException
AssemblyLine
stop
in interface AssemblyLine
DIException
- if an error occurs while stopping the AssemblyLine.public String getSystemLogFilePath() throws DIException
AssemblyLine
getSystemLogFilePath
in interface AssemblyLine
DIException
- if an error occurs while obtaining AssemblyLine log file path.public String getSystemLogFileName() throws DIException
AssemblyLine
getSystemLogFileName
in interface AssemblyLine
DIException
- if an error occurs while obtaining AssemblyLine log file name.public String getSystemLog() throws DIException
AssemblyLine
getSystemLog
in interface AssemblyLine
DIException
- if an error occurs while obtaining AssemblyLine's log.public String getSystemLogLastChunk(int aLastKilobytes) throws DIException
AssemblyLine
getSystemLogLastChunk
in interface AssemblyLine
aLastKilobytes
- Specifies in kilobytes the size of the log's
last chunk that will be read.
DIException
- if an error occurs while obtaining AssemblyLine's log.public String getGlobalUniqueID()
AssemblyLine
getGlobalUniqueID
in interface AssemblyLine
public static String genGUID(AssemblyLine aAssemblyLine)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |