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
SchedulerException
TabularData getAllJobDetails(String instanceId) throws SchedulerException
SchedulerException
JobDetailSupport
TabularData getAllTriggers(String instanceId) throws SchedulerException
SchedulerException
TriggerSupport
String[] getJobGroupNames(String instanceId) throws SchedulerException
SchedulerException
String[] getJobNames(String instanceId, String groupName) throws SchedulerException
SchedulerException
CompositeData getJobDetail(String instanceId, String jobName, String jobGroupName) throws SchedulerException
SchedulerException
JobDetailSupport
boolean isStarted()
void start() throws SchedulerException
SchedulerException
void shutdown()
void standby()
Date scheduleJob(String instanceId, String jobName, String jobGroup, String triggerName, String triggerGroup) throws SchedulerException
SchedulerException
boolean unscheduleJob(String instanceId, String triggerName, String triggerGroup) throws SchedulerException
SchedulerException
boolean interruptJob(String instanceId, String jobName, String jobGroupName) throws UnableToInterruptJobException
UnableToInterruptJobException
void triggerJob(String instanceId, String jobName, String jobGroupName, Map<String,String> jobDataMap) throws SchedulerException
SchedulerException
void triggerJobWithVolatileTrigger(String instanceId, String jobName, String jobGroupName, Map<String,String> jobDataMap) throws SchedulerException
SchedulerException
boolean deleteJob(String instanceId, String jobName, String jobGroupName) throws SchedulerException
SchedulerException
void addJob(String instanceId, CompositeData jobDetail, boolean replace) throws SchedulerException
SchedulerException
void pauseJobGroup(String instanceId, String jobGroupName) throws SchedulerException
SchedulerException
void resumeJobGroup(String instanceId, String jobGroupName) throws SchedulerException
SchedulerException
void pauseJob(String instanceId, String jobName, String groupName) throws SchedulerException
SchedulerException
void resumeJob(String instanceId, String jobName, String jobGroupName) throws SchedulerException
SchedulerException
String[] getTriggerGroupNames(String instanceId) throws SchedulerException
SchedulerException
String[] getTriggerNames(String instanceId, String triggerGroupName) throws SchedulerException
SchedulerException
CompositeData getTrigger(String instanceId, String triggerName, String triggerGroupName) throws SchedulerException
SchedulerException
int getTriggerState(String instanceId, String triggerName, String triggerGroupName) throws SchedulerException
SchedulerException
TabularData getTriggersOfJob(String instanceId, String jobName, String jobGroupName) throws SchedulerException
SchedulerException
Set<String> getPausedTriggerGroups(String instanceId) throws SchedulerException
SchedulerException
void pauseAllTriggers(String instanceId) throws SchedulerException
SchedulerException
void resumeAllTriggers(String instanceId) throws SchedulerException
SchedulerException
void pauseTriggerGroup(String instanceId, String groupName) throws SchedulerException
SchedulerException
void resumeTriggerGroup(String instanceId, String groupName) throws SchedulerException
SchedulerException
void pauseTrigger(String instanceId, String triggerName, String triggerGroupName) throws SchedulerException
SchedulerException
void resumeTrigger(String instanceId, String triggerName, String triggerGroupName) throws SchedulerException
SchedulerException
String[] getCalendarNames(String instanceId) throws SchedulerException
SchedulerException
void deleteCalendar(String instanceId, String name) throws SchedulerException
SchedulerException
void setSampledStatisticsEnabled(boolean enabled)
boolean isSampledStatisticsEnabled()
Copyright © 2017. All rights reserved.