|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
com.ibm.di.api.remote.impl.AssemblyLineImpl
public class AssemblyLineImpl
Field Summary |
---|
Fields inherited from class java.rmi.server.RemoteObject |
---|
ref |
Method Summary | |
---|---|
static AssemblyLineImpl |
createInstance(AssemblyLine aLocalAssemblyLine,
SessionImpl aSession)
|
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.rmi.server.UnicastRemoteObject |
---|
clone, exportObject, exportObject, exportObject, unexportObject |
Methods inherited from class java.rmi.server.RemoteServer |
---|
getClientHost, getLog, setLog |
Methods inherited from class java.rmi.server.RemoteObject |
---|
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public ConfigInstance getConfigInstance() throws DIException, RemoteException
AssemblyLine
getConfigInstance
in interface AssemblyLine
DIException
- if an error occurs while retrieving the configuration instance information.
RemoteException
- if a communication-related exception occurs.public String getName() throws DIException, RemoteException
AssemblyLine
getName
in interface AssemblyLine
DIException
- if an error occurs while retrieving the name of the AssemblyLine.
RemoteException
- if a communication-related exception occurs.public int getUniqueCode() throws DIException, RemoteException
AssemblyLine
getUniqueCode
in interface AssemblyLine
DIException
- if an error occurs while retrieving the unique code of the AssemblyLine.
RemoteException
- if a communication-related exception occurs.public AssemblyLineConfig getConfig() throws DIException, RemoteException
AssemblyLine
getConfig
in interface AssemblyLine
DIException
- if an error occurs while retrieving the configuration information of the AssemblyLine.
RemoteException
- if a communication-related exception occurs.public String getNullBehavior() throws DIException, RemoteException
AssemblyLine
getNullBehavior
in interface AssemblyLine
DIException
- if an error occurs while getting the nullBehavior attribute.
RemoteException
- if a communication-related exception occurs.public String getNullBehaviorValue() throws DIException, RemoteException
AssemblyLine
getNullBehaviorValue
in interface AssemblyLine
DIException
- if an error occurs while getting the nullBehaviorValue attribute.
RemoteException
- if a communication-related exception occurs.public TaskStatistics getStatistics() throws DIException, RemoteException
AssemblyLine
getStatistics
in interface AssemblyLine
DIException
- if an error occurs while getting the AssemblyLine statistics.
RemoteException
- if a communication-related exception occurs.public boolean isActive() throws DIException, RemoteException
AssemblyLine
isActive
in interface AssemblyLine
DIException
- if an error occurs while getting the AssemblyLine state.
RemoteException
- if a communication-related exception occurs.public Entry getResult() throws DIException, RemoteException
AssemblyLine
getResult
in interface AssemblyLine
DIException
- if an error occurs while getting the result Entry.
RemoteException
- if a communication-related exception occurs.public void stop() throws DIException, RemoteException
AssemblyLine
stop
in interface AssemblyLine
DIException
- if an error occurs while stopping the AssemblyLine.
RemoteException
- if a communication-related exception occurs.public String getSystemLogFilePath() throws DIException, RemoteException
AssemblyLine
getSystemLogFilePath
in interface AssemblyLine
DIException
- if an error occurs while obtaining AssemblyLine log file path.
RemoteException
- if a communication-related exception occurs.public String getSystemLogFileName() throws DIException, RemoteException
AssemblyLine
getSystemLogFileName
in interface AssemblyLine
DIException
- if an error occurs while obtaining AssemblyLine log file name.
RemoteException
- if a communication-related exception occurs.public String getSystemLog() throws DIException, RemoteException
AssemblyLine
getSystemLog
in interface AssemblyLine
DIException
- if an error occurs while obtaining AssemblyLine's log.
RemoteException
- if a communication-related exception occurs.public String getSystemLogLastChunk(int aLastKilobytes) throws DIException, RemoteException
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.
RemoteException
- if a communication-related exception occurs.public static AssemblyLineImpl createInstance(AssemblyLine aLocalAssemblyLine, SessionImpl aSession) throws DIException, RemoteException
DIException
RemoteException
public String getGlobalUniqueID() throws DIException, RemoteException
AssemblyLine
getGlobalUniqueID
in interface AssemblyLine
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 |