public interface QuartzSchedulerMBean
| Modifier and Type | Field and Description |
|---|---|
static String |
JOB_ADDED |
static String |
JOB_DELETED |
static String |
JOB_EXECUTION_VETOED |
static String |
JOB_SCHEDULED |
static String |
JOB_TO_BE_EXECUTED |
static String |
JOB_UNSCHEDULED |
static String |
JOB_WAS_EXECUTED |
static String |
JOBS_PAUSED |
static String |
JOBS_RESUMED |
static String |
SAMPLED_STATISTICS_ENABLED |
static String |
SAMPLED_STATISTICS_RESET |
static String |
SCHEDULER_ERROR |
static String |
SCHEDULER_PAUSED |
static String |
SCHEDULER_SHUTDOWN |
static String |
SCHEDULER_STARTED |
static String |
TRIGGER_FINALIZED |
static String |
TRIGGERS_PAUSED |
static String |
TRIGGERS_RESUMED |
static final String SCHEDULER_STARTED
static final String SCHEDULER_PAUSED
static final String SCHEDULER_SHUTDOWN
static final String SCHEDULER_ERROR
static final String JOB_ADDED
static final String JOB_DELETED
static final String JOB_SCHEDULED
static final String JOB_UNSCHEDULED
static final String JOBS_PAUSED
static final String JOBS_RESUMED
static final String JOB_EXECUTION_VETOED
static final String JOB_TO_BE_EXECUTED
static final String JOB_WAS_EXECUTED
static final String TRIGGER_FINALIZED
static final String TRIGGERS_PAUSED
static final String TRIGGERS_RESUMED
static final String SAMPLED_STATISTICS_ENABLED
static final String SAMPLED_STATISTICS_RESET
String getSchedulerName()
String getSchedulerInstanceId()
boolean isStandbyMode()
boolean isShutdown()
String getVersion()
String getJobStoreClassName()
String getThreadPoolClassName()
int getThreadPoolSize()
long getJobsScheduledMostRecentSample()
long getJobsExecutedMostRecentSample()
long getJobsCompletedMostRecentSample()
TabularData getCurrentlyExecutingJobs() throws SchedulerException
SchedulerExceptionTabularData getAllJobDetails(String instanceId) throws SchedulerException
SchedulerExceptionJobDetailSupportTabularData getAllTriggers(String instanceId) throws SchedulerException
SchedulerExceptionTriggerSupportString[] getJobGroupNames(String instanceId) throws SchedulerException
SchedulerExceptionString[] getJobNames(String instanceId, String groupName) throws SchedulerException
SchedulerExceptionCompositeData getJobDetail(String instanceId, String jobName, String jobGroupName) throws SchedulerException
SchedulerExceptionJobDetailSupportboolean isStarted()
void start()
throws SchedulerException
SchedulerExceptionvoid shutdown()
void standby()
Date scheduleJob(String instanceId, String jobName, String jobGroup, String triggerName, String triggerGroup) throws SchedulerException
SchedulerExceptionboolean unscheduleJob(String instanceId, String triggerName, String triggerGroup) throws SchedulerException
SchedulerExceptionboolean interruptJob(String instanceId, String jobName, String jobGroupName) throws UnableToInterruptJobException
UnableToInterruptJobExceptionvoid triggerJob(String instanceId, String jobName, String jobGroupName, Map<String,String> jobDataMap) throws SchedulerException
SchedulerExceptionvoid triggerJobWithVolatileTrigger(String instanceId, String jobName, String jobGroupName, Map<String,String> jobDataMap) throws SchedulerException
SchedulerExceptionboolean deleteJob(String instanceId, String jobName, String jobGroupName) throws SchedulerException
SchedulerExceptionvoid addJob(String instanceId, CompositeData jobDetail, boolean replace) throws SchedulerException
SchedulerExceptionvoid pauseJobGroup(String instanceId, String jobGroupName) throws SchedulerException
SchedulerExceptionvoid resumeJobGroup(String instanceId, String jobGroupName) throws SchedulerException
SchedulerExceptionvoid pauseJob(String instanceId, String jobName, String groupName) throws SchedulerException
SchedulerExceptionvoid resumeJob(String instanceId, String jobName, String jobGroupName) throws SchedulerException
SchedulerExceptionString[] getTriggerGroupNames(String instanceId) throws SchedulerException
SchedulerExceptionString[] getTriggerNames(String instanceId, String triggerGroupName) throws SchedulerException
SchedulerExceptionCompositeData getTrigger(String instanceId, String triggerName, String triggerGroupName) throws SchedulerException
SchedulerExceptionint getTriggerState(String instanceId, String triggerName, String triggerGroupName) throws SchedulerException
SchedulerExceptionTabularData getTriggersOfJob(String instanceId, String jobName, String jobGroupName) throws SchedulerException
SchedulerExceptionSet<String> getPausedTriggerGroups(String instanceId) throws SchedulerException
SchedulerExceptionvoid pauseAllTriggers(String instanceId) throws SchedulerException
SchedulerExceptionvoid resumeAllTriggers(String instanceId) throws SchedulerException
SchedulerExceptionvoid pauseTriggerGroup(String instanceId, String groupName) throws SchedulerException
SchedulerExceptionvoid resumeTriggerGroup(String instanceId, String groupName) throws SchedulerException
SchedulerExceptionvoid pauseTrigger(String instanceId, String triggerName, String triggerGroupName) throws SchedulerException
SchedulerExceptionvoid resumeTrigger(String instanceId, String triggerName, String triggerGroupName) throws SchedulerException
SchedulerExceptionString[] getCalendarNames(String instanceId) throws SchedulerException
SchedulerExceptionvoid deleteCalendar(String instanceId, String name) throws SchedulerException
SchedulerExceptionvoid setSampledStatisticsEnabled(boolean enabled)
boolean isSampledStatisticsEnabled()
Copyright © 2015. All rights reserved.