|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimeUnit | |
|---|---|
| com.silverpeas.scheduler.trigger | Provides job trigger definitions. |
| Uses of TimeUnit in com.silverpeas.scheduler.trigger |
|---|
| Methods in com.silverpeas.scheduler.trigger that return TimeUnit | |
|---|---|
TimeUnit |
FixedPeriodJobTrigger.getTimeUnit()
Gets the unit of the interval of time between two job triggerings. |
static TimeUnit |
TimeUnit.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TimeUnit[] |
TimeUnit.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.silverpeas.scheduler.trigger with parameters of type TimeUnit | |
|---|---|
FixedPeriodJobTrigger |
JobTriggerFactory.getJobTriggerWithPeriodicity(int time,
TimeUnit unit)
Creates a new job trigger that will fire a job execution at the specified regular time. |
static JobTrigger |
JobTrigger.triggerEvery(int time,
TimeUnit unit)
Creates a job trigger that will fire a job execution every the specified time. |
| Constructors in com.silverpeas.scheduler.trigger with parameters of type TimeUnit | |
|---|---|
FixedPeriodJobTrigger(int time,
TimeUnit unit)
Creates a new job trigger that will fire a job execution at a specified interval. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||