|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AssemblyLineMBean
Represents an AssemblyLine instance.
| Method Summary | |
|---|---|
void |
attachDebugger(int port,
java.lang.String host,
boolean onerror)
Attach a debugger to the AssemblyLine. |
void |
detachDebugger(java.lang.Object msg)
Detach the current debugger from the AssemblyLine. |
AssemblyLineConfig |
getConfig()
Returns configuration information about the AssemblyLine. |
javax.management.ObjectName |
getConfigInstance()
Returns ObjectName generated from the AssemblyLine’s configuration ID, gotten from the AssemblyLine’s configuration instance. |
java.lang.String |
getGlobalUniqueID()
Returns AssemblyLine GUID. |
java.lang.String |
getName()
Returns the name of the AssemblyLine. |
java.lang.String |
getNullBehavior()
Gets the nullBehavior attribute of the AssemblyLine object |
java.lang.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. |
java.lang.String |
getSystemLog()
Retrieves the current AssemblyLine's system log. |
java.lang.String |
getSystemLogFileName()
Returns the name of the log file of the AssemblyLine (not prefixed by folders path). |
java.lang.String |
getSystemLogFilePath()
Returns the fully-qualified path of the log file of the AssemblyLine. |
java.lang.String |
getSystemLogLastChunk(java.lang.Integer aLastKilobytes)
Retrieves the last chunk from the current AssemblyLine's system log. |
java.lang.Integer |
getUniqueCode()
Returns the unique code of the AssemblyLine. |
java.lang.Boolean |
isActive()
Checks if the AssemblyLine is active. |
void |
stop()
Stops the execution of the AssemblyLine. |
| Methods inherited from interface com.ibm.di.api.jmx.mbeans.BaseMBean |
|---|
getId, getType |
| Method Detail |
|---|
javax.management.ObjectName getConfigInstance()
throws DIException
DIException - if an error occurs while generating the ObjectName.
java.lang.String getName()
throws DIException
DIException - if an error occurs while retrieving the name of the
AssemblyLine.
java.lang.Integer getUniqueCode()
throws DIException
DIException - if an error occurs while retrieving the unique code of the
AssemblyLine.
AssemblyLineConfig getConfig()
throws DIException
DIException - if an error occurs while retrieving the configuration
information of the AssemblyLine.
java.lang.String getNullBehavior()
throws DIException
DIException - if an error occurs while getting the nullBehavior attribute.
java.lang.String getNullBehaviorValue()
throws DIException
DIException - if an error occurs while getting the nullBehaviorValue
attribute.
TaskStatistics getStatistics()
throws DIException
DIException - if an error occurs while getting the AssemblyLine statistics.
java.lang.Boolean isActive()
throws DIException
DIException - if an error occurs while getting the AssemblyLine state.
Entry getResult()
throws DIException
DIException - if an error occurs while getting the result Entry.
void stop()
throws DIException
DIException - if an error occurs while stopping the AssemblyLine.
java.lang.String getSystemLogFilePath()
throws DIException
DIException - if an error occurs while obtaining AssemblyLine log file
path.
java.lang.String getSystemLogFileName()
throws DIException
DIException - if an error occurs while obtaining AssemblyLine log file
name.
java.lang.String getSystemLog()
throws DIException
DIException - if an error occurs while obtaining AssemblyLine's log.
java.lang.String getSystemLogLastChunk(java.lang.Integer aLastKilobytes)
throws DIException
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.
java.lang.String getGlobalUniqueID()
throws DIException
DIException - if an error occurs while obtaining the GUID.
void attachDebugger(int port,
java.lang.String host,
boolean onerror)
throws DIException
port - Port of the debugger.host - Host of the debugger.onerror - If true breakpoints are disabled except when there is an
error.
DIException - If the AssemblyLine is already being debugged or the
AssemblyLine cannot connect to the debugger.
void detachDebugger(java.lang.Object msg)
throws DIException
msg - This object will be sent to the debugger before the detaching
occurs. Must be serializable. If null, nothing will be sent.
DIException - If an error occurs while detaching the debugger.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||