|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SchedulerServiceConfiguration
Allows the host application to supply configuration parameters to the scheduler services.
| Method Summary | |
|---|---|
TimeZone |
getDefaultTimeZone()
Returns the default TimeZone to use when scheduling a job to run according to a
cron expression when no specific time zone is
provided. |
| Method Detail |
|---|
@Nullable TimeZone getDefaultTimeZone()
TimeZone to use when scheduling a job to run according to a
cron expression when no specific time zone is
provided.
The value is checked when the job is scheduled and treated as if it were given explicitly. As a result, if the host application is configured to use a new default time zone, then this will be used for jobs that are scheduled after the change, but existing jobs will continue to use the original setting.
null, then TimeZone.getDefault() is assumed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||