Add the given Job
to the Scheduler - with no associated Trigger
. The Job
will be 'dormant' until it is scheduled with a Trigger
, or Scheduler.triggerJob()
is called for it.
The Job
must by definition be 'durable', if it is not, SchedulerException will be thrown.
replace
is false
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|