Scala Monitoring and Control System API
com.lafros.macs.util

object Timer

[source: com/lafros/macs/util/Timer.scala]

object Timer
extends AnyRef
companion.
Method Summary
def nextBoundaryMillis (refBoundaryMillis : Long, periodMillis : Long, nowMillis : Long) : Long
calcuates the time of the next boundary, given the specified parameters.
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Class Summary
case class Params (val refBoundaryMillis : Long, val periodMillis : Long) extends scala.Product
immutable parameters.
Object Summary
object Params extends AnyRef
companion.
Method Details
def nextBoundaryMillis(refBoundaryMillis : Long, periodMillis : Long, nowMillis : Long) : Long
calcuates the time of the next boundary, given the specified parameters.


Copyright 2009 Latterfrosken Software Development Limited