com.ibm.di.server
Class JobStatus

java.lang.Object
  extended by com.ibm.di.server.JobStatus

public class JobStatus
extends Object


Field Summary
 long end
           
 Exception exception
           
 String name
           
 long start
           
 Object thread
           
 String threadName
           
 
Constructor Summary
JobStatus(String name, Object thread)
           
 
Method Summary
 void end()
           
 String endStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

thread

public Object thread

threadName

public String threadName

start

public long start

end

public long end

exception

public Exception exception
Constructor Detail

JobStatus

public JobStatus(String name,
                 Object thread)
Method Detail

end

public void end()

endStatus

public String endStatus()