JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.caucho.config.types
Interface Trigger
All Known Implementing Classes:
CronTrigger
,
CronType
,
TimerTrigger
public interface
Trigger
Trigger for schedules and cron jobs
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
long
nextTime
(long now)
Returns the time of the next trigger event
Method Detail
nextTime
long nextTime(long now)
Returns the time of the next trigger event
Parameters:
now
- the current time
Returns:
the next trigger time
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method