public interface QuartzFacadeMBean
| Modifier and Type | Method and Description |
|---|---|
void |
updateCronTrigger(String schedulerObjectName,
String triggerName,
String groupName,
int misfireInstruction,
String cronExpression,
String timeZone)
Updates an existing cron trigger by changing the cron expression
|
void |
updateSimpleTrigger(String schedulerObjectName,
String triggerName,
String groupName,
int misfireInstruction,
int repeatCount,
long repeatInterval)
Updates an existing simple trigger by changing the repeat counter and interval values.
|
void updateSimpleTrigger(String schedulerObjectName, String triggerName, String groupName, int misfireInstruction, int repeatCount, long repeatInterval) throws Exception
misfireInstruction - the misfire instructionrepeatCount - the repeat count (use 0 for forever)repeatInterval - the repeat interval in millisExceptionvoid updateCronTrigger(String schedulerObjectName, String triggerName, String groupName, int misfireInstruction, String cronExpression, String timeZone) throws Exception
misfireInstruction - the misfire instructioncronExpression - the cron expressionstimeZone - optional time zoneExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.