org.ow2.orchestra.pvm.internal.jobexecutor
Class JobHistoryEntry

java.lang.Object
  extended by org.ow2.orchestra.pvm.internal.jobexecutor.JobHistoryEntry
All Implemented Interfaces:
java.io.Serializable

public class JobHistoryEntry
extends java.lang.Object
implements java.io.Serializable

one entry in the jobImpl execution history.

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  java.lang.String exception
           
protected  java.util.Date executionTime
           
protected  java.lang.String jobDescription
           
 
Constructor Summary
JobHistoryEntry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

executionTime

protected java.util.Date executionTime

jobDescription

protected java.lang.String jobDescription

exception

protected java.lang.String exception
Constructor Detail

JobHistoryEntry

public JobHistoryEntry()


Copyright © 2010 OW2 Consortium. All Rights Reserved.