org.jbpm.util
Class Clock

java.lang.Object
  extended by org.jbpm.util.Clock

public abstract class Clock
extends java.lang.Object


Field Summary
protected static java.util.Date currentTime
           
 
Constructor Summary
Clock()
           
 
Method Summary
static java.util.Date getCurrentTime()
           
static void setCurrentTime(java.util.Date currentTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentTime

protected static java.util.Date currentTime
Constructor Detail

Clock

public Clock()
Method Detail

getCurrentTime

public static java.util.Date getCurrentTime()

setCurrentTime

public static void setCurrentTime(java.util.Date currentTime)