org.jbpm.scheduler.impl
Class SchedulerHistoryLog

java.lang.Object
  extended by org.jbpm.scheduler.impl.SchedulerHistoryLog
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
SchedulerHistoryLog(java.util.Date date, Timer timer)
           
 
Method Summary
 java.util.Date getDate()
           
 Timer getTimer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulerHistoryLog

public SchedulerHistoryLog(java.util.Date date,
                           Timer timer)
Method Detail

getDate

public java.util.Date getDate()

getTimer

public Timer getTimer()


Version : jbpm-3.1.1