public class TimerSimple extends Object
Modifier and Type | Field and Description |
---|---|
static String |
VALUE_SPLITTER |
Constructor and Description |
---|
TimerSimple(String name,
boolean enabled,
String targetClass,
Long repeatInterval,
Integer repeatCount) |
TimerSimple(String name,
Long repeatInterval,
Integer repeatCount) |
TimerSimple(Timer timer) |
Modifier and Type | Method and Description |
---|---|
Integer |
getExecutedCount() |
Integer |
getRepeatCount() |
Long |
getRepeatInterval() |
Timer |
getTimer() |
void |
incrementExecutedCount() |
boolean |
isValid() |
void |
setExecutedCount(Integer executedCount) |
String |
toString() |
void |
update() |
public static final String VALUE_SPLITTER
public TimerSimple(Timer timer)
public TimerSimple(String name, boolean enabled, String targetClass, Long repeatInterval, Integer repeatCount)
public Timer getTimer()
public Integer getRepeatCount()
public Long getRepeatInterval()
public Integer getExecutedCount()
public void setExecutedCount(Integer executedCount)
public void incrementExecutedCount()
public boolean isValid()
public void update()
Copyright © 2015–2019. All rights reserved.