|
|||||||||||
| 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). |
Exception |
exception
The exception attribute of the JobStatus object (in milliseconds). |
String |
name
The name attribute of the JobStatus object. |
long |
start
The start time of the JobStatus object (in milliseconds). |
Object |
thread
The thread attribute of the JobStatus object. |
String |
threadName
The thread name attribute of the JobStatus object. |
| Constructor Summary | |
|---|---|
JobStatus(String name,
Object thread)
Constructor. |
|
| Method Summary | |
|---|---|
void |
end()
Ends the JobStatus. |
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 String name
public Object thread
public String threadName
public long start
public long end
public Exception exception
| Constructor Detail |
|---|
public JobStatus(String name,
Object thread)
name - a name for the objectthread - a thread object| Method Detail |
|---|
public void end()
public String endStatus()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||