net.sf.lucis.core
Class Delays

java.lang.Object
  extended by net.sf.lucis.core.Delays

public final class Delays
extends java.lang.Object


Method Summary
static Delays constant(long delay)
           
 long getError()
           
 long getIdle()
           
 long getNormal()
           
static Delays normalAndError(long normal, long error)
           
static Delays of(long normal, long idle, long error)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

constant

public static Delays constant(long delay)

of

public static Delays of(long normal,
                        long idle,
                        long error)

normalAndError

public static Delays normalAndError(long normal,
                                    long error)

getNormal

public long getNormal()

getIdle

public long getIdle()

getError

public long getError()


Copyright © 2009. All Rights Reserved.