|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AssemblyLine
Represents an AssemblyLine instance.
Method Summary | |
---|---|
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. |
Method Detail |
---|
ConfigInstance getConfigInstance() throws DIException, RemoteException
DIException
- if an error occurs while retrieving the configuration instance information.
RemoteException
- if a communication-related exception occurs.String getName() throws DIException, RemoteException
DIException
- if an error occurs while retrieving the name of the AssemblyLine.
RemoteException
- if a communication-related exception occurs.int getUniqueCode() throws DIException, RemoteException
DIException
- if an error occurs while retrieving the unique code of the AssemblyLine.
RemoteException
- if a communication-related exception occurs.AssemblyLineConfig getConfig() throws DIException, RemoteException
DIException
- if an error occurs while retrieving the configuration information of the AssemblyLine.
RemoteException
- if a communication-related exception occurs.String getNullBehavior() throws DIException, RemoteException
DIException
- if an error occurs while getting the nullBehavior attribute.
RemoteException
- if a communication-related exception occurs.String getNullBehaviorValue() throws DIException, RemoteException
DIException
- if an error occurs while getting the nullBehaviorValue attribute.
RemoteException
- if a communication-related exception occurs.TaskStatistics getStatistics() throws DIException, RemoteException
DIException
- if an error occurs while getting the AssemblyLine statistics.
RemoteException
- if a communication-related exception occurs.boolean isActive() throws DIException, RemoteException
DIException
- if an error occurs while getting the AssemblyLine state.
RemoteException
- if a communication-related exception occurs.Entry getResult() throws DIException, RemoteException
DIException
- if an error occurs while getting the result Entry.
RemoteException
- if a communication-related exception occurs.void stop() throws DIException, RemoteException
DIException
- if an error occurs while stopping the AssemblyLine.
RemoteException
- if a communication-related exception occurs.String getSystemLogFilePath() throws DIException, RemoteException
DIException
- if an error occurs while obtaining AssemblyLine log file path.
RemoteException
- if a communication-related exception occurs.String getSystemLogFileName() throws DIException, RemoteException
DIException
- if an error occurs while obtaining AssemblyLine log file name.
RemoteException
- if a communication-related exception occurs.String getSystemLog() throws DIException, RemoteException
DIException
- if an error occurs while obtaining AssemblyLine's log.
RemoteException
- if a communication-related exception occurs.String getSystemLogLastChunk(int aLastKilobytes) throws DIException, RemoteException
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.
RemoteException
- if a communication-related exception occurs.String getGlobalUniqueID() throws DIException, RemoteException
DIException
- if an error occurs while obtaining the AssemblyLine GUID value.
RemoteException
- if a communication-related exception occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |