public interface Trigger extends Serializable
Modifier and Type | Method and Description |
---|---|
Date |
hasNextFireTime()
This method is used to query the trigger about the existence of a
possible next fire time, but WITHOUT changing any internal state
of the trigger.
|
Date |
nextFireTime()
This method returns the date of the next fire time and updates
the internal state of the Trigger to the following fire time
if one exists.
|
Date hasNextFireTime()
Date nextFireTime()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.