org.camunda.bpm.engine.impl.util
Class ClockUtil

java.lang.Object
  extended by org.camunda.bpm.engine.impl.util.ClockUtil

public class ClockUtil
extends Object

Author:
Joram Barrez

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

Constructor Detail

ClockUtil

public ClockUtil()
Method Detail

setCurrentTime

public static void setCurrentTime(Date currentTime)

reset

public static void reset()

getCurrentTime

public static Date getCurrentTime()


Copyright © 2014 camunda services GmbH. All Rights Reserved.