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

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

public class JobHistoryEntry
extends Object
implements Serializable

one entry in the jobImpl execution history.

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  String exception
           
protected  Date executionTime
           
protected  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 Date executionTime

jobDescription

protected String jobDescription

exception

protected String exception
Constructor Detail

JobHistoryEntry

public JobHistoryEntry()


Copyright © 2011 OW2 Consortium. All Rights Reserved.