KIE API 6.1.0.Beta2

org.kie.api.time
Interface SessionClock


public interface SessionClock

A clock interface that all engine clocks must implement


Method Summary
 long getCurrentTime()
          Returns the current time.
 

Method Detail

getCurrentTime

long getCurrentTime()
Returns the current time. There is no semantics attached to the long return value, so it will depend on the actual implementation. For instance, for a real time clock it may be milliseconds.

Returns:
The current time. The unit of the time, depends on the actual clock implementation.

KIE API 6.1.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.