org.jbpm.util
Class Clock

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

public abstract class Clock
extends java.lang.Object


Nested Class Summary
static interface Clock.DateGenerator
           
static class Clock.DefaultDateGenerator
           
 
Field Summary
static Clock.DateGenerator dateGenerator
           
 
Constructor Summary
Clock()
           
 
Method Summary
static java.util.Date getCurrentTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dateGenerator

public static Clock.DateGenerator dateGenerator
Constructor Detail

Clock

public Clock()
Method Detail

getCurrentTime

public static java.util.Date getCurrentTime()