|
TrueUpdate Manager Specification 0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.java.trueupdate.manager.spec.TimerParameters
@Immutable public final class TimerParameters
Timer parameters.
| Nested Class Summary | |
|---|---|
static class |
TimerParameters.Builder<P>
A builder for timer parameters. |
| Method Summary | |
|---|---|
static TimerParameters.Builder<Void> |
builder()
Returns a new builder for timer parameters. |
long |
delay()
Returns the initial delay of the timer. |
static TimerParameters |
parse(TimerParametersDto ci)
Parses the given configuration item. |
long |
period()
Returns the period of the timer. |
TimeUnit |
unit()
Returns the time unit. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static TimerParameters.Builder<Void> builder()
public long delay()
public static TimerParameters parse(TimerParametersDto ci)
public long period()
public TimeUnit unit()
|
TrueUpdate Manager Specification 0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||