|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.server.JobStatus
public class JobStatus
This class marks the moment when an object of its is created. Also monitors for the end time an exceptions that may occur.
Field Summary | |
---|---|
long |
end
The end time of the JobStatus object (in milliseconds). |
java.lang.Exception |
exception
The exception attribute of the JobStatus object (in milliseconds). |
java.lang.String |
name
The name attribute of the JobStatus object. |
long |
start
The start time of the JobStatus object (in milliseconds). |
java.lang.Object |
thread
The thread attribute of the JobStatus object. |
java.lang.String |
threadName
The thread name attribute of the JobStatus object. |
Constructor Summary | |
---|---|
JobStatus(java.lang.String name,
java.lang.Object thread)
Constructor. |
Method Summary | |
---|---|
void |
end()
Ends the JobStatus. |
java.lang.String |
endStatus()
Returns the ending status of the job. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public java.lang.Object thread
public java.lang.String threadName
public long start
public long end
public java.lang.Exception exception
Constructor Detail |
---|
public JobStatus(java.lang.String name, java.lang.Object thread)
name
- a name for the objectthread
- a thread objectMethod Detail |
---|
public void end()
public java.lang.String endStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |