abstract static class SimpleScheduler.SimpleTrigger extends Object implements Trigger
| Modifier and Type | Field and Description |
|---|---|
protected ZonedDateTime |
start |
| Constructor and Description |
|---|
SimpleTrigger(String id,
ZonedDateTime start) |
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract ZonedDateTime |
evaluate(ZonedDateTime now) |
String |
getId() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNextFireTime, getPreviousFireTimeprotected final ZonedDateTime start
public SimpleTrigger(String id, ZonedDateTime start)
abstract ZonedDateTime evaluate(ZonedDateTime now)
now - null otherwiseCopyright © 2020 JBoss by Red Hat. All rights reserved.