|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.lucis.core.Delays
public final class Delays
| 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 |
|---|
public static Delays constant(long delay)
public static Delays of(long normal,
long idle,
long error)
public static Delays normalAndError(long normal,
long error)
public long getNormal()
public long getIdle()
public long getError()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||