Source compatibility report for the Quartz library between 1.8.6 and 2.0.2 versions
Test Info
Library Name | Quartz |
Version #1 | 1.8.6 |
Version #2 | 2.0.2 |
Test Results
Total Java ARchives | 6 |
---|
Total Classes | 153 |
---|
Total Methods / Types | 2508 / 135 |
---|
Verdict | Incompatible (36.5%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 739 |
---|
Removed Methods | High | 640 |
---|
Problems with Data Types | High | 384 |
---|
Medium | 3 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 11 |
Low | 0 |
Other Changes in Data Types | - | 10 |
Added Methods (739)
quartz-all-2.0.2.jar, BroadcastJobListener.class
package org.quartz.listeners
BroadcastJobListener.addListener ( org.quartz.JobListener listener ) : void
[run-time name: org/quartz/listeners/BroadcastJobListener.addListener:(Lorg/quartz/JobListener;)V]
BroadcastJobListener.BroadcastJobListener ( String name )
[run-time name: org/quartz/listeners/BroadcastJobListener."<init>":(Ljava/lang/String;)V]
BroadcastJobListener.BroadcastJobListener ( String name, java.util.List listeners )
[run-time name: org/quartz/listeners/BroadcastJobListener."<init>":(Ljava/lang/String;Ljava/util/List;)V]
BroadcastJobListener.getListeners ( ) : java.util.List
[run-time name: org/quartz/listeners/BroadcastJobListener.getListeners:()Ljava/util/List;]
BroadcastJobListener.getName ( ) : String
[run-time name: org/quartz/listeners/BroadcastJobListener.getName:()Ljava/lang/String;]
BroadcastJobListener.jobExecutionVetoed ( org.quartz.JobExecutionContext context ) : void
[run-time name: org/quartz/listeners/BroadcastJobListener.jobExecutionVetoed:(Lorg/quartz/JobExecutionContext;)V]
BroadcastJobListener.jobToBeExecuted ( org.quartz.JobExecutionContext context ) : void
[run-time name: org/quartz/listeners/BroadcastJobListener.jobToBeExecuted:(Lorg/quartz/JobExecutionContext;)V]
BroadcastJobListener.jobWasExecuted ( org.quartz.JobExecutionContext context, org.quartz.JobExecutionException jobException ) : void
[run-time name: org/quartz/listeners/BroadcastJobListener.jobWasExecuted:(Lorg/quartz/JobExecutionContext;Lorg/quartz/JobExecutionException;)V]
BroadcastJobListener.removeListener ( org.quartz.JobListener listener ) : boolean
[run-time name: org/quartz/listeners/BroadcastJobListener.removeListener:(Lorg/quartz/JobListener;)Z]
BroadcastJobListener.removeListener ( String listenerName ) : boolean
[run-time name: org/quartz/listeners/BroadcastJobListener.removeListener:(Ljava/lang/String;)Z]
quartz-all-2.0.2.jar, BroadcastSchedulerListener.class
package org.quartz.listeners
BroadcastSchedulerListener.jobDeleted ( org.quartz.JobKey jobKey ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.jobDeleted:(Lorg/quartz/JobKey;)V]
BroadcastSchedulerListener.jobPaused ( org.quartz.JobKey key ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.jobPaused:(Lorg/quartz/JobKey;)V]
BroadcastSchedulerListener.jobResumed ( org.quartz.JobKey key ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.jobResumed:(Lorg/quartz/JobKey;)V]
BroadcastSchedulerListener.jobsPaused ( String jobGroup ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.jobsPaused:(Ljava/lang/String;)V]
BroadcastSchedulerListener.jobsResumed ( String jobGroup ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.jobsResumed:(Ljava/lang/String;)V]
BroadcastSchedulerListener.jobUnscheduled ( org.quartz.TriggerKey triggerKey ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.jobUnscheduled:(Lorg/quartz/TriggerKey;)V]
BroadcastSchedulerListener.schedulingDataCleared ( ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.schedulingDataCleared:()V]
BroadcastSchedulerListener.triggerPaused ( org.quartz.TriggerKey key ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.triggerPaused:(Lorg/quartz/TriggerKey;)V]
BroadcastSchedulerListener.triggerResumed ( org.quartz.TriggerKey key ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.triggerResumed:(Lorg/quartz/TriggerKey;)V]
BroadcastSchedulerListener.triggersPaused ( String triggerGroup ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.triggersPaused:(Ljava/lang/String;)V]
BroadcastSchedulerListener.triggersResumed ( String triggerGroup ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.triggersResumed:(Ljava/lang/String;)V]
quartz-all-2.0.2.jar, BroadcastTriggerListener.class
package org.quartz.listeners
BroadcastTriggerListener.addListener ( org.quartz.TriggerListener listener ) : void
[run-time name: org/quartz/listeners/BroadcastTriggerListener.addListener:(Lorg/quartz/TriggerListener;)V]
BroadcastTriggerListener.BroadcastTriggerListener ( String name )
[run-time name: org/quartz/listeners/BroadcastTriggerListener."<init>":(Ljava/lang/String;)V]
BroadcastTriggerListener.BroadcastTriggerListener ( String name, java.util.List listeners )
[run-time name: org/quartz/listeners/BroadcastTriggerListener."<init>":(Ljava/lang/String;Ljava/util/List;)V]
BroadcastTriggerListener.getListeners ( ) : java.util.List
[run-time name: org/quartz/listeners/BroadcastTriggerListener.getListeners:()Ljava/util/List;]
BroadcastTriggerListener.getName ( ) : String
[run-time name: org/quartz/listeners/BroadcastTriggerListener.getName:()Ljava/lang/String;]
BroadcastTriggerListener.removeListener ( org.quartz.TriggerListener listener ) : boolean
[run-time name: org/quartz/listeners/BroadcastTriggerListener.removeListener:(Lorg/quartz/TriggerListener;)Z]
BroadcastTriggerListener.removeListener ( String listenerName ) : boolean
[run-time name: org/quartz/listeners/BroadcastTriggerListener.removeListener:(Ljava/lang/String;)Z]
BroadcastTriggerListener.triggerComplete ( org.quartz.Trigger trigger, org.quartz.JobExecutionContext context, org.quartz.Trigger.CompletedExecutionInstruction triggerInstructionCode ) : void
[run-time name: org/quartz/listeners/BroadcastTriggerListener.triggerComplete:(Lorg/quartz/Trigger;Lorg/quartz/JobExecutionContext;Lorg/quartz/Trigger$CompletedExecutionInstruction;)V]
BroadcastTriggerListener.triggerFired ( org.quartz.Trigger trigger, org.quartz.JobExecutionContext context ) : void
[run-time name: org/quartz/listeners/BroadcastTriggerListener.triggerFired:(Lorg/quartz/Trigger;Lorg/quartz/JobExecutionContext;)V]
BroadcastTriggerListener.triggerMisfired ( org.quartz.Trigger trigger ) : void
[run-time name: org/quartz/listeners/BroadcastTriggerListener.triggerMisfired:(Lorg/quartz/Trigger;)V]
BroadcastTriggerListener.vetoJobExecution ( org.quartz.Trigger trigger, org.quartz.JobExecutionContext context ) : boolean
[run-time name: org/quartz/listeners/BroadcastTriggerListener.vetoJobExecution:(Lorg/quartz/Trigger;Lorg/quartz/JobExecutionContext;)Z]
quartz-all-2.0.2.jar, CalendarIntervalScheduleBuilder.class
package org.quartz
CalendarIntervalScheduleBuilder.build ( ) : spi.MutableTrigger
[run-time name: org/quartz/CalendarIntervalScheduleBuilder.build:()Lorg/quartz/spi/MutableTrigger;]
CalendarIntervalScheduleBuilder.calendarIntervalSchedule ( ) [static] : CalendarIntervalScheduleBuilder
[run-time name: org/quartz/CalendarIntervalScheduleBuilder.calendarIntervalSchedule:()Lorg/quartz/CalendarIntervalScheduleBuilder;]
CalendarIntervalScheduleBuilder.withInterval ( int interval, DateBuilder.IntervalUnit unit ) : CalendarIntervalScheduleBuilder
[run-time name: org/quartz/CalendarIntervalScheduleBuilder.withInterval:(ILorg/quartz/DateBuilder$IntervalUnit;)Lorg/quartz/CalendarIntervalScheduleBuilder;]
CalendarIntervalScheduleBuilder.withIntervalInDays ( int intervalInDays ) : CalendarIntervalScheduleBuilder
[run-time name: org/quartz/CalendarIntervalScheduleBuilder.withIntervalInDays:(I)Lorg/quartz/CalendarIntervalScheduleBuilder;]
CalendarIntervalScheduleBuilder.withIntervalInHours ( int intervalInHours ) : CalendarIntervalScheduleBuilder
[run-time name: org/quartz/CalendarIntervalScheduleBuilder.withIntervalInHours:(I)Lorg/quartz/CalendarIntervalScheduleBuilder;]
CalendarIntervalScheduleBuilder.withIntervalInMinutes ( int intervalInMinutes ) : CalendarIntervalScheduleBuilder
[run-time name: org/quartz/CalendarIntervalScheduleBuilder.withIntervalInMinutes:(I)Lorg/quartz/CalendarIntervalScheduleBuilder;]
CalendarIntervalScheduleBuilder.withIntervalInMonths ( int intervalInMonths ) : CalendarIntervalScheduleBuilder
[run-time name: org/quartz/CalendarIntervalScheduleBuilder.withIntervalInMonths:(I)Lorg/quartz/CalendarIntervalScheduleBuilder;]
CalendarIntervalScheduleBuilder.withIntervalInSeconds ( int intervalInSeconds ) : CalendarIntervalScheduleBuilder
[run-time name: org/quartz/CalendarIntervalScheduleBuilder.withIntervalInSeconds:(I)Lorg/quartz/CalendarIntervalScheduleBuilder;]
CalendarIntervalScheduleBuilder.withIntervalInWeeks ( int intervalInWeeks ) : CalendarIntervalScheduleBuilder
[run-time name: org/quartz/CalendarIntervalScheduleBuilder.withIntervalInWeeks:(I)Lorg/quartz/CalendarIntervalScheduleBuilder;]
CalendarIntervalScheduleBuilder.withIntervalInYears ( int intervalInYears ) : CalendarIntervalScheduleBuilder
[run-time name: org/quartz/CalendarIntervalScheduleBuilder.withIntervalInYears:(I)Lorg/quartz/CalendarIntervalScheduleBuilder;]
CalendarIntervalScheduleBuilder.withMisfireHandlingInstructionDoNothing ( ) : CalendarIntervalScheduleBuilder
[run-time name: org/quartz/CalendarIntervalScheduleBuilder.withMisfireHandlingInstructionDoNothing:()Lorg/quartz/CalendarIntervalScheduleBuilder;]
CalendarIntervalScheduleBuilder.withMisfireHandlingInstructionFireAndProceed ( ) : CalendarIntervalScheduleBuilder
[run-time name: org/quartz/CalendarIntervalScheduleBuilder.withMisfireHandlingInstructionFireAndProceed:()Lorg/quartz/CalendarIntervalScheduleBuilder;]
CalendarIntervalScheduleBuilder.withMisfireHandlingInstructionIgnoreMisfires ( ) : CalendarIntervalScheduleBuilder
[run-time name: org/quartz/CalendarIntervalScheduleBuilder.withMisfireHandlingInstructionIgnoreMisfires:()Lorg/quartz/CalendarIntervalScheduleBuilder;]
quartz-all-2.0.2.jar, CalendarIntervalTrigger.class
package org.quartz
CalendarIntervalTrigger.getRepeatInterval ( ) [abstract] : int
[run-time name: org/quartz/CalendarIntervalTrigger.getRepeatInterval:()I]
CalendarIntervalTrigger.getRepeatIntervalUnit ( ) [abstract] : DateBuilder.IntervalUnit
[run-time name: org/quartz/CalendarIntervalTrigger.getRepeatIntervalUnit:()Lorg/quartz/DateBuilder$IntervalUnit;]
CalendarIntervalTrigger.getTimesTriggered ( ) [abstract] : int
[run-time name: org/quartz/CalendarIntervalTrigger.getTimesTriggered:()I]
CalendarIntervalTrigger.getTriggerBuilder ( ) [abstract] : TriggerBuilder
[run-time name: org/quartz/CalendarIntervalTrigger.getTriggerBuilder:()Lorg/quartz/TriggerBuilder;]
quartz-all-2.0.2.jar, ClassUtils.class
package org.quartz.utils
ClassUtils.ClassUtils ( )
[run-time name: org/quartz/utils/ClassUtils."<init>":()V]
ClassUtils.isAnnotationPresent ( Class clazz, Class a ) [static] : boolean
[run-time name: org/quartz/utils/ClassUtils.isAnnotationPresent:(Ljava/lang/Class;Ljava/lang/Class;)Z]
quartz-all-2.0.2.jar, CompletedExecutionInstruction.class
package org.quartz
Trigger.CompletedExecutionInstruction.valueOf ( String name ) [static] : Trigger.CompletedExecutionInstruction
[run-time name: org/quartz/Trigger.CompletedExecutionInstruction.valueOf:(Ljava/lang/String;)Lorg/quartz/Trigger$CompletedExecutionInstruction;]
Trigger.CompletedExecutionInstruction.values ( ) [static] : Trigger.CompletedExecutionInstruction[ ]
[run-time name: org/quartz/Trigger.CompletedExecutionInstruction.values:()[Lorg/quartz/Trigger$CompletedExecutionInstruction;]
quartz-all-2.0.2.jar, CronExpression.class
package org.quartz
CronExpression.validateExpression ( String cronExpression ) [static] : void
[run-time name: org/quartz/CronExpression.validateExpression:(Ljava/lang/String;)V]
quartz-all-2.0.2.jar, CronScheduleBuilder.class
package org.quartz
CronScheduleBuilder.build ( ) : spi.MutableTrigger
[run-time name: org/quartz/CronScheduleBuilder.build:()Lorg/quartz/spi/MutableTrigger;]
CronScheduleBuilder.cronSchedule ( String cronExpression ) [static] : CronScheduleBuilder
[run-time name: org/quartz/CronScheduleBuilder.cronSchedule:(Ljava/lang/String;)Lorg/quartz/CronScheduleBuilder;]
CronScheduleBuilder.dailyAtHourAndMinute ( int hour, int minute ) [static] : CronScheduleBuilder
[run-time name: org/quartz/CronScheduleBuilder.dailyAtHourAndMinute:(II)Lorg/quartz/CronScheduleBuilder;]
CronScheduleBuilder.inTimeZone ( java.util.TimeZone tz ) : CronScheduleBuilder
[run-time name: org/quartz/CronScheduleBuilder.inTimeZone:(Ljava/util/TimeZone;)Lorg/quartz/CronScheduleBuilder;]
CronScheduleBuilder.monthlyOnDayAndHourAndMinute ( int dayOfMonth, int hour, int minute ) [static] : CronScheduleBuilder
[run-time name: org/quartz/CronScheduleBuilder.monthlyOnDayAndHourAndMinute:(III)Lorg/quartz/CronScheduleBuilder;]
CronScheduleBuilder.weeklyOnDayAndHourAndMinute ( int dayOfWeek, int hour, int minute ) [static] : CronScheduleBuilder
[run-time name: org/quartz/CronScheduleBuilder.weeklyOnDayAndHourAndMinute:(III)Lorg/quartz/CronScheduleBuilder;]
CronScheduleBuilder.withMisfireHandlingInstructionDoNothing ( ) : CronScheduleBuilder
[run-time name: org/quartz/CronScheduleBuilder.withMisfireHandlingInstructionDoNothing:()Lorg/quartz/CronScheduleBuilder;]
CronScheduleBuilder.withMisfireHandlingInstructionFireAndProceed ( ) : CronScheduleBuilder
[run-time name: org/quartz/CronScheduleBuilder.withMisfireHandlingInstructionFireAndProceed:()Lorg/quartz/CronScheduleBuilder;]
CronScheduleBuilder.withMisfireHandlingInstructionIgnoreMisfires ( ) : CronScheduleBuilder
[run-time name: org/quartz/CronScheduleBuilder.withMisfireHandlingInstructionIgnoreMisfires:()Lorg/quartz/CronScheduleBuilder;]
quartz-all-2.0.2.jar, CronTrigger.class
package org.quartz
CronTrigger.getTriggerBuilder ( ) [abstract] : TriggerBuilder
[run-time name: org/quartz/CronTrigger.getTriggerBuilder:()Lorg/quartz/TriggerBuilder;]
quartz-all-2.0.2.jar, CronTriggerSupport.class
package org.quartz.core.jmx
CronTriggerSupport.CronTriggerSupport ( )
[run-time name: org/quartz/core/jmx/CronTriggerSupport."<init>":()V]
CronTriggerSupport.getItemDescriptions ( ) [static] : String[ ]
[run-time name: org/quartz/core/jmx/CronTriggerSupport.getItemDescriptions:()[Ljava/lang/String;]
CronTriggerSupport.getItemNames ( ) [static] : String[ ]
[run-time name: org/quartz/core/jmx/CronTriggerSupport.getItemNames:()[Ljava/lang/String;]
CronTriggerSupport.getItemTypes ( ) [static] : javax.management.openmbean.OpenType[ ]
[run-time name: org/quartz/core/jmx/CronTriggerSupport.getItemTypes:()[Ljavax/management/openmbean/OpenType;]
CronTriggerSupport.newTrigger ( java.util.Map attrMap ) [static] : org.quartz.spi.OperableTrigger
[run-time name: org/quartz/core/jmx/CronTriggerSupport.newTrigger:(Ljava/util/Map;)Lorg/quartz/spi/OperableTrigger;]
CronTriggerSupport.newTrigger ( javax.management.openmbean.CompositeData cData ) [static] : org.quartz.spi.OperableTrigger
[run-time name: org/quartz/core/jmx/CronTriggerSupport.newTrigger:(Ljavax/management/openmbean/CompositeData;)Lorg/quartz/spi/OperableTrigger;]
CronTriggerSupport.toCompositeData ( org.quartz.CronTrigger trigger ) [static] : javax.management.openmbean.CompositeData
[run-time name: org/quartz/core/jmx/CronTriggerSupport.toCompositeData:(Lorg/quartz/CronTrigger;)Ljavax/management/openmbean/CompositeData;]
CronTriggerSupport.toTabularData ( java.util.List triggers ) [static] : javax.management.openmbean.TabularData
[run-time name: org/quartz/core/jmx/CronTriggerSupport.toTabularData:(Ljava/util/List;)Ljavax/management/openmbean/TabularData;]
quartz-all-2.0.2.jar, DateBuilder.class
package org.quartz
DateBuilder.atHourMinuteAndSecond ( int hour, int minute, int second ) : DateBuilder
[run-time name: org/quartz/DateBuilder.atHourMinuteAndSecond:(III)Lorg/quartz/DateBuilder;]
DateBuilder.atHourOfDay ( int hour ) : DateBuilder
[run-time name: org/quartz/DateBuilder.atHourOfDay:(I)Lorg/quartz/DateBuilder;]
DateBuilder.atMinute ( int minute ) : DateBuilder
[run-time name: org/quartz/DateBuilder.atMinute:(I)Lorg/quartz/DateBuilder;]
DateBuilder.atSecond ( int second ) : DateBuilder
[run-time name: org/quartz/DateBuilder.atSecond:(I)Lorg/quartz/DateBuilder;]
DateBuilder.build ( ) : java.util.Date
[run-time name: org/quartz/DateBuilder.build:()Ljava/util/Date;]
DateBuilder.dateOf ( int hour, int minute, int second ) [static] : java.util.Date
[run-time name: org/quartz/DateBuilder.dateOf:(III)Ljava/util/Date;]
DateBuilder.dateOf ( int hour, int minute, int second, int dayOfMonth, int month ) [static] : java.util.Date
[run-time name: org/quartz/DateBuilder.dateOf:(IIIII)Ljava/util/Date;]
DateBuilder.dateOf ( int hour, int minute, int second, int dayOfMonth, int month, int year ) [static] : java.util.Date
[run-time name: org/quartz/DateBuilder.dateOf:(IIIIII)Ljava/util/Date;]
DateBuilder.evenHourDate ( java.util.Date date ) [static] : java.util.Date
[run-time name: org/quartz/DateBuilder.evenHourDate:(Ljava/util/Date;)Ljava/util/Date;]
DateBuilder.evenHourDateAfterNow ( ) [static] : java.util.Date
[run-time name: org/quartz/DateBuilder.evenHourDateAfterNow:()Ljava/util/Date;]
DateBuilder.evenHourDateBefore ( java.util.Date date ) [static] : java.util.Date
[run-time name: org/quartz/DateBuilder.evenHourDateBefore:(Ljava/util/Date;)Ljava/util/Date;]
DateBuilder.evenMinuteDate ( java.util.Date date ) [static] : java.util.Date
[run-time name: org/quartz/DateBuilder.evenMinuteDate:(Ljava/util/Date;)Ljava/util/Date;]
DateBuilder.evenMinuteDateAfterNow ( ) [static] : java.util.Date
[run-time name: org/quartz/DateBuilder.evenMinuteDateAfterNow:()Ljava/util/Date;]
DateBuilder.evenMinuteDateBefore ( java.util.Date date ) [static] : java.util.Date
[run-time name: org/quartz/DateBuilder.evenMinuteDateBefore:(Ljava/util/Date;)Ljava/util/Date;]
DateBuilder.evenSecondDate ( java.util.Date date ) [static] : java.util.Date
[run-time name: org/quartz/DateBuilder.evenSecondDate:(Ljava/util/Date;)Ljava/util/Date;]
DateBuilder.evenSecondDateAfterNow ( ) [static] : java.util.Date
[run-time name: org/quartz/DateBuilder.evenSecondDateAfterNow:()Ljava/util/Date;]
DateBuilder.evenSecondDateBefore ( java.util.Date date ) [static] : java.util.Date
[run-time name: org/quartz/DateBuilder.evenSecondDateBefore:(Ljava/util/Date;)Ljava/util/Date;]
DateBuilder.futureDate ( int interval, DateBuilder.IntervalUnit unit ) [static] : java.util.Date
[run-time name: org/quartz/DateBuilder.futureDate:(ILorg/quartz/DateBuilder$IntervalUnit;)Ljava/util/Date;]
DateBuilder.inLocale ( java.util.Locale lc ) : DateBuilder
[run-time name: org/quartz/DateBuilder.inLocale:(Ljava/util/Locale;)Lorg/quartz/DateBuilder;]
DateBuilder.inMonth ( int month ) : DateBuilder
[run-time name: org/quartz/DateBuilder.inMonth:(I)Lorg/quartz/DateBuilder;]
DateBuilder.inMonthOnDay ( int month, int day ) : DateBuilder
[run-time name: org/quartz/DateBuilder.inMonthOnDay:(II)Lorg/quartz/DateBuilder;]
DateBuilder.inTimeZone ( java.util.TimeZone tz ) : DateBuilder
[run-time name: org/quartz/DateBuilder.inTimeZone:(Ljava/util/TimeZone;)Lorg/quartz/DateBuilder;]
DateBuilder.inYear ( int year ) : DateBuilder
[run-time name: org/quartz/DateBuilder.inYear:(I)Lorg/quartz/DateBuilder;]
DateBuilder.newDate ( ) [static] : DateBuilder
[run-time name: org/quartz/DateBuilder.newDate:()Lorg/quartz/DateBuilder;]
DateBuilder.newDateInLocale ( java.util.Locale lc ) [static] : DateBuilder
[run-time name: org/quartz/DateBuilder.newDateInLocale:(Ljava/util/Locale;)Lorg/quartz/DateBuilder;]
DateBuilder.newDateInTimezone ( java.util.TimeZone tz ) [static] : DateBuilder
[run-time name: org/quartz/DateBuilder.newDateInTimezone:(Ljava/util/TimeZone;)Lorg/quartz/DateBuilder;]
DateBuilder.newDateInTimeZoneAndLocale ( java.util.TimeZone tz, java.util.Locale lc ) [static] : DateBuilder
[run-time name: org/quartz/DateBuilder.newDateInTimeZoneAndLocale:(Ljava/util/TimeZone;Ljava/util/Locale;)Lorg/quartz/DateBuilder;]
DateBuilder.nextGivenMinuteDate ( java.util.Date date, int minuteBase ) [static] : java.util.Date
[run-time name: org/quartz/DateBuilder.nextGivenMinuteDate:(Ljava/util/Date;I)Ljava/util/Date;]
DateBuilder.nextGivenSecondDate ( java.util.Date date, int secondBase ) [static] : java.util.Date
[run-time name: org/quartz/DateBuilder.nextGivenSecondDate:(Ljava/util/Date;I)Ljava/util/Date;]
DateBuilder.onDay ( int day ) : DateBuilder
[run-time name: org/quartz/DateBuilder.onDay:(I)Lorg/quartz/DateBuilder;]
DateBuilder.todayAt ( int hour, int minute, int second ) [static] : java.util.Date
[run-time name: org/quartz/DateBuilder.todayAt:(III)Ljava/util/Date;]
DateBuilder.tomorrowAt ( int hour, int minute, int second ) [static] : java.util.Date
[run-time name: org/quartz/DateBuilder.tomorrowAt:(III)Ljava/util/Date;]
DateBuilder.translateTime ( java.util.Date date, java.util.TimeZone src, java.util.TimeZone dest ) [static] : java.util.Date
[run-time name: org/quartz/DateBuilder.translateTime:(Ljava/util/Date;Ljava/util/TimeZone;Ljava/util/TimeZone;)Ljava/util/Date;]
DateBuilder.validateDayOfMonth ( int day ) [static] : void
[run-time name: org/quartz/DateBuilder.validateDayOfMonth:(I)V]
DateBuilder.validateDayOfWeek ( int dayOfWeek ) [static] : void
[run-time name: org/quartz/DateBuilder.validateDayOfWeek:(I)V]
DateBuilder.validateHour ( int hour ) [static] : void
[run-time name: org/quartz/DateBuilder.validateHour:(I)V]
DateBuilder.validateMinute ( int minute ) [static] : void
[run-time name: org/quartz/DateBuilder.validateMinute:(I)V]
DateBuilder.validateMonth ( int month ) [static] : void
[run-time name: org/quartz/DateBuilder.validateMonth:(I)V]
DateBuilder.validateSecond ( int second ) [static] : void
[run-time name: org/quartz/DateBuilder.validateSecond:(I)V]
DateBuilder.validateYear ( int year ) [static] : void
[run-time name: org/quartz/DateBuilder.validateYear:(I)V]
quartz-all-2.0.2.jar, DirectoryScanJob.class
package org.quartz.jobs
DirectoryScanJob.DirectoryScanJob ( )
[run-time name: org/quartz/jobs/DirectoryScanJob."<init>":()V]
DirectoryScanJob.execute ( org.quartz.JobExecutionContext context ) : void
[run-time name: org/quartz/jobs/DirectoryScanJob.execute:(Lorg/quartz/JobExecutionContext;)V]
DirectoryScanJob.getUpdatedOrNewFiles ( String dirName, long lastDate, long maxAgeDate ) : java.io.File[ ]
[run-time name: org/quartz/jobs/DirectoryScanJob.getUpdatedOrNewFiles:(Ljava/lang/String;JJ)[Ljava/io/File;]
quartz-all-2.0.2.jar, DirectoryScanListener.class
package org.quartz.jobs
DirectoryScanListener.filesUpdatedOrAdded ( java.io.File[ ] p1 ) [abstract] : void
[run-time name: org/quartz/jobs/DirectoryScanListener.filesUpdatedOrAdded:([Ljava/io/File;)V]
quartz-all-2.0.2.jar, IntervalUnit.class
package org.quartz
DateBuilder.IntervalUnit.valueOf ( String name ) [static] : DateBuilder.IntervalUnit
[run-time name: org/quartz/DateBuilder.IntervalUnit.valueOf:(Ljava/lang/String;)Lorg/quartz/DateBuilder$IntervalUnit;]
DateBuilder.IntervalUnit.values ( ) [static] : DateBuilder.IntervalUnit[ ]
[run-time name: org/quartz/DateBuilder.IntervalUnit.values:()[Lorg/quartz/DateBuilder$IntervalUnit;]
quartz-all-2.0.2.jar, JobBuilder.class
package org.quartz
JobBuilder.build ( ) : JobDetail
[run-time name: org/quartz/JobBuilder.build:()Lorg/quartz/JobDetail;]
JobBuilder.newJob ( ) [static] : JobBuilder
[run-time name: org/quartz/JobBuilder.newJob:()Lorg/quartz/JobBuilder;]
JobBuilder.newJob ( Class jobClass ) [static] : JobBuilder
[run-time name: org/quartz/JobBuilder.newJob:(Ljava/lang/Class;)Lorg/quartz/JobBuilder;]
JobBuilder.ofType ( Class jobClass ) : JobBuilder
[run-time name: org/quartz/JobBuilder.ofType:(Ljava/lang/Class;)Lorg/quartz/JobBuilder;]
JobBuilder.requestRecovery ( ) : JobBuilder
[run-time name: org/quartz/JobBuilder.requestRecovery:()Lorg/quartz/JobBuilder;]
JobBuilder.requestRecovery ( boolean shouldRecover ) : JobBuilder
[run-time name: org/quartz/JobBuilder.requestRecovery:(Z)Lorg/quartz/JobBuilder;]
JobBuilder.storeDurably ( ) : JobBuilder
[run-time name: org/quartz/JobBuilder.storeDurably:()Lorg/quartz/JobBuilder;]
JobBuilder.storeDurably ( boolean durability ) : JobBuilder
[run-time name: org/quartz/JobBuilder.storeDurably:(Z)Lorg/quartz/JobBuilder;]
JobBuilder.usingJobData ( JobDataMap newJobDataMap ) : JobBuilder
[run-time name: org/quartz/JobBuilder.usingJobData:(Lorg/quartz/JobDataMap;)Lorg/quartz/JobBuilder;]
JobBuilder.usingJobData ( String key, Boolean value ) : JobBuilder
[run-time name: org/quartz/JobBuilder.usingJobData:(Ljava/lang/String;Ljava/lang/Boolean;)Lorg/quartz/JobBuilder;]
JobBuilder.usingJobData ( String key, Double value ) : JobBuilder
[run-time name: org/quartz/JobBuilder.usingJobData:(Ljava/lang/String;Ljava/lang/Double;)Lorg/quartz/JobBuilder;]
JobBuilder.usingJobData ( String key, Float value ) : JobBuilder
[run-time name: org/quartz/JobBuilder.usingJobData:(Ljava/lang/String;Ljava/lang/Float;)Lorg/quartz/JobBuilder;]
JobBuilder.usingJobData ( String key, Integer value ) : JobBuilder
[run-time name: org/quartz/JobBuilder.usingJobData:(Ljava/lang/String;Ljava/lang/Integer;)Lorg/quartz/JobBuilder;]
JobBuilder.usingJobData ( String key, Long value ) : JobBuilder
[run-time name: org/quartz/JobBuilder.usingJobData:(Ljava/lang/String;Ljava/lang/Long;)Lorg/quartz/JobBuilder;]
JobBuilder.usingJobData ( String key, String value ) : JobBuilder
[run-time name: org/quartz/JobBuilder.usingJobData:(Ljava/lang/String;Ljava/lang/String;)Lorg/quartz/JobBuilder;]
JobBuilder.withDescription ( String description ) : JobBuilder
[run-time name: org/quartz/JobBuilder.withDescription:(Ljava/lang/String;)Lorg/quartz/JobBuilder;]
JobBuilder.withIdentity ( JobKey key ) : JobBuilder
[run-time name: org/quartz/JobBuilder.withIdentity:(Lorg/quartz/JobKey;)Lorg/quartz/JobBuilder;]
JobBuilder.withIdentity ( String name ) : JobBuilder
[run-time name: org/quartz/JobBuilder.withIdentity:(Ljava/lang/String;)Lorg/quartz/JobBuilder;]
JobBuilder.withIdentity ( String name, String group ) : JobBuilder
[run-time name: org/quartz/JobBuilder.withIdentity:(Ljava/lang/String;Ljava/lang/String;)Lorg/quartz/JobBuilder;]
quartz-all-2.0.2.jar, JobChainingJobListener.class
package org.quartz.listeners
JobChainingJobListener.addJobChainLink ( org.quartz.JobKey firstJob, org.quartz.JobKey secondJob ) : void
[run-time name: org/quartz/listeners/JobChainingJobListener.addJobChainLink:(Lorg/quartz/JobKey;Lorg/quartz/JobKey;)V]
quartz-all-2.0.2.jar, JobDataMapSupport.class
package org.quartz.core.jmx
JobDataMapSupport.newJobDataMap ( java.util.Map map ) [static] : org.quartz.JobDataMap
[run-time name: org/quartz/core/jmx/JobDataMapSupport.newJobDataMap:(Ljava/util/Map;)Lorg/quartz/JobDataMap;]
quartz-all-2.0.2.jar, JobDetail.class
package org.quartz
JobDetail.getJobBuilder ( ) [abstract] : JobBuilder
[run-time name: org/quartz/JobDetail.getJobBuilder:()Lorg/quartz/JobBuilder;]
JobDetail.getKey ( ) [abstract] : JobKey
[run-time name: org/quartz/JobDetail.getKey:()Lorg/quartz/JobKey;]
JobDetail.isConcurrentExectionDisallowed ( ) [abstract] : boolean
[run-time name: org/quartz/JobDetail.isConcurrentExectionDisallowed:()Z]
JobDetail.isPersistJobDataAfterExecution ( ) [abstract] : boolean
[run-time name: org/quartz/JobDetail.isPersistJobDataAfterExecution:()Z]
quartz-all-2.0.2.jar, JobDetailSupport.class
package org.quartz.core.jmx
JobDetailSupport.newJobDetail ( java.util.Map attrMap ) [static] : org.quartz.JobDetail
[run-time name: org/quartz/core/jmx/JobDetailSupport.newJobDetail:(Ljava/util/Map;)Lorg/quartz/JobDetail;]
quartz-all-2.0.2.jar, JobFactory.class
package org.quartz.spi
JobFactory.newJob ( TriggerFiredBundle p1, org.quartz.Scheduler p2 ) [abstract] : org.quartz.Job
[run-time name: org/quartz/spi/JobFactory.newJob:(Lorg/quartz/spi/TriggerFiredBundle;Lorg/quartz/Scheduler;)Lorg/quartz/Job;]
quartz-all-2.0.2.jar, JobKey.class
package org.quartz
JobKey.JobKey ( String name )
[run-time name: org/quartz/JobKey."<init>":(Ljava/lang/String;)V]
JobKey.jobKey ( String name ) [static] : JobKey
[run-time name: org/quartz/JobKey.jobKey:(Ljava/lang/String;)Lorg/quartz/JobKey;]
JobKey.JobKey ( String name, String group )
[run-time name: org/quartz/JobKey."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
JobKey.jobKey ( String name, String group ) [static] : JobKey
[run-time name: org/quartz/JobKey.jobKey:(Ljava/lang/String;Ljava/lang/String;)Lorg/quartz/JobKey;]
quartz-all-2.0.2.jar, JobRunShell.class
package org.quartz.core
JobRunShell.completeTriggerRetryLoop ( org.quartz.spi.OperableTrigger trigger, org.quartz.JobDetail jobDetail, org.quartz.Trigger.CompletedExecutionInstruction instCode ) : boolean
[run-time name: org/quartz/core/JobRunShell.completeTriggerRetryLoop:(Lorg/quartz/spi/OperableTrigger;Lorg/quartz/JobDetail;Lorg/quartz/Trigger$CompletedExecutionInstruction;)Z]
JobRunShell.initialize ( QuartzScheduler qs ) : void
[run-time name: org/quartz/core/JobRunShell.initialize:(Lorg/quartz/core/QuartzScheduler;)V]
JobRunShell.JobRunShell ( org.quartz.Scheduler scheduler, org.quartz.spi.TriggerFiredBundle bndle )
[run-time name: org/quartz/core/JobRunShell."<init>":(Lorg/quartz/Scheduler;Lorg/quartz/spi/TriggerFiredBundle;)V]
JobRunShell.vetoedJobRetryLoop ( org.quartz.spi.OperableTrigger trigger, org.quartz.JobDetail jobDetail, org.quartz.Trigger.CompletedExecutionInstruction instCode ) : boolean
[run-time name: org/quartz/core/JobRunShell.vetoedJobRetryLoop:(Lorg/quartz/spi/OperableTrigger;Lorg/quartz/JobDetail;Lorg/quartz/Trigger$CompletedExecutionInstruction;)Z]
quartz-all-2.0.2.jar, JobRunShellFactory.class
package org.quartz.core
JobRunShellFactory.createJobRunShell ( org.quartz.spi.TriggerFiredBundle p1 ) [abstract] : JobRunShell
[run-time name: org/quartz/core/JobRunShellFactory.createJobRunShell:(Lorg/quartz/spi/TriggerFiredBundle;)Lorg/quartz/core/JobRunShell;]
JobRunShellFactory.initialize ( org.quartz.Scheduler p1 ) [abstract] : void
[run-time name: org/quartz/core/JobRunShellFactory.initialize:(Lorg/quartz/Scheduler;)V]
quartz-all-2.0.2.jar, JobStore.class
package org.quartz.spi
JobStore.acquireNextTriggers ( long p1, int p2, long p3 ) [abstract] : java.util.List
[run-time name: org/quartz/spi/JobStore.acquireNextTriggers:(JIJ)Ljava/util/List;]
JobStore.checkExists ( org.quartz.JobKey p1 ) [abstract] : boolean
[run-time name: org/quartz/spi/JobStore.checkExists:(Lorg/quartz/JobKey;)Z]
JobStore.checkExists ( org.quartz.TriggerKey p1 ) [abstract] : boolean
[run-time name: org/quartz/spi/JobStore.checkExists:(Lorg/quartz/TriggerKey;)Z]
JobStore.clearAllSchedulingData ( ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.clearAllSchedulingData:()V]
JobStore.getCalendarNames ( ) [abstract] : java.util.List
[run-time name: org/quartz/spi/JobStore.getCalendarNames:()Ljava/util/List;]
JobStore.getJobGroupNames ( ) [abstract] : java.util.List
[run-time name: org/quartz/spi/JobStore.getJobGroupNames:()Ljava/util/List;]
JobStore.getJobKeys ( org.quartz.impl.matchers.GroupMatcher p1 ) [abstract] : java.util.Set
[run-time name: org/quartz/spi/JobStore.getJobKeys:(Lorg/quartz/impl/matchers/GroupMatcher;)Ljava/util/Set;]
JobStore.getNumberOfCalendars ( ) [abstract] : int
[run-time name: org/quartz/spi/JobStore.getNumberOfCalendars:()I]
JobStore.getNumberOfJobs ( ) [abstract] : int
[run-time name: org/quartz/spi/JobStore.getNumberOfJobs:()I]
JobStore.getNumberOfTriggers ( ) [abstract] : int
[run-time name: org/quartz/spi/JobStore.getNumberOfTriggers:()I]
JobStore.getPausedTriggerGroups ( ) [abstract] : java.util.Set
[run-time name: org/quartz/spi/JobStore.getPausedTriggerGroups:()Ljava/util/Set;]
JobStore.getTriggerGroupNames ( ) [abstract] : java.util.List
[run-time name: org/quartz/spi/JobStore.getTriggerGroupNames:()Ljava/util/List;]
JobStore.getTriggerKeys ( org.quartz.impl.matchers.GroupMatcher p1 ) [abstract] : java.util.Set
[run-time name: org/quartz/spi/JobStore.getTriggerKeys:(Lorg/quartz/impl/matchers/GroupMatcher;)Ljava/util/Set;]
JobStore.getTriggersForJob ( org.quartz.JobKey p1 ) [abstract] : java.util.List
[run-time name: org/quartz/spi/JobStore.getTriggersForJob:(Lorg/quartz/JobKey;)Ljava/util/List;]
JobStore.getTriggerState ( org.quartz.TriggerKey p1 ) [abstract] : org.quartz.Trigger.TriggerState
[run-time name: org/quartz/spi/JobStore.getTriggerState:(Lorg/quartz/TriggerKey;)Lorg/quartz/Trigger$TriggerState;]
JobStore.pauseAll ( ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.pauseAll:()V]
JobStore.pauseJob ( org.quartz.JobKey p1 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.pauseJob:(Lorg/quartz/JobKey;)V]
JobStore.pauseJobs ( org.quartz.impl.matchers.GroupMatcher p1 ) [abstract] : java.util.Collection
[run-time name: org/quartz/spi/JobStore.pauseJobs:(Lorg/quartz/impl/matchers/GroupMatcher;)Ljava/util/Collection;]
JobStore.pauseTrigger ( org.quartz.TriggerKey p1 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.pauseTrigger:(Lorg/quartz/TriggerKey;)V]
JobStore.pauseTriggers ( org.quartz.impl.matchers.GroupMatcher p1 ) [abstract] : java.util.Collection
[run-time name: org/quartz/spi/JobStore.pauseTriggers:(Lorg/quartz/impl/matchers/GroupMatcher;)Ljava/util/Collection;]
JobStore.releaseAcquiredTrigger ( OperableTrigger p1 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.releaseAcquiredTrigger:(Lorg/quartz/spi/OperableTrigger;)V]
JobStore.removeCalendar ( String p1 ) [abstract] : boolean
[run-time name: org/quartz/spi/JobStore.removeCalendar:(Ljava/lang/String;)Z]
JobStore.removeJob ( org.quartz.JobKey p1 ) [abstract] : boolean
[run-time name: org/quartz/spi/JobStore.removeJob:(Lorg/quartz/JobKey;)Z]
JobStore.removeJobs ( java.util.List p1 ) [abstract] : boolean
[run-time name: org/quartz/spi/JobStore.removeJobs:(Ljava/util/List;)Z]
JobStore.removeTrigger ( org.quartz.TriggerKey p1 ) [abstract] : boolean
[run-time name: org/quartz/spi/JobStore.removeTrigger:(Lorg/quartz/TriggerKey;)Z]
JobStore.removeTriggers ( java.util.List p1 ) [abstract] : boolean
[run-time name: org/quartz/spi/JobStore.removeTriggers:(Ljava/util/List;)Z]
JobStore.replaceTrigger ( org.quartz.TriggerKey p1, OperableTrigger p2 ) [abstract] : boolean
[run-time name: org/quartz/spi/JobStore.replaceTrigger:(Lorg/quartz/TriggerKey;Lorg/quartz/spi/OperableTrigger;)Z]
JobStore.resumeAll ( ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.resumeAll:()V]
JobStore.resumeJob ( org.quartz.JobKey p1 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.resumeJob:(Lorg/quartz/JobKey;)V]
JobStore.resumeJobs ( org.quartz.impl.matchers.GroupMatcher p1 ) [abstract] : java.util.Collection
[run-time name: org/quartz/spi/JobStore.resumeJobs:(Lorg/quartz/impl/matchers/GroupMatcher;)Ljava/util/Collection;]
JobStore.resumeTrigger ( org.quartz.TriggerKey p1 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.resumeTrigger:(Lorg/quartz/TriggerKey;)V]
JobStore.resumeTriggers ( org.quartz.impl.matchers.GroupMatcher p1 ) [abstract] : java.util.Collection
[run-time name: org/quartz/spi/JobStore.resumeTriggers:(Lorg/quartz/impl/matchers/GroupMatcher;)Ljava/util/Collection;]
JobStore.retrieveCalendar ( String p1 ) [abstract] : org.quartz.Calendar
[run-time name: org/quartz/spi/JobStore.retrieveCalendar:(Ljava/lang/String;)Lorg/quartz/Calendar;]
JobStore.retrieveJob ( org.quartz.JobKey p1 ) [abstract] : org.quartz.JobDetail
[run-time name: org/quartz/spi/JobStore.retrieveJob:(Lorg/quartz/JobKey;)Lorg/quartz/JobDetail;]
JobStore.retrieveTrigger ( org.quartz.TriggerKey p1 ) [abstract] : OperableTrigger
[run-time name: org/quartz/spi/JobStore.retrieveTrigger:(Lorg/quartz/TriggerKey;)Lorg/quartz/spi/OperableTrigger;]
JobStore.setThreadPoolSize ( int p1 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.setThreadPoolSize:(I)V]
JobStore.storeCalendar ( String p1, org.quartz.Calendar p2, boolean p3, boolean p4 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.storeCalendar:(Ljava/lang/String;Lorg/quartz/Calendar;ZZ)V]
JobStore.storeJob ( org.quartz.JobDetail p1, boolean p2 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.storeJob:(Lorg/quartz/JobDetail;Z)V]
JobStore.storeJobAndTrigger ( org.quartz.JobDetail p1, OperableTrigger p2 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.storeJobAndTrigger:(Lorg/quartz/JobDetail;Lorg/quartz/spi/OperableTrigger;)V]
JobStore.storeJobsAndTriggers ( java.util.Map p1, boolean p2 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.storeJobsAndTriggers:(Ljava/util/Map;Z)V]
JobStore.storeTrigger ( OperableTrigger p1, boolean p2 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.storeTrigger:(Lorg/quartz/spi/OperableTrigger;Z)V]
JobStore.triggeredJobComplete ( OperableTrigger p1, org.quartz.JobDetail p2, org.quartz.Trigger.CompletedExecutionInstruction p3 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.triggeredJobComplete:(Lorg/quartz/spi/OperableTrigger;Lorg/quartz/JobDetail;Lorg/quartz/Trigger$CompletedExecutionInstruction;)V]
JobStore.triggersFired ( java.util.List p1 ) [abstract] : java.util.List
[run-time name: org/quartz/spi/JobStore.triggersFired:(Ljava/util/List;)Ljava/util/List;]
quartz-all-2.0.2.jar, JTAAnnotationAwareJobRunShellFactory.class
package org.quartz.ee.jta
JTAAnnotationAwareJobRunShellFactory.createJobRunShell ( org.quartz.spi.TriggerFiredBundle bundle ) : org.quartz.core.JobRunShell
[run-time name: org/quartz/ee/jta/JTAAnnotationAwareJobRunShellFactory.createJobRunShell:(Lorg/quartz/spi/TriggerFiredBundle;)Lorg/quartz/core/JobRunShell;]
JTAAnnotationAwareJobRunShellFactory.initialize ( org.quartz.Scheduler scheduler ) : void
[run-time name: org/quartz/ee/jta/JTAAnnotationAwareJobRunShellFactory.initialize:(Lorg/quartz/Scheduler;)V]
JTAAnnotationAwareJobRunShellFactory.JTAAnnotationAwareJobRunShellFactory ( )
[run-time name: org/quartz/ee/jta/JTAAnnotationAwareJobRunShellFactory."<init>":()V]
quartz-all-2.0.2.jar, JTAJobRunShell.class
package org.quartz.ee.jta
JTAJobRunShell.JTAJobRunShell ( org.quartz.Scheduler scheduler, org.quartz.spi.TriggerFiredBundle bndle )
[run-time name: org/quartz/ee/jta/JTAJobRunShell."<init>":(Lorg/quartz/Scheduler;Lorg/quartz/spi/TriggerFiredBundle;)V]
quartz-all-2.0.2.jar, JTAJobRunShellFactory.class
package org.quartz.ee.jta
JTAJobRunShellFactory.createJobRunShell ( org.quartz.spi.TriggerFiredBundle bundle ) : org.quartz.core.JobRunShell
[run-time name: org/quartz/ee/jta/JTAJobRunShellFactory.createJobRunShell:(Lorg/quartz/spi/TriggerFiredBundle;)Lorg/quartz/core/JobRunShell;]
JTAJobRunShellFactory.initialize ( org.quartz.Scheduler scheduler ) : void
[run-time name: org/quartz/ee/jta/JTAJobRunShellFactory.initialize:(Lorg/quartz/Scheduler;)V]
quartz-all-2.0.2.jar, Key.class
package org.quartz.utils
Key.compareTo ( Object x0 ) : int
[run-time name: org/quartz/utils/Key.compareTo:(Ljava/lang/Object;)I]
Key.compareTo ( Key o ) : int
[run-time name: org/quartz/utils/Key.compareTo:(Lorg/quartz/utils/Key;)I]
Key.createUniqueName ( String group ) [static] : String
[run-time name: org/quartz/utils/Key.createUniqueName:(Ljava/lang/String;)Ljava/lang/String;]
Key.equals ( Object obj ) : boolean
[run-time name: org/quartz/utils/Key.equals:(Ljava/lang/Object;)Z]
Key.hashCode ( ) : int
[run-time name: org/quartz/utils/Key.hashCode:()I]
quartz-all-2.0.2.jar, ListenerManager.class
package org.quartz
ListenerManager.addJobListener ( JobListener p1, java.util.List p2 ) [abstract] : void
[run-time name: org/quartz/ListenerManager.addJobListener:(Lorg/quartz/JobListener;Ljava/util/List;)V]
ListenerManager.addJobListener ( JobListener p1, Matcher[ ] p2 ) [abstract] : void
[run-time name: org/quartz/ListenerManager.addJobListener:(Lorg/quartz/JobListener;[Lorg/quartz/Matcher;)V]
ListenerManager.addJobListenerMatcher ( String p1, Matcher p2 ) [abstract] : boolean
[run-time name: org/quartz/ListenerManager.addJobListenerMatcher:(Ljava/lang/String;Lorg/quartz/Matcher;)Z]
ListenerManager.addSchedulerListener ( SchedulerListener p1 ) [abstract] : void
[run-time name: org/quartz/ListenerManager.addSchedulerListener:(Lorg/quartz/SchedulerListener;)V]
ListenerManager.addTriggerListener ( TriggerListener p1, java.util.List p2 ) [abstract] : void
[run-time name: org/quartz/ListenerManager.addTriggerListener:(Lorg/quartz/TriggerListener;Ljava/util/List;)V]
ListenerManager.addTriggerListener ( TriggerListener p1, Matcher[ ] p2 ) [abstract] : void
[run-time name: org/quartz/ListenerManager.addTriggerListener:(Lorg/quartz/TriggerListener;[Lorg/quartz/Matcher;)V]
ListenerManager.addTriggerListenerMatcher ( String p1, Matcher p2 ) [abstract] : boolean
[run-time name: org/quartz/ListenerManager.addTriggerListenerMatcher:(Ljava/lang/String;Lorg/quartz/Matcher;)Z]
ListenerManager.getJobListener ( String p1 ) [abstract] : JobListener
[run-time name: org/quartz/ListenerManager.getJobListener:(Ljava/lang/String;)Lorg/quartz/JobListener;]
ListenerManager.getJobListenerMatchers ( String p1 ) [abstract] : java.util.List
[run-time name: org/quartz/ListenerManager.getJobListenerMatchers:(Ljava/lang/String;)Ljava/util/List;]
ListenerManager.getJobListeners ( ) [abstract] : java.util.List
[run-time name: org/quartz/ListenerManager.getJobListeners:()Ljava/util/List;]
ListenerManager.getSchedulerListeners ( ) [abstract] : java.util.List
[run-time name: org/quartz/ListenerManager.getSchedulerListeners:()Ljava/util/List;]
ListenerManager.getTriggerListener ( String p1 ) [abstract] : TriggerListener
[run-time name: org/quartz/ListenerManager.getTriggerListener:(Ljava/lang/String;)Lorg/quartz/TriggerListener;]
ListenerManager.getTriggerListenerMatchers ( String p1 ) [abstract] : java.util.List
[run-time name: org/quartz/ListenerManager.getTriggerListenerMatchers:(Ljava/lang/String;)Ljava/util/List;]
ListenerManager.getTriggerListeners ( ) [abstract] : java.util.List
[run-time name: org/quartz/ListenerManager.getTriggerListeners:()Ljava/util/List;]
ListenerManager.removeJobListener ( String p1 ) [abstract] : boolean
[run-time name: org/quartz/ListenerManager.removeJobListener:(Ljava/lang/String;)Z]
ListenerManager.removeJobListenerMatcher ( String p1, Matcher p2 ) [abstract] : boolean
[run-time name: org/quartz/ListenerManager.removeJobListenerMatcher:(Ljava/lang/String;Lorg/quartz/Matcher;)Z]
ListenerManager.removeSchedulerListener ( SchedulerListener p1 ) [abstract] : boolean
[run-time name: org/quartz/ListenerManager.removeSchedulerListener:(Lorg/quartz/SchedulerListener;)Z]
ListenerManager.removeTriggerListener ( String p1 ) [abstract] : boolean
[run-time name: org/quartz/ListenerManager.removeTriggerListener:(Ljava/lang/String;)Z]
ListenerManager.removeTriggerListenerMatcher ( String p1, Matcher p2 ) [abstract] : boolean
[run-time name: org/quartz/ListenerManager.removeTriggerListenerMatcher:(Ljava/lang/String;Lorg/quartz/Matcher;)Z]
ListenerManager.setJobListenerMatchers ( String p1, java.util.List p2 ) [abstract] : boolean
[run-time name: org/quartz/ListenerManager.setJobListenerMatchers:(Ljava/lang/String;Ljava/util/List;)Z]
ListenerManager.setTriggerListenerMatchers ( String p1, java.util.List p2 ) [abstract] : boolean
[run-time name: org/quartz/ListenerManager.setTriggerListenerMatchers:(Ljava/lang/String;Ljava/util/List;)Z]
quartz-all-2.0.2.jar, ListenerManagerImpl.class
package org.quartz.core
ListenerManagerImpl.addJobListener ( org.quartz.JobListener jobListener, java.util.List matchers ) : void
[run-time name: org/quartz/core/ListenerManagerImpl.addJobListener:(Lorg/quartz/JobListener;Ljava/util/List;)V]
ListenerManagerImpl.addJobListener ( org.quartz.JobListener jobListener, org.quartz.Matcher[ ] matchers ) : void
[run-time name: org/quartz/core/ListenerManagerImpl.addJobListener:(Lorg/quartz/JobListener;[Lorg/quartz/Matcher;)V]
ListenerManagerImpl.addJobListenerMatcher ( String listenerName, org.quartz.Matcher matcher ) : boolean
[run-time name: org/quartz/core/ListenerManagerImpl.addJobListenerMatcher:(Ljava/lang/String;Lorg/quartz/Matcher;)Z]
ListenerManagerImpl.addSchedulerListener ( org.quartz.SchedulerListener schedulerListener ) : void
[run-time name: org/quartz/core/ListenerManagerImpl.addSchedulerListener:(Lorg/quartz/SchedulerListener;)V]
ListenerManagerImpl.addTriggerListener ( org.quartz.TriggerListener triggerListener, java.util.List matchers ) : void
[run-time name: org/quartz/core/ListenerManagerImpl.addTriggerListener:(Lorg/quartz/TriggerListener;Ljava/util/List;)V]
ListenerManagerImpl.addTriggerListener ( org.quartz.TriggerListener triggerListener, org.quartz.Matcher matcher ) : void
[run-time name: org/quartz/core/ListenerManagerImpl.addTriggerListener:(Lorg/quartz/TriggerListener;Lorg/quartz/Matcher;)V]
ListenerManagerImpl.addTriggerListener ( org.quartz.TriggerListener triggerListener, org.quartz.Matcher[ ] matchers ) : void
[run-time name: org/quartz/core/ListenerManagerImpl.addTriggerListener:(Lorg/quartz/TriggerListener;[Lorg/quartz/Matcher;)V]
ListenerManagerImpl.addTriggerListenerMatcher ( String listenerName, org.quartz.Matcher matcher ) : boolean
[run-time name: org/quartz/core/ListenerManagerImpl.addTriggerListenerMatcher:(Ljava/lang/String;Lorg/quartz/Matcher;)Z]
ListenerManagerImpl.getJobListener ( String name ) : org.quartz.JobListener
[run-time name: org/quartz/core/ListenerManagerImpl.getJobListener:(Ljava/lang/String;)Lorg/quartz/JobListener;]
ListenerManagerImpl.getJobListenerMatchers ( String listenerName ) : java.util.List
[run-time name: org/quartz/core/ListenerManagerImpl.getJobListenerMatchers:(Ljava/lang/String;)Ljava/util/List;]
ListenerManagerImpl.getJobListeners ( ) : java.util.List
[run-time name: org/quartz/core/ListenerManagerImpl.getJobListeners:()Ljava/util/List;]
ListenerManagerImpl.getSchedulerListeners ( ) : java.util.List
[run-time name: org/quartz/core/ListenerManagerImpl.getSchedulerListeners:()Ljava/util/List;]
ListenerManagerImpl.getTriggerListener ( String name ) : org.quartz.TriggerListener
[run-time name: org/quartz/core/ListenerManagerImpl.getTriggerListener:(Ljava/lang/String;)Lorg/quartz/TriggerListener;]
ListenerManagerImpl.getTriggerListenerMatchers ( String listenerName ) : java.util.List
[run-time name: org/quartz/core/ListenerManagerImpl.getTriggerListenerMatchers:(Ljava/lang/String;)Ljava/util/List;]
ListenerManagerImpl.getTriggerListeners ( ) : java.util.List
[run-time name: org/quartz/core/ListenerManagerImpl.getTriggerListeners:()Ljava/util/List;]
ListenerManagerImpl.ListenerManagerImpl ( )
[run-time name: org/quartz/core/ListenerManagerImpl."<init>":()V]
ListenerManagerImpl.removeJobListener ( String name ) : boolean
[run-time name: org/quartz/core/ListenerManagerImpl.removeJobListener:(Ljava/lang/String;)Z]
ListenerManagerImpl.removeJobListenerMatcher ( String listenerName, org.quartz.Matcher matcher ) : boolean
[run-time name: org/quartz/core/ListenerManagerImpl.removeJobListenerMatcher:(Ljava/lang/String;Lorg/quartz/Matcher;)Z]
ListenerManagerImpl.removeSchedulerListener ( org.quartz.SchedulerListener schedulerListener ) : boolean
[run-time name: org/quartz/core/ListenerManagerImpl.removeSchedulerListener:(Lorg/quartz/SchedulerListener;)Z]
ListenerManagerImpl.removeTriggerListener ( String name ) : boolean
[run-time name: org/quartz/core/ListenerManagerImpl.removeTriggerListener:(Ljava/lang/String;)Z]
ListenerManagerImpl.removeTriggerListenerMatcher ( String listenerName, org.quartz.Matcher matcher ) : boolean
[run-time name: org/quartz/core/ListenerManagerImpl.removeTriggerListenerMatcher:(Ljava/lang/String;Lorg/quartz/Matcher;)Z]
ListenerManagerImpl.setJobListenerMatchers ( String listenerName, java.util.List matchers ) : boolean
[run-time name: org/quartz/core/ListenerManagerImpl.setJobListenerMatchers:(Ljava/lang/String;Ljava/util/List;)Z]
ListenerManagerImpl.setTriggerListenerMatchers ( String listenerName, java.util.List matchers ) : boolean
[run-time name: org/quartz/core/ListenerManagerImpl.setTriggerListenerMatchers:(Ljava/lang/String;Ljava/util/List;)Z]
quartz-all-2.0.2.jar, LoggingTriggerHistoryPlugin.class
package org.quartz.plugins.history
LoggingTriggerHistoryPlugin.triggerComplete ( org.quartz.Trigger trigger, org.quartz.JobExecutionContext context, org.quartz.Trigger.CompletedExecutionInstruction triggerInstructionCode ) : void
[run-time name: org/quartz/plugins/history/LoggingTriggerHistoryPlugin.triggerComplete:(Lorg/quartz/Trigger;Lorg/quartz/JobExecutionContext;Lorg/quartz/Trigger$CompletedExecutionInstruction;)V]
quartz-all-2.0.2.jar, Matcher.class
package org.quartz
Matcher.equals ( Object p1 ) [abstract] : boolean
[run-time name: org/quartz/Matcher.equals:(Ljava/lang/Object;)Z]
Matcher.hashCode ( ) [abstract] : int
[run-time name: org/quartz/Matcher.hashCode:()I]
Matcher.isMatch ( utils.Key p1 ) [abstract] : boolean
[run-time name: org/quartz/Matcher.isMatch:(Lorg/quartz/utils/Key;)Z]
quartz-all-2.0.2.jar, MutableTrigger.class
package org.quartz.spi
MutableTrigger.clone ( ) [abstract] : Object
[run-time name: org/quartz/spi/MutableTrigger.clone:()Ljava/lang/Object;]
MutableTrigger.setCalendarName ( String p1 ) [abstract] : void
[run-time name: org/quartz/spi/MutableTrigger.setCalendarName:(Ljava/lang/String;)V]
MutableTrigger.setDescription ( String p1 ) [abstract] : void
[run-time name: org/quartz/spi/MutableTrigger.setDescription:(Ljava/lang/String;)V]
MutableTrigger.setEndTime ( java.util.Date p1 ) [abstract] : void
[run-time name: org/quartz/spi/MutableTrigger.setEndTime:(Ljava/util/Date;)V]
MutableTrigger.setJobDataMap ( org.quartz.JobDataMap p1 ) [abstract] : void
[run-time name: org/quartz/spi/MutableTrigger.setJobDataMap:(Lorg/quartz/JobDataMap;)V]
MutableTrigger.setJobKey ( org.quartz.JobKey p1 ) [abstract] : void
[run-time name: org/quartz/spi/MutableTrigger.setJobKey:(Lorg/quartz/JobKey;)V]
MutableTrigger.setKey ( org.quartz.TriggerKey p1 ) [abstract] : void
[run-time name: org/quartz/spi/MutableTrigger.setKey:(Lorg/quartz/TriggerKey;)V]
MutableTrigger.setMisfireInstruction ( int p1 ) [abstract] : void
[run-time name: org/quartz/spi/MutableTrigger.setMisfireInstruction:(I)V]
MutableTrigger.setPriority ( int p1 ) [abstract] : void
[run-time name: org/quartz/spi/MutableTrigger.setPriority:(I)V]
MutableTrigger.setStartTime ( java.util.Date p1 ) [abstract] : void
[run-time name: org/quartz/spi/MutableTrigger.setStartTime:(Ljava/util/Date;)V]
quartz-all-2.0.2.jar, OperableTrigger.class
package org.quartz.spi
OperableTrigger.computeFirstFireTime ( org.quartz.Calendar p1 ) [abstract] : java.util.Date
[run-time name: org/quartz/spi/OperableTrigger.computeFirstFireTime:(Lorg/quartz/Calendar;)Ljava/util/Date;]
OperableTrigger.executionComplete ( org.quartz.JobExecutionContext p1, org.quartz.JobExecutionException p2 ) [abstract] : org.quartz.Trigger.CompletedExecutionInstruction
[run-time name: org/quartz/spi/OperableTrigger.executionComplete:(Lorg/quartz/JobExecutionContext;Lorg/quartz/JobExecutionException;)Lorg/quartz/Trigger$CompletedExecutionInstruction;]
OperableTrigger.getFireInstanceId ( ) [abstract] : String
[run-time name: org/quartz/spi/OperableTrigger.getFireInstanceId:()Ljava/lang/String;]
OperableTrigger.setFireInstanceId ( String p1 ) [abstract] : void
[run-time name: org/quartz/spi/OperableTrigger.setFireInstanceId:(Ljava/lang/String;)V]
OperableTrigger.setNextFireTime ( java.util.Date p1 ) [abstract] : void
[run-time name: org/quartz/spi/OperableTrigger.setNextFireTime:(Ljava/util/Date;)V]
OperableTrigger.setPreviousFireTime ( java.util.Date p1 ) [abstract] : void
[run-time name: org/quartz/spi/OperableTrigger.setPreviousFireTime:(Ljava/util/Date;)V]
OperableTrigger.triggered ( org.quartz.Calendar p1 ) [abstract] : void
[run-time name: org/quartz/spi/OperableTrigger.triggered:(Lorg/quartz/Calendar;)V]
OperableTrigger.updateAfterMisfire ( org.quartz.Calendar p1 ) [abstract] : void
[run-time name: org/quartz/spi/OperableTrigger.updateAfterMisfire:(Lorg/quartz/Calendar;)V]
OperableTrigger.updateWithNewCalendar ( org.quartz.Calendar p1, long p2 ) [abstract] : void
[run-time name: org/quartz/spi/OperableTrigger.updateWithNewCalendar:(Lorg/quartz/Calendar;J)V]
OperableTrigger.validate ( ) [abstract] : void
[run-time name: org/quartz/spi/OperableTrigger.validate:()V]
quartz-all-2.0.2.jar, PoolingConnectionProvider.class
package org.quartz.utils
PoolingConnectionProvider.getDataSource ( ) : com.mchange.v2.c3p0.ComboPooledDataSource
[run-time name: org/quartz/utils/PoolingConnectionProvider.getDataSource:()Lcom/mchange/v2/c3p0/ComboPooledDataSource;]
quartz-all-2.0.2.jar, PropertySettingJobFactory.class
package org.quartz.simpl
PropertySettingJobFactory.newJob ( org.quartz.spi.TriggerFiredBundle bundle, org.quartz.Scheduler scheduler ) : org.quartz.Job
[run-time name: org/quartz/simpl/PropertySettingJobFactory.newJob:(Lorg/quartz/spi/TriggerFiredBundle;Lorg/quartz/Scheduler;)Lorg/quartz/Job;]
quartz-all-2.0.2.jar, QuartzScheduler.class
package org.quartz.core
QuartzScheduler.addCalendar ( String calName, org.quartz.Calendar calendar, boolean replace, boolean updateTriggers ) : void
[run-time name: org/quartz/core/QuartzScheduler.addCalendar:(Ljava/lang/String;Lorg/quartz/Calendar;ZZ)V]
QuartzScheduler.addInternalJobListener ( org.quartz.JobListener jobListener ) : void
[run-time name: org/quartz/core/QuartzScheduler.addInternalJobListener:(Lorg/quartz/JobListener;)V]
QuartzScheduler.addInternalSchedulerListener ( org.quartz.SchedulerListener schedulerListener ) : void
[run-time name: org/quartz/core/QuartzScheduler.addInternalSchedulerListener:(Lorg/quartz/SchedulerListener;)V]
QuartzScheduler.addInternalTriggerListener ( org.quartz.TriggerListener triggerListener ) : void
[run-time name: org/quartz/core/QuartzScheduler.addInternalTriggerListener:(Lorg/quartz/TriggerListener;)V]
QuartzScheduler.addJob ( org.quartz.JobDetail jobDetail, boolean replace ) : void
[run-time name: org/quartz/core/QuartzScheduler.addJob:(Lorg/quartz/JobDetail;Z)V]
QuartzScheduler.checkExists ( org.quartz.JobKey jobKey ) : boolean
[run-time name: org/quartz/core/QuartzScheduler.checkExists:(Lorg/quartz/JobKey;)Z]
QuartzScheduler.checkExists ( org.quartz.TriggerKey triggerKey ) : boolean
[run-time name: org/quartz/core/QuartzScheduler.checkExists:(Lorg/quartz/TriggerKey;)Z]
QuartzScheduler.clear ( ) : void
[run-time name: org/quartz/core/QuartzScheduler.clear:()V]
QuartzScheduler.deleteCalendar ( String calName ) : boolean
[run-time name: org/quartz/core/QuartzScheduler.deleteCalendar:(Ljava/lang/String;)Z]
QuartzScheduler.deleteJob ( org.quartz.JobKey jobKey ) : boolean
[run-time name: org/quartz/core/QuartzScheduler.deleteJob:(Lorg/quartz/JobKey;)Z]
QuartzScheduler.deleteJobs ( java.util.List jobKeys ) : boolean
[run-time name: org/quartz/core/QuartzScheduler.deleteJobs:(Ljava/util/List;)Z]
QuartzScheduler.getCalendar ( String calName ) : org.quartz.Calendar
[run-time name: org/quartz/core/QuartzScheduler.getCalendar:(Ljava/lang/String;)Lorg/quartz/Calendar;]
QuartzScheduler.getCalendarNames ( ) : java.util.List
[run-time name: org/quartz/core/QuartzScheduler.getCalendarNames:()Ljava/util/List;]
QuartzScheduler.getInternalJobListener ( String name ) : org.quartz.JobListener
[run-time name: org/quartz/core/QuartzScheduler.getInternalJobListener:(Ljava/lang/String;)Lorg/quartz/JobListener;]
QuartzScheduler.getInternalJobListeners ( ) : java.util.List
[run-time name: org/quartz/core/QuartzScheduler.getInternalJobListeners:()Ljava/util/List;]
QuartzScheduler.getInternalSchedulerListeners ( ) : java.util.List
[run-time name: org/quartz/core/QuartzScheduler.getInternalSchedulerListeners:()Ljava/util/List;]
QuartzScheduler.getInternalTriggerListener ( String name ) : org.quartz.TriggerListener
[run-time name: org/quartz/core/QuartzScheduler.getInternalTriggerListener:(Ljava/lang/String;)Lorg/quartz/TriggerListener;]
QuartzScheduler.getInternalTriggerListeners ( ) : java.util.List
[run-time name: org/quartz/core/QuartzScheduler.getInternalTriggerListeners:()Ljava/util/List;]
QuartzScheduler.getJobDetail ( org.quartz.JobKey jobKey ) : org.quartz.JobDetail
[run-time name: org/quartz/core/QuartzScheduler.getJobDetail:(Lorg/quartz/JobKey;)Lorg/quartz/JobDetail;]
QuartzScheduler.getJobGroupNames ( ) : java.util.List
[run-time name: org/quartz/core/QuartzScheduler.getJobGroupNames:()Ljava/util/List;]
QuartzScheduler.getJobKeys ( org.quartz.impl.matchers.GroupMatcher matcher ) : java.util.Set
[run-time name: org/quartz/core/QuartzScheduler.getJobKeys:(Lorg/quartz/impl/matchers/GroupMatcher;)Ljava/util/Set;]
QuartzScheduler.getListenerManager ( ) : org.quartz.ListenerManager
[run-time name: org/quartz/core/QuartzScheduler.getListenerManager:()Lorg/quartz/ListenerManager;]
QuartzScheduler.getPausedTriggerGroups ( ) : java.util.Set
[run-time name: org/quartz/core/QuartzScheduler.getPausedTriggerGroups:()Ljava/util/Set;]
QuartzScheduler.getTrigger ( org.quartz.TriggerKey triggerKey ) : org.quartz.Trigger
[run-time name: org/quartz/core/QuartzScheduler.getTrigger:(Lorg/quartz/TriggerKey;)Lorg/quartz/Trigger;]
QuartzScheduler.getTriggerGroupNames ( ) : java.util.List
[run-time name: org/quartz/core/QuartzScheduler.getTriggerGroupNames:()Ljava/util/List;]
QuartzScheduler.getTriggerKeys ( org.quartz.impl.matchers.GroupMatcher matcher ) : java.util.Set
[run-time name: org/quartz/core/QuartzScheduler.getTriggerKeys:(Lorg/quartz/impl/matchers/GroupMatcher;)Ljava/util/Set;]
QuartzScheduler.getTriggersOfJob ( org.quartz.JobKey jobKey ) : java.util.List
[run-time name: org/quartz/core/QuartzScheduler.getTriggersOfJob:(Lorg/quartz/JobKey;)Ljava/util/List;]
QuartzScheduler.getTriggerState ( org.quartz.TriggerKey triggerKey ) : org.quartz.Trigger.TriggerState
[run-time name: org/quartz/core/QuartzScheduler.getTriggerState:(Lorg/quartz/TriggerKey;)Lorg/quartz/Trigger$TriggerState;]
QuartzScheduler.interrupt ( org.quartz.JobKey jobKey ) : boolean
[run-time name: org/quartz/core/QuartzScheduler.interrupt:(Lorg/quartz/JobKey;)Z]
QuartzScheduler.isShuttingDown ( ) : boolean
[run-time name: org/quartz/core/QuartzScheduler.isShuttingDown:()Z]
QuartzScheduler.notifyJobStoreJobComplete ( org.quartz.spi.OperableTrigger trigger, org.quartz.JobDetail detail, org.quartz.Trigger.CompletedExecutionInstruction instCode ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifyJobStoreJobComplete:(Lorg/quartz/spi/OperableTrigger;Lorg/quartz/JobDetail;Lorg/quartz/Trigger$CompletedExecutionInstruction;)V]
QuartzScheduler.notifyJobStoreJobVetoed ( org.quartz.spi.OperableTrigger trigger, org.quartz.JobDetail detail, org.quartz.Trigger.CompletedExecutionInstruction instCode ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifyJobStoreJobVetoed:(Lorg/quartz/spi/OperableTrigger;Lorg/quartz/JobDetail;Lorg/quartz/Trigger$CompletedExecutionInstruction;)V]
QuartzScheduler.notifySchedulerListenersJobDeleted ( org.quartz.JobKey jobKey ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifySchedulerListenersJobDeleted:(Lorg/quartz/JobKey;)V]
QuartzScheduler.notifySchedulerListenersPausedJob ( org.quartz.JobKey key ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifySchedulerListenersPausedJob:(Lorg/quartz/JobKey;)V]
QuartzScheduler.notifySchedulerListenersPausedJobs ( String group ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifySchedulerListenersPausedJobs:(Ljava/lang/String;)V]
QuartzScheduler.notifySchedulerListenersPausedTrigger ( org.quartz.TriggerKey triggerKey ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifySchedulerListenersPausedTrigger:(Lorg/quartz/TriggerKey;)V]
QuartzScheduler.notifySchedulerListenersPausedTriggers ( String group ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifySchedulerListenersPausedTriggers:(Ljava/lang/String;)V]
QuartzScheduler.notifySchedulerListenersResumedJob ( org.quartz.JobKey key ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifySchedulerListenersResumedJob:(Lorg/quartz/JobKey;)V]
QuartzScheduler.notifySchedulerListenersResumedJobs ( String group ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifySchedulerListenersResumedJobs:(Ljava/lang/String;)V]
QuartzScheduler.notifySchedulerListenersResumedTrigger ( org.quartz.TriggerKey key ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifySchedulerListenersResumedTrigger:(Lorg/quartz/TriggerKey;)V]
QuartzScheduler.notifySchedulerListenersResumedTriggers ( String group ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifySchedulerListenersResumedTriggers:(Ljava/lang/String;)V]
QuartzScheduler.notifySchedulerListenersUnscheduled ( org.quartz.TriggerKey triggerKey ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifySchedulerListenersUnscheduled:(Lorg/quartz/TriggerKey;)V]
QuartzScheduler.notifyTriggerListenersComplete ( org.quartz.JobExecutionContext jec, org.quartz.Trigger.CompletedExecutionInstruction instCode ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifyTriggerListenersComplete:(Lorg/quartz/JobExecutionContext;Lorg/quartz/Trigger$CompletedExecutionInstruction;)V]
QuartzScheduler.pauseAll ( ) : void
[run-time name: org/quartz/core/QuartzScheduler.pauseAll:()V]
QuartzScheduler.pauseJob ( org.quartz.JobKey jobKey ) : void
[run-time name: org/quartz/core/QuartzScheduler.pauseJob:(Lorg/quartz/JobKey;)V]
QuartzScheduler.pauseJobs ( org.quartz.impl.matchers.GroupMatcher groupMatcher ) : void
[run-time name: org/quartz/core/QuartzScheduler.pauseJobs:(Lorg/quartz/impl/matchers/GroupMatcher;)V]
QuartzScheduler.pauseTrigger ( org.quartz.TriggerKey triggerKey ) : void
[run-time name: org/quartz/core/QuartzScheduler.pauseTrigger:(Lorg/quartz/TriggerKey;)V]
QuartzScheduler.pauseTriggers ( org.quartz.impl.matchers.GroupMatcher matcher ) : void
[run-time name: org/quartz/core/QuartzScheduler.pauseTriggers:(Lorg/quartz/impl/matchers/GroupMatcher;)V]
QuartzScheduler.QuartzScheduler ( QuartzSchedulerResources resources, long idleWaitTime, long dbRetryInterval )
[run-time name: org/quartz/core/QuartzScheduler."<init>":(Lorg/quartz/core/QuartzSchedulerResources;JJ)V]
QuartzScheduler.removeInternalJobListener ( String name ) : boolean
[run-time name: org/quartz/core/QuartzScheduler.removeInternalJobListener:(Ljava/lang/String;)Z]
QuartzScheduler.removeInternalSchedulerListener ( org.quartz.SchedulerListener schedulerListener ) : boolean
[run-time name: org/quartz/core/QuartzScheduler.removeInternalSchedulerListener:(Lorg/quartz/SchedulerListener;)Z]
QuartzScheduler.removeinternalTriggerListener ( String name ) : boolean
[run-time name: org/quartz/core/QuartzScheduler.removeinternalTriggerListener:(Ljava/lang/String;)Z]
QuartzScheduler.rescheduleJob ( org.quartz.TriggerKey triggerKey, org.quartz.Trigger newTrigger ) : java.util.Date
[run-time name: org/quartz/core/QuartzScheduler.rescheduleJob:(Lorg/quartz/TriggerKey;Lorg/quartz/Trigger;)Ljava/util/Date;]
QuartzScheduler.resumeAll ( ) : void
[run-time name: org/quartz/core/QuartzScheduler.resumeAll:()V]
QuartzScheduler.resumeJob ( org.quartz.JobKey jobKey ) : void
[run-time name: org/quartz/core/QuartzScheduler.resumeJob:(Lorg/quartz/JobKey;)V]
QuartzScheduler.resumeJobs ( org.quartz.impl.matchers.GroupMatcher matcher ) : void
[run-time name: org/quartz/core/QuartzScheduler.resumeJobs:(Lorg/quartz/impl/matchers/GroupMatcher;)V]
QuartzScheduler.resumeTrigger ( org.quartz.TriggerKey triggerKey ) : void
[run-time name: org/quartz/core/QuartzScheduler.resumeTrigger:(Lorg/quartz/TriggerKey;)V]
QuartzScheduler.resumeTriggers ( org.quartz.impl.matchers.GroupMatcher matcher ) : void
[run-time name: org/quartz/core/QuartzScheduler.resumeTriggers:(Lorg/quartz/impl/matchers/GroupMatcher;)V]
QuartzScheduler.scheduleJob ( org.quartz.JobDetail jobDetail, org.quartz.Trigger trigger ) : java.util.Date
[run-time name: org/quartz/core/QuartzScheduler.scheduleJob:(Lorg/quartz/JobDetail;Lorg/quartz/Trigger;)Ljava/util/Date;]
QuartzScheduler.scheduleJob ( org.quartz.Trigger trigger ) : java.util.Date
[run-time name: org/quartz/core/QuartzScheduler.scheduleJob:(Lorg/quartz/Trigger;)Ljava/util/Date;]
QuartzScheduler.scheduleJobs ( java.util.Map triggersAndJobs, boolean replace ) : void
[run-time name: org/quartz/core/QuartzScheduler.scheduleJobs:(Ljava/util/Map;Z)V]
QuartzScheduler.triggerJob ( org.quartz.JobKey jobKey, org.quartz.JobDataMap data ) : void
[run-time name: org/quartz/core/QuartzScheduler.triggerJob:(Lorg/quartz/JobKey;Lorg/quartz/JobDataMap;)V]
QuartzScheduler.triggerJob ( org.quartz.spi.OperableTrigger trig ) : void
[run-time name: org/quartz/core/QuartzScheduler.triggerJob:(Lorg/quartz/spi/OperableTrigger;)V]
QuartzScheduler.unscheduleJob ( org.quartz.TriggerKey triggerKey ) : boolean
[run-time name: org/quartz/core/QuartzScheduler.unscheduleJob:(Lorg/quartz/TriggerKey;)Z]
QuartzScheduler.unscheduleJobs ( java.util.List triggerKeys ) : boolean
[run-time name: org/quartz/core/QuartzScheduler.unscheduleJobs:(Ljava/util/List;)Z]
quartz-all-2.0.2.jar, QuartzScheduler_Stub.class
package org.quartz.core
QuartzScheduler_Stub.addCalendar ( String p1, org.quartz.Calendar p2, boolean p3, boolean p4 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.addCalendar:(Ljava/lang/String;Lorg/quartz/Calendar;ZZ)V]
QuartzScheduler_Stub.addJob ( org.quartz.JobDetail p1, boolean p2 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.addJob:(Lorg/quartz/JobDetail;Z)V]
QuartzScheduler_Stub.checkExists ( org.quartz.JobKey p1 ) : boolean
[run-time name: org/quartz/core/QuartzScheduler_Stub.checkExists:(Lorg/quartz/JobKey;)Z]
QuartzScheduler_Stub.checkExists ( org.quartz.TriggerKey p1 ) : boolean
[run-time name: org/quartz/core/QuartzScheduler_Stub.checkExists:(Lorg/quartz/TriggerKey;)Z]
QuartzScheduler_Stub.clear ( ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.clear:()V]
QuartzScheduler_Stub.deleteCalendar ( String p1 ) : boolean
[run-time name: org/quartz/core/QuartzScheduler_Stub.deleteCalendar:(Ljava/lang/String;)Z]
QuartzScheduler_Stub.deleteJob ( org.quartz.JobKey p1 ) : boolean
[run-time name: org/quartz/core/QuartzScheduler_Stub.deleteJob:(Lorg/quartz/JobKey;)Z]
QuartzScheduler_Stub.deleteJobs ( java.util.List p1 ) : boolean
[run-time name: org/quartz/core/QuartzScheduler_Stub.deleteJobs:(Ljava/util/List;)Z]
QuartzScheduler_Stub.getCalendar ( String p1 ) : org.quartz.Calendar
[run-time name: org/quartz/core/QuartzScheduler_Stub.getCalendar:(Ljava/lang/String;)Lorg/quartz/Calendar;]
QuartzScheduler_Stub.getCalendarNames ( ) : java.util.List
[run-time name: org/quartz/core/QuartzScheduler_Stub.getCalendarNames:()Ljava/util/List;]
QuartzScheduler_Stub.getJobDetail ( org.quartz.JobKey p1 ) : org.quartz.JobDetail
[run-time name: org/quartz/core/QuartzScheduler_Stub.getJobDetail:(Lorg/quartz/JobKey;)Lorg/quartz/JobDetail;]
QuartzScheduler_Stub.getJobGroupNames ( ) : java.util.List
[run-time name: org/quartz/core/QuartzScheduler_Stub.getJobGroupNames:()Ljava/util/List;]
QuartzScheduler_Stub.getJobKeys ( org.quartz.impl.matchers.GroupMatcher p1 ) : java.util.Set
[run-time name: org/quartz/core/QuartzScheduler_Stub.getJobKeys:(Lorg/quartz/impl/matchers/GroupMatcher;)Ljava/util/Set;]
QuartzScheduler_Stub.getPausedTriggerGroups ( ) : java.util.Set
[run-time name: org/quartz/core/QuartzScheduler_Stub.getPausedTriggerGroups:()Ljava/util/Set;]
QuartzScheduler_Stub.getTrigger ( org.quartz.TriggerKey p1 ) : org.quartz.Trigger
[run-time name: org/quartz/core/QuartzScheduler_Stub.getTrigger:(Lorg/quartz/TriggerKey;)Lorg/quartz/Trigger;]
QuartzScheduler_Stub.getTriggerGroupNames ( ) : java.util.List
[run-time name: org/quartz/core/QuartzScheduler_Stub.getTriggerGroupNames:()Ljava/util/List;]
QuartzScheduler_Stub.getTriggerKeys ( org.quartz.impl.matchers.GroupMatcher p1 ) : java.util.Set
[run-time name: org/quartz/core/QuartzScheduler_Stub.getTriggerKeys:(Lorg/quartz/impl/matchers/GroupMatcher;)Ljava/util/Set;]
QuartzScheduler_Stub.getTriggersOfJob ( org.quartz.JobKey p1 ) : java.util.List
[run-time name: org/quartz/core/QuartzScheduler_Stub.getTriggersOfJob:(Lorg/quartz/JobKey;)Ljava/util/List;]
QuartzScheduler_Stub.getTriggerState ( org.quartz.TriggerKey p1 ) : org.quartz.Trigger.TriggerState
[run-time name: org/quartz/core/QuartzScheduler_Stub.getTriggerState:(Lorg/quartz/TriggerKey;)Lorg/quartz/Trigger$TriggerState;]
QuartzScheduler_Stub.interrupt ( org.quartz.JobKey p1 ) : boolean
[run-time name: org/quartz/core/QuartzScheduler_Stub.interrupt:(Lorg/quartz/JobKey;)Z]
QuartzScheduler_Stub.pauseAll ( ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.pauseAll:()V]
QuartzScheduler_Stub.pauseJob ( org.quartz.JobKey p1 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.pauseJob:(Lorg/quartz/JobKey;)V]
QuartzScheduler_Stub.pauseJobs ( org.quartz.impl.matchers.GroupMatcher p1 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.pauseJobs:(Lorg/quartz/impl/matchers/GroupMatcher;)V]
QuartzScheduler_Stub.pauseTrigger ( org.quartz.TriggerKey p1 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.pauseTrigger:(Lorg/quartz/TriggerKey;)V]
QuartzScheduler_Stub.pauseTriggers ( org.quartz.impl.matchers.GroupMatcher p1 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.pauseTriggers:(Lorg/quartz/impl/matchers/GroupMatcher;)V]
QuartzScheduler_Stub.rescheduleJob ( org.quartz.TriggerKey p1, org.quartz.Trigger p2 ) : java.util.Date
[run-time name: org/quartz/core/QuartzScheduler_Stub.rescheduleJob:(Lorg/quartz/TriggerKey;Lorg/quartz/Trigger;)Ljava/util/Date;]
QuartzScheduler_Stub.resumeAll ( ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.resumeAll:()V]
QuartzScheduler_Stub.resumeJob ( org.quartz.JobKey p1 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.resumeJob:(Lorg/quartz/JobKey;)V]
QuartzScheduler_Stub.resumeJobs ( org.quartz.impl.matchers.GroupMatcher p1 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.resumeJobs:(Lorg/quartz/impl/matchers/GroupMatcher;)V]
QuartzScheduler_Stub.resumeTrigger ( org.quartz.TriggerKey p1 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.resumeTrigger:(Lorg/quartz/TriggerKey;)V]
QuartzScheduler_Stub.resumeTriggers ( org.quartz.impl.matchers.GroupMatcher p1 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.resumeTriggers:(Lorg/quartz/impl/matchers/GroupMatcher;)V]
QuartzScheduler_Stub.scheduleJob ( org.quartz.JobDetail p1, org.quartz.Trigger p2 ) : java.util.Date
[run-time name: org/quartz/core/QuartzScheduler_Stub.scheduleJob:(Lorg/quartz/JobDetail;Lorg/quartz/Trigger;)Ljava/util/Date;]
QuartzScheduler_Stub.scheduleJob ( org.quartz.Trigger p1 ) : java.util.Date
[run-time name: org/quartz/core/QuartzScheduler_Stub.scheduleJob:(Lorg/quartz/Trigger;)Ljava/util/Date;]
QuartzScheduler_Stub.scheduleJobs ( java.util.Map p1, boolean p2 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.scheduleJobs:(Ljava/util/Map;Z)V]
QuartzScheduler_Stub.triggerJob ( org.quartz.JobKey p1, org.quartz.JobDataMap p2 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.triggerJob:(Lorg/quartz/JobKey;Lorg/quartz/JobDataMap;)V]
QuartzScheduler_Stub.triggerJob ( org.quartz.spi.OperableTrigger p1 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.triggerJob:(Lorg/quartz/spi/OperableTrigger;)V]
QuartzScheduler_Stub.unscheduleJob ( org.quartz.TriggerKey p1 ) : boolean
[run-time name: org/quartz/core/QuartzScheduler_Stub.unscheduleJob:(Lorg/quartz/TriggerKey;)Z]
QuartzScheduler_Stub.unscheduleJobs ( java.util.List p1 ) : boolean
[run-time name: org/quartz/core/QuartzScheduler_Stub.unscheduleJobs:(Ljava/util/List;)Z]
quartz-all-2.0.2.jar, QuartzSchedulerMBean.class
package org.quartz.core.jmx
QuartzSchedulerMBean.addJob ( java.util.Map p1, boolean p2 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.addJob:(Ljava/util/Map;Z)V]
QuartzSchedulerMBean.addJob ( javax.management.openmbean.CompositeData p1, boolean p2 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.addJob:(Ljavax/management/openmbean/CompositeData;Z)V]
QuartzSchedulerMBean.clear ( ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.clear:()V]
QuartzSchedulerMBean.deleteCalendar ( String p1 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.deleteCalendar:(Ljava/lang/String;)V]
QuartzSchedulerMBean.deleteJob ( String p1, String p2 ) [abstract] : boolean
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.deleteJob:(Ljava/lang/String;Ljava/lang/String;)Z]
QuartzSchedulerMBean.getAllJobDetails ( ) [abstract] : javax.management.openmbean.TabularData
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getAllJobDetails:()Ljavax/management/openmbean/TabularData;]
QuartzSchedulerMBean.getAllTriggers ( ) [abstract] : java.util.List
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getAllTriggers:()Ljava/util/List;]
QuartzSchedulerMBean.getCalendarNames ( ) [abstract] : java.util.List
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getCalendarNames:()Ljava/util/List;]
QuartzSchedulerMBean.getJobDetail ( String p1, String p2 ) [abstract] : javax.management.openmbean.CompositeData
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getJobDetail:(Ljava/lang/String;Ljava/lang/String;)Ljavax/management/openmbean/CompositeData;]
QuartzSchedulerMBean.getJobGroupNames ( ) [abstract] : java.util.List
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getJobGroupNames:()Ljava/util/List;]
QuartzSchedulerMBean.getJobNames ( String p1 ) [abstract] : java.util.List
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getJobNames:(Ljava/lang/String;)Ljava/util/List;]
QuartzSchedulerMBean.getPausedTriggerGroups ( ) [abstract] : java.util.Set
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getPausedTriggerGroups:()Ljava/util/Set;]
QuartzSchedulerMBean.getTrigger ( String p1, String p2 ) [abstract] : javax.management.openmbean.CompositeData
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getTrigger:(Ljava/lang/String;Ljava/lang/String;)Ljavax/management/openmbean/CompositeData;]
QuartzSchedulerMBean.getTriggerGroupNames ( ) [abstract] : java.util.List
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getTriggerGroupNames:()Ljava/util/List;]
QuartzSchedulerMBean.getTriggerNames ( String p1 ) [abstract] : java.util.List
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getTriggerNames:(Ljava/lang/String;)Ljava/util/List;]
QuartzSchedulerMBean.getTriggersOfJob ( String p1, String p2 ) [abstract] : java.util.List
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getTriggersOfJob:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;]
QuartzSchedulerMBean.getTriggerState ( String p1, String p2 ) [abstract] : String
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getTriggerState:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
QuartzSchedulerMBean.interruptJob ( String p1, String p2 ) [abstract] : boolean
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.interruptJob:(Ljava/lang/String;Ljava/lang/String;)Z]
QuartzSchedulerMBean.pauseAllTriggers ( ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.pauseAllTriggers:()V]
QuartzSchedulerMBean.pauseJob ( String p1, String p2 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.pauseJob:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBean.pauseJobGroup ( String p1 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.pauseJobGroup:(Ljava/lang/String;)V]
QuartzSchedulerMBean.pauseJobsContaining ( String p1 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.pauseJobsContaining:(Ljava/lang/String;)V]
QuartzSchedulerMBean.pauseJobsEndingWith ( String p1 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.pauseJobsEndingWith:(Ljava/lang/String;)V]
QuartzSchedulerMBean.pauseJobsStartingWith ( String p1 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.pauseJobsStartingWith:(Ljava/lang/String;)V]
QuartzSchedulerMBean.pauseTrigger ( String p1, String p2 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.pauseTrigger:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBean.pauseTriggerGroup ( String p1 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.pauseTriggerGroup:(Ljava/lang/String;)V]
QuartzSchedulerMBean.pauseTriggersContaining ( String p1 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.pauseTriggersContaining:(Ljava/lang/String;)V]
QuartzSchedulerMBean.pauseTriggersEndingWith ( String p1 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.pauseTriggersEndingWith:(Ljava/lang/String;)V]
QuartzSchedulerMBean.pauseTriggersStartingWith ( String p1 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.pauseTriggersStartingWith:(Ljava/lang/String;)V]
QuartzSchedulerMBean.resumeAllTriggers ( ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.resumeAllTriggers:()V]
QuartzSchedulerMBean.resumeJob ( String p1, String p2 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.resumeJob:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBean.resumeJobGroup ( String p1 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.resumeJobGroup:(Ljava/lang/String;)V]
QuartzSchedulerMBean.resumeJobsContaining ( String p1 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.resumeJobsContaining:(Ljava/lang/String;)V]
QuartzSchedulerMBean.resumeJobsEndingWith ( String p1 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.resumeJobsEndingWith:(Ljava/lang/String;)V]
QuartzSchedulerMBean.resumeJobsStartingWith ( String p1 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.resumeJobsStartingWith:(Ljava/lang/String;)V]
QuartzSchedulerMBean.resumeTrigger ( String p1, String p2 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.resumeTrigger:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBean.resumeTriggerGroup ( String p1 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.resumeTriggerGroup:(Ljava/lang/String;)V]
QuartzSchedulerMBean.resumeTriggersContaining ( String p1 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.resumeTriggersContaining:(Ljava/lang/String;)V]
QuartzSchedulerMBean.resumeTriggersEndingWith ( String p1 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.resumeTriggersEndingWith:(Ljava/lang/String;)V]
QuartzSchedulerMBean.resumeTriggersStartingWith ( String p1 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.resumeTriggersStartingWith:(Ljava/lang/String;)V]
QuartzSchedulerMBean.scheduleBasicJob ( java.util.Map p1, java.util.Map p2 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.scheduleBasicJob:(Ljava/util/Map;Ljava/util/Map;)V]
QuartzSchedulerMBean.scheduleJob ( java.util.Map p1, java.util.Map p2 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.scheduleJob:(Ljava/util/Map;Ljava/util/Map;)V]
QuartzSchedulerMBean.scheduleJob ( String p1, String p2, java.util.Map p3 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.scheduleJob:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V]
QuartzSchedulerMBean.scheduleJob ( String p1, String p2, String p3, String p4 ) [abstract] : java.util.Date
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.scheduleJob:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/Date;]
QuartzSchedulerMBean.triggerJob ( String p1, String p2, java.util.Map p3 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.triggerJob:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V]
QuartzSchedulerMBean.unscheduleJob ( String p1, String p2 ) [abstract] : boolean
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.unscheduleJob:(Ljava/lang/String;Ljava/lang/String;)Z]
quartz-all-2.0.2.jar, QuartzSchedulerMBeanImpl.class
package org.quartz.core
QuartzSchedulerMBeanImpl.addJob ( java.util.Map abstractJobInfo, boolean replace ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.addJob:(Ljava/util/Map;Z)V]
QuartzSchedulerMBeanImpl.addJob ( javax.management.openmbean.CompositeData jobDetail, boolean replace ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.addJob:(Ljavax/management/openmbean/CompositeData;Z)V]
QuartzSchedulerMBeanImpl.clear ( ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.clear:()V]
QuartzSchedulerMBeanImpl.deleteCalendar ( String calendarName ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.deleteCalendar:(Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.deleteJob ( String jobName, String jobGroupName ) : boolean
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.deleteJob:(Ljava/lang/String;Ljava/lang/String;)Z]
QuartzSchedulerMBeanImpl.getAllJobDetails ( ) : javax.management.openmbean.TabularData
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getAllJobDetails:()Ljavax/management/openmbean/TabularData;]
QuartzSchedulerMBeanImpl.getAllTriggers ( ) : java.util.List
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getAllTriggers:()Ljava/util/List;]
QuartzSchedulerMBeanImpl.getCalendarNames ( ) : java.util.List
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getCalendarNames:()Ljava/util/List;]
QuartzSchedulerMBeanImpl.getJobDetail ( String jobName, String jobGroupName ) : javax.management.openmbean.CompositeData
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getJobDetail:(Ljava/lang/String;Ljava/lang/String;)Ljavax/management/openmbean/CompositeData;]
QuartzSchedulerMBeanImpl.getJobGroupNames ( ) : java.util.List
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getJobGroupNames:()Ljava/util/List;]
QuartzSchedulerMBeanImpl.getJobNames ( String groupName ) : java.util.List
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getJobNames:(Ljava/lang/String;)Ljava/util/List;]
QuartzSchedulerMBeanImpl.getPausedTriggerGroups ( ) : java.util.Set
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getPausedTriggerGroups:()Ljava/util/Set;]
QuartzSchedulerMBeanImpl.getTrigger ( String name, String groupName ) : javax.management.openmbean.CompositeData
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getTrigger:(Ljava/lang/String;Ljava/lang/String;)Ljavax/management/openmbean/CompositeData;]
QuartzSchedulerMBeanImpl.getTriggerGroupNames ( ) : java.util.List
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getTriggerGroupNames:()Ljava/util/List;]
QuartzSchedulerMBeanImpl.getTriggerNames ( String groupName ) : java.util.List
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getTriggerNames:(Ljava/lang/String;)Ljava/util/List;]
QuartzSchedulerMBeanImpl.getTriggersOfJob ( String jobName, String jobGroupName ) : java.util.List
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getTriggersOfJob:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;]
QuartzSchedulerMBeanImpl.getTriggerState ( String triggerName, String triggerGroupName ) : String
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getTriggerState:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
QuartzSchedulerMBeanImpl.interruptJob ( String jobName, String jobGroupName ) : boolean
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.interruptJob:(Ljava/lang/String;Ljava/lang/String;)Z]
QuartzSchedulerMBeanImpl.jobDeleted ( org.quartz.JobKey jobKey ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.jobDeleted:(Lorg/quartz/JobKey;)V]
QuartzSchedulerMBeanImpl.jobPaused ( org.quartz.JobKey jobKey ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.jobPaused:(Lorg/quartz/JobKey;)V]
QuartzSchedulerMBeanImpl.jobResumed ( org.quartz.JobKey jobKey ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.jobResumed:(Lorg/quartz/JobKey;)V]
QuartzSchedulerMBeanImpl.jobsPaused ( String jobGroup ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.jobsPaused:(Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.jobsResumed ( String jobGroup ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.jobsResumed:(Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.jobUnscheduled ( org.quartz.TriggerKey triggerKey ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.jobUnscheduled:(Lorg/quartz/TriggerKey;)V]
QuartzSchedulerMBeanImpl.pauseAllTriggers ( ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.pauseAllTriggers:()V]
QuartzSchedulerMBeanImpl.pauseJob ( String jobName, String jobGroup ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.pauseJob:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.pauseJobGroup ( String jobGroup ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.pauseJobGroup:(Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.pauseJobs ( org.quartz.impl.matchers.GroupMatcher matcher ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.pauseJobs:(Lorg/quartz/impl/matchers/GroupMatcher;)V]
QuartzSchedulerMBeanImpl.pauseJobsContaining ( String jobGroupToken ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.pauseJobsContaining:(Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.pauseJobsEndingWith ( String jobGroupSuffix ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.pauseJobsEndingWith:(Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.pauseJobsStartingWith ( String jobGroupPrefix ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.pauseJobsStartingWith:(Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.pauseTrigger ( String triggerName, String triggerGroup ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.pauseTrigger:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.pauseTriggerGroup ( String triggerGroup ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.pauseTriggerGroup:(Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.pauseTriggersContaining ( String triggerGroupToken ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.pauseTriggersContaining:(Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.pauseTriggersEndingWith ( String triggerGroupSuffix ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.pauseTriggersEndingWith:(Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.pauseTriggersStartingWith ( String triggerGroupPrefix ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.pauseTriggersStartingWith:(Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.resumeAllTriggers ( ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.resumeAllTriggers:()V]
QuartzSchedulerMBeanImpl.resumeJob ( String jobName, String jobGroup ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.resumeJob:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.resumeJobGroup ( String jobGroup ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.resumeJobGroup:(Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.resumeJobs ( org.quartz.impl.matchers.GroupMatcher matcher ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.resumeJobs:(Lorg/quartz/impl/matchers/GroupMatcher;)V]
QuartzSchedulerMBeanImpl.resumeJobsContaining ( String jobGroupToken ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.resumeJobsContaining:(Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.resumeJobsEndingWith ( String jobGroupSuffix ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.resumeJobsEndingWith:(Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.resumeJobsStartingWith ( String jobGroupPrefix ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.resumeJobsStartingWith:(Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.resumeTrigger ( String triggerName, String triggerGroup ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.resumeTrigger:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.resumeTriggerGroup ( String triggerGroup ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.resumeTriggerGroup:(Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.resumeTriggersContaining ( String triggerGroupToken ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.resumeTriggersContaining:(Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.resumeTriggersEndingWith ( String triggerGroupSuffix ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.resumeTriggersEndingWith:(Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.resumeTriggersStartingWith ( String triggerGroupPrefix ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.resumeTriggersStartingWith:(Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.scheduleBasicJob ( java.util.Map jobDetailInfo, java.util.Map triggerInfo ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.scheduleBasicJob:(Ljava/util/Map;Ljava/util/Map;)V]
QuartzSchedulerMBeanImpl.scheduleJob ( java.util.Map abstractJobInfo, java.util.Map abstractTriggerInfo ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.scheduleJob:(Ljava/util/Map;Ljava/util/Map;)V]
QuartzSchedulerMBeanImpl.scheduleJob ( String jobName, String jobGroup, java.util.Map abstractTriggerInfo ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.scheduleJob:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V]
QuartzSchedulerMBeanImpl.scheduleJob ( String jobName, String jobGroup, String triggerName, String triggerGroup ) : java.util.Date
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.scheduleJob:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/Date;]
QuartzSchedulerMBeanImpl.schedulingDataCleared ( ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.schedulingDataCleared:()V]
QuartzSchedulerMBeanImpl.triggerJob ( javax.management.openmbean.CompositeData trigger ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.triggerJob:(Ljavax/management/openmbean/CompositeData;)V]
QuartzSchedulerMBeanImpl.triggerJob ( String jobName, String jobGroup, java.util.Map jobDataMap ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.triggerJob:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V]
QuartzSchedulerMBeanImpl.triggerPaused ( org.quartz.TriggerKey triggerKey ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.triggerPaused:(Lorg/quartz/TriggerKey;)V]
QuartzSchedulerMBeanImpl.triggerResumed ( org.quartz.TriggerKey triggerKey ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.triggerResumed:(Lorg/quartz/TriggerKey;)V]
QuartzSchedulerMBeanImpl.triggersPaused ( String triggerGroup ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.triggersPaused:(Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.triggersResumed ( String triggerGroup ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.triggersResumed:(Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.unscheduleJob ( String triggerName, String triggerGroup ) : boolean
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.unscheduleJob:(Ljava/lang/String;Ljava/lang/String;)Z]
quartz-all-2.0.2.jar, QuartzSchedulerResources.class
package org.quartz.core
QuartzSchedulerResources.getBatchTimeWindow ( ) : long
[run-time name: org/quartz/core/QuartzSchedulerResources.getBatchTimeWindow:()J]
QuartzSchedulerResources.getMaxBatchSize ( ) : int
[run-time name: org/quartz/core/QuartzSchedulerResources.getMaxBatchSize:()I]
QuartzSchedulerResources.setBatchTimeWindow ( long batchTimeWindow ) : void
[run-time name: org/quartz/core/QuartzSchedulerResources.setBatchTimeWindow:(J)V]
QuartzSchedulerResources.setMaxBatchSize ( int maxBatchSize ) : void
[run-time name: org/quartz/core/QuartzSchedulerResources.setMaxBatchSize:(I)V]
quartz-all-2.0.2.jar, QuartzSchedulerThread.class
package org.quartz.core
QuartzSchedulerThread.releaseTriggerRetryLoop ( org.quartz.spi.OperableTrigger trigger ) : void
[run-time name: org/quartz/core/QuartzSchedulerThread.releaseTriggerRetryLoop:(Lorg/quartz/spi/OperableTrigger;)V]
quartz-all-2.0.2.jar, RAMJobStore.class
package org.quartz.simpl
RAMJobStore.acquireNextTriggers ( long noLaterThan, int maxCount, long timeWindow ) : java.util.List
[run-time name: org/quartz/simpl/RAMJobStore.acquireNextTriggers:(JIJ)Ljava/util/List;]
RAMJobStore.checkExists ( org.quartz.JobKey jobKey ) : boolean
[run-time name: org/quartz/simpl/RAMJobStore.checkExists:(Lorg/quartz/JobKey;)Z]
RAMJobStore.checkExists ( org.quartz.TriggerKey triggerKey ) : boolean
[run-time name: org/quartz/simpl/RAMJobStore.checkExists:(Lorg/quartz/TriggerKey;)Z]
RAMJobStore.clearAllSchedulingData ( ) : void
[run-time name: org/quartz/simpl/RAMJobStore.clearAllSchedulingData:()V]
RAMJobStore.getCalendarNames ( ) : java.util.List
[run-time name: org/quartz/simpl/RAMJobStore.getCalendarNames:()Ljava/util/List;]
RAMJobStore.getJobGroupNames ( ) : java.util.List
[run-time name: org/quartz/simpl/RAMJobStore.getJobGroupNames:()Ljava/util/List;]
RAMJobStore.getJobKeys ( org.quartz.impl.matchers.GroupMatcher matcher ) : java.util.Set
[run-time name: org/quartz/simpl/RAMJobStore.getJobKeys:(Lorg/quartz/impl/matchers/GroupMatcher;)Ljava/util/Set;]
RAMJobStore.getNumberOfCalendars ( ) : int
[run-time name: org/quartz/simpl/RAMJobStore.getNumberOfCalendars:()I]
RAMJobStore.getNumberOfJobs ( ) : int
[run-time name: org/quartz/simpl/RAMJobStore.getNumberOfJobs:()I]
RAMJobStore.getNumberOfTriggers ( ) : int
[run-time name: org/quartz/simpl/RAMJobStore.getNumberOfTriggers:()I]
RAMJobStore.getPausedTriggerGroups ( ) : java.util.Set
[run-time name: org/quartz/simpl/RAMJobStore.getPausedTriggerGroups:()Ljava/util/Set;]
RAMJobStore.getTriggerGroupNames ( ) : java.util.List
[run-time name: org/quartz/simpl/RAMJobStore.getTriggerGroupNames:()Ljava/util/List;]
RAMJobStore.getTriggerKeys ( org.quartz.impl.matchers.GroupMatcher matcher ) : java.util.Set
[run-time name: org/quartz/simpl/RAMJobStore.getTriggerKeys:(Lorg/quartz/impl/matchers/GroupMatcher;)Ljava/util/Set;]
RAMJobStore.getTriggersForJob ( org.quartz.JobKey jobKey ) : java.util.List
[run-time name: org/quartz/simpl/RAMJobStore.getTriggersForJob:(Lorg/quartz/JobKey;)Ljava/util/List;]
RAMJobStore.getTriggerState ( org.quartz.TriggerKey triggerKey ) : org.quartz.Trigger.TriggerState
[run-time name: org/quartz/simpl/RAMJobStore.getTriggerState:(Lorg/quartz/TriggerKey;)Lorg/quartz/Trigger$TriggerState;]
RAMJobStore.getTriggerWrappersForJob ( org.quartz.JobKey jobKey ) : java.util.ArrayList
[run-time name: org/quartz/simpl/RAMJobStore.getTriggerWrappersForJob:(Lorg/quartz/JobKey;)Ljava/util/ArrayList;]
RAMJobStore.pauseAll ( ) : void
[run-time name: org/quartz/simpl/RAMJobStore.pauseAll:()V]
RAMJobStore.pauseJob ( org.quartz.JobKey jobKey ) : void
[run-time name: org/quartz/simpl/RAMJobStore.pauseJob:(Lorg/quartz/JobKey;)V]
RAMJobStore.pauseJobs ( org.quartz.impl.matchers.GroupMatcher matcher ) : java.util.List
[run-time name: org/quartz/simpl/RAMJobStore.pauseJobs:(Lorg/quartz/impl/matchers/GroupMatcher;)Ljava/util/List;]
RAMJobStore.pauseJobs ( org.quartz.impl.matchers.GroupMatcher x0 ) : java.util.Collection
[run-time name: org/quartz/simpl/RAMJobStore.pauseJobs:(Lorg/quartz/impl/matchers/GroupMatcher;)Ljava/util/Collection;]
RAMJobStore.pauseTrigger ( org.quartz.TriggerKey triggerKey ) : void
[run-time name: org/quartz/simpl/RAMJobStore.pauseTrigger:(Lorg/quartz/TriggerKey;)V]
RAMJobStore.pauseTriggers ( org.quartz.impl.matchers.GroupMatcher matcher ) : java.util.List
[run-time name: org/quartz/simpl/RAMJobStore.pauseTriggers:(Lorg/quartz/impl/matchers/GroupMatcher;)Ljava/util/List;]
RAMJobStore.pauseTriggers ( org.quartz.impl.matchers.GroupMatcher x0 ) : java.util.Collection
[run-time name: org/quartz/simpl/RAMJobStore.pauseTriggers:(Lorg/quartz/impl/matchers/GroupMatcher;)Ljava/util/Collection;]
RAMJobStore.releaseAcquiredTrigger ( org.quartz.spi.OperableTrigger trigger ) : void
[run-time name: org/quartz/simpl/RAMJobStore.releaseAcquiredTrigger:(Lorg/quartz/spi/OperableTrigger;)V]
RAMJobStore.removeCalendar ( String calName ) : boolean
[run-time name: org/quartz/simpl/RAMJobStore.removeCalendar:(Ljava/lang/String;)Z]
RAMJobStore.removeJob ( org.quartz.JobKey jobKey ) : boolean
[run-time name: org/quartz/simpl/RAMJobStore.removeJob:(Lorg/quartz/JobKey;)Z]
RAMJobStore.removeJobs ( java.util.List jobKeys ) : boolean
[run-time name: org/quartz/simpl/RAMJobStore.removeJobs:(Ljava/util/List;)Z]
RAMJobStore.removeTrigger ( org.quartz.TriggerKey triggerKey ) : boolean
[run-time name: org/quartz/simpl/RAMJobStore.removeTrigger:(Lorg/quartz/TriggerKey;)Z]
RAMJobStore.removeTriggers ( java.util.List triggerKeys ) : boolean
[run-time name: org/quartz/simpl/RAMJobStore.removeTriggers:(Ljava/util/List;)Z]
RAMJobStore.replaceTrigger ( org.quartz.TriggerKey triggerKey, org.quartz.spi.OperableTrigger newTrigger ) : boolean
[run-time name: org/quartz/simpl/RAMJobStore.replaceTrigger:(Lorg/quartz/TriggerKey;Lorg/quartz/spi/OperableTrigger;)Z]
RAMJobStore.resumeAll ( ) : void
[run-time name: org/quartz/simpl/RAMJobStore.resumeAll:()V]
RAMJobStore.resumeJob ( org.quartz.JobKey jobKey ) : void
[run-time name: org/quartz/simpl/RAMJobStore.resumeJob:(Lorg/quartz/JobKey;)V]
RAMJobStore.resumeJobs ( org.quartz.impl.matchers.GroupMatcher matcher ) : java.util.Collection
[run-time name: org/quartz/simpl/RAMJobStore.resumeJobs:(Lorg/quartz/impl/matchers/GroupMatcher;)Ljava/util/Collection;]
RAMJobStore.resumeTrigger ( org.quartz.TriggerKey triggerKey ) : void
[run-time name: org/quartz/simpl/RAMJobStore.resumeTrigger:(Lorg/quartz/TriggerKey;)V]
RAMJobStore.resumeTriggers ( org.quartz.impl.matchers.GroupMatcher matcher ) : java.util.List
[run-time name: org/quartz/simpl/RAMJobStore.resumeTriggers:(Lorg/quartz/impl/matchers/GroupMatcher;)Ljava/util/List;]
RAMJobStore.resumeTriggers ( org.quartz.impl.matchers.GroupMatcher x0 ) : java.util.Collection
[run-time name: org/quartz/simpl/RAMJobStore.resumeTriggers:(Lorg/quartz/impl/matchers/GroupMatcher;)Ljava/util/Collection;]
RAMJobStore.retrieveCalendar ( String calName ) : org.quartz.Calendar
[run-time name: org/quartz/simpl/RAMJobStore.retrieveCalendar:(Ljava/lang/String;)Lorg/quartz/Calendar;]
RAMJobStore.retrieveJob ( org.quartz.JobKey jobKey ) : org.quartz.JobDetail
[run-time name: org/quartz/simpl/RAMJobStore.retrieveJob:(Lorg/quartz/JobKey;)Lorg/quartz/JobDetail;]
RAMJobStore.retrieveTrigger ( org.quartz.TriggerKey triggerKey ) : org.quartz.spi.OperableTrigger
[run-time name: org/quartz/simpl/RAMJobStore.retrieveTrigger:(Lorg/quartz/TriggerKey;)Lorg/quartz/spi/OperableTrigger;]
RAMJobStore.setAllTriggersOfJobToState ( org.quartz.JobKey jobKey, int state ) : void
[run-time name: org/quartz/simpl/RAMJobStore.setAllTriggersOfJobToState:(Lorg/quartz/JobKey;I)V]
RAMJobStore.setThreadPoolSize ( int poolSize ) : void
[run-time name: org/quartz/simpl/RAMJobStore.setThreadPoolSize:(I)V]
RAMJobStore.storeCalendar ( String name, org.quartz.Calendar calendar, boolean replaceExisting, boolean updateTriggers ) : void
[run-time name: org/quartz/simpl/RAMJobStore.storeCalendar:(Ljava/lang/String;Lorg/quartz/Calendar;ZZ)V]
RAMJobStore.storeJob ( org.quartz.JobDetail newJob, boolean replaceExisting ) : void
[run-time name: org/quartz/simpl/RAMJobStore.storeJob:(Lorg/quartz/JobDetail;Z)V]
RAMJobStore.storeJobAndTrigger ( org.quartz.JobDetail newJob, org.quartz.spi.OperableTrigger newTrigger ) : void
[run-time name: org/quartz/simpl/RAMJobStore.storeJobAndTrigger:(Lorg/quartz/JobDetail;Lorg/quartz/spi/OperableTrigger;)V]
RAMJobStore.storeJobsAndTriggers ( java.util.Map triggersAndJobs, boolean replace ) : void
[run-time name: org/quartz/simpl/RAMJobStore.storeJobsAndTriggers:(Ljava/util/Map;Z)V]
RAMJobStore.storeTrigger ( org.quartz.spi.OperableTrigger newTrigger, boolean replaceExisting ) : void
[run-time name: org/quartz/simpl/RAMJobStore.storeTrigger:(Lorg/quartz/spi/OperableTrigger;Z)V]
RAMJobStore.triggeredJobComplete ( org.quartz.spi.OperableTrigger trigger, org.quartz.JobDetail jobDetail, org.quartz.Trigger.CompletedExecutionInstruction triggerInstCode ) : void
[run-time name: org/quartz/simpl/RAMJobStore.triggeredJobComplete:(Lorg/quartz/spi/OperableTrigger;Lorg/quartz/JobDetail;Lorg/quartz/Trigger$CompletedExecutionInstruction;)V]
RAMJobStore.triggersFired ( java.util.List triggers ) : java.util.List
[run-time name: org/quartz/simpl/RAMJobStore.triggersFired:(Ljava/util/List;)Ljava/util/List;]
quartz-all-2.0.2.jar, RemotableQuartzScheduler.class
package org.quartz.core
RemotableQuartzScheduler.addCalendar ( String p1, org.quartz.Calendar p2, boolean p3, boolean p4 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.addCalendar:(Ljava/lang/String;Lorg/quartz/Calendar;ZZ)V]
RemotableQuartzScheduler.addJob ( org.quartz.JobDetail p1, boolean p2 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.addJob:(Lorg/quartz/JobDetail;Z)V]
RemotableQuartzScheduler.checkExists ( org.quartz.JobKey p1 ) [abstract] : boolean
[run-time name: org/quartz/core/RemotableQuartzScheduler.checkExists:(Lorg/quartz/JobKey;)Z]
RemotableQuartzScheduler.checkExists ( org.quartz.TriggerKey p1 ) [abstract] : boolean
[run-time name: org/quartz/core/RemotableQuartzScheduler.checkExists:(Lorg/quartz/TriggerKey;)Z]
RemotableQuartzScheduler.clear ( ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.clear:()V]
RemotableQuartzScheduler.deleteCalendar ( String p1 ) [abstract] : boolean
[run-time name: org/quartz/core/RemotableQuartzScheduler.deleteCalendar:(Ljava/lang/String;)Z]
RemotableQuartzScheduler.deleteJob ( org.quartz.JobKey p1 ) [abstract] : boolean
[run-time name: org/quartz/core/RemotableQuartzScheduler.deleteJob:(Lorg/quartz/JobKey;)Z]
RemotableQuartzScheduler.deleteJobs ( java.util.List p1 ) [abstract] : boolean
[run-time name: org/quartz/core/RemotableQuartzScheduler.deleteJobs:(Ljava/util/List;)Z]
RemotableQuartzScheduler.getCalendar ( String p1 ) [abstract] : org.quartz.Calendar
[run-time name: org/quartz/core/RemotableQuartzScheduler.getCalendar:(Ljava/lang/String;)Lorg/quartz/Calendar;]
RemotableQuartzScheduler.getCalendarNames ( ) [abstract] : java.util.List
[run-time name: org/quartz/core/RemotableQuartzScheduler.getCalendarNames:()Ljava/util/List;]
RemotableQuartzScheduler.getJobDetail ( org.quartz.JobKey p1 ) [abstract] : org.quartz.JobDetail
[run-time name: org/quartz/core/RemotableQuartzScheduler.getJobDetail:(Lorg/quartz/JobKey;)Lorg/quartz/JobDetail;]
RemotableQuartzScheduler.getJobGroupNames ( ) [abstract] : java.util.List
[run-time name: org/quartz/core/RemotableQuartzScheduler.getJobGroupNames:()Ljava/util/List;]
RemotableQuartzScheduler.getJobKeys ( org.quartz.impl.matchers.GroupMatcher p1 ) [abstract] : java.util.Set
[run-time name: org/quartz/core/RemotableQuartzScheduler.getJobKeys:(Lorg/quartz/impl/matchers/GroupMatcher;)Ljava/util/Set;]
RemotableQuartzScheduler.getPausedTriggerGroups ( ) [abstract] : java.util.Set
[run-time name: org/quartz/core/RemotableQuartzScheduler.getPausedTriggerGroups:()Ljava/util/Set;]
RemotableQuartzScheduler.getTrigger ( org.quartz.TriggerKey p1 ) [abstract] : org.quartz.Trigger
[run-time name: org/quartz/core/RemotableQuartzScheduler.getTrigger:(Lorg/quartz/TriggerKey;)Lorg/quartz/Trigger;]
RemotableQuartzScheduler.getTriggerGroupNames ( ) [abstract] : java.util.List
[run-time name: org/quartz/core/RemotableQuartzScheduler.getTriggerGroupNames:()Ljava/util/List;]
RemotableQuartzScheduler.getTriggerKeys ( org.quartz.impl.matchers.GroupMatcher p1 ) [abstract] : java.util.Set
[run-time name: org/quartz/core/RemotableQuartzScheduler.getTriggerKeys:(Lorg/quartz/impl/matchers/GroupMatcher;)Ljava/util/Set;]
RemotableQuartzScheduler.getTriggersOfJob ( org.quartz.JobKey p1 ) [abstract] : java.util.List
[run-time name: org/quartz/core/RemotableQuartzScheduler.getTriggersOfJob:(Lorg/quartz/JobKey;)Ljava/util/List;]
RemotableQuartzScheduler.getTriggerState ( org.quartz.TriggerKey p1 ) [abstract] : org.quartz.Trigger.TriggerState
[run-time name: org/quartz/core/RemotableQuartzScheduler.getTriggerState:(Lorg/quartz/TriggerKey;)Lorg/quartz/Trigger$TriggerState;]
RemotableQuartzScheduler.interrupt ( org.quartz.JobKey p1 ) [abstract] : boolean
[run-time name: org/quartz/core/RemotableQuartzScheduler.interrupt:(Lorg/quartz/JobKey;)Z]
RemotableQuartzScheduler.pauseAll ( ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.pauseAll:()V]
RemotableQuartzScheduler.pauseJob ( org.quartz.JobKey p1 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.pauseJob:(Lorg/quartz/JobKey;)V]
RemotableQuartzScheduler.pauseJobs ( org.quartz.impl.matchers.GroupMatcher p1 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.pauseJobs:(Lorg/quartz/impl/matchers/GroupMatcher;)V]
RemotableQuartzScheduler.pauseTrigger ( org.quartz.TriggerKey p1 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.pauseTrigger:(Lorg/quartz/TriggerKey;)V]
RemotableQuartzScheduler.pauseTriggers ( org.quartz.impl.matchers.GroupMatcher p1 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.pauseTriggers:(Lorg/quartz/impl/matchers/GroupMatcher;)V]
RemotableQuartzScheduler.rescheduleJob ( org.quartz.TriggerKey p1, org.quartz.Trigger p2 ) [abstract] : java.util.Date
[run-time name: org/quartz/core/RemotableQuartzScheduler.rescheduleJob:(Lorg/quartz/TriggerKey;Lorg/quartz/Trigger;)Ljava/util/Date;]
RemotableQuartzScheduler.resumeAll ( ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.resumeAll:()V]
RemotableQuartzScheduler.resumeJob ( org.quartz.JobKey p1 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.resumeJob:(Lorg/quartz/JobKey;)V]
RemotableQuartzScheduler.resumeJobs ( org.quartz.impl.matchers.GroupMatcher p1 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.resumeJobs:(Lorg/quartz/impl/matchers/GroupMatcher;)V]
RemotableQuartzScheduler.resumeTrigger ( org.quartz.TriggerKey p1 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.resumeTrigger:(Lorg/quartz/TriggerKey;)V]
RemotableQuartzScheduler.resumeTriggers ( org.quartz.impl.matchers.GroupMatcher p1 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.resumeTriggers:(Lorg/quartz/impl/matchers/GroupMatcher;)V]
RemotableQuartzScheduler.scheduleJob ( org.quartz.JobDetail p1, org.quartz.Trigger p2 ) [abstract] : java.util.Date
[run-time name: org/quartz/core/RemotableQuartzScheduler.scheduleJob:(Lorg/quartz/JobDetail;Lorg/quartz/Trigger;)Ljava/util/Date;]
RemotableQuartzScheduler.scheduleJob ( org.quartz.Trigger p1 ) [abstract] : java.util.Date
[run-time name: org/quartz/core/RemotableQuartzScheduler.scheduleJob:(Lorg/quartz/Trigger;)Ljava/util/Date;]
RemotableQuartzScheduler.scheduleJobs ( java.util.Map p1, boolean p2 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.scheduleJobs:(Ljava/util/Map;Z)V]
RemotableQuartzScheduler.triggerJob ( org.quartz.JobKey p1, org.quartz.JobDataMap p2 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.triggerJob:(Lorg/quartz/JobKey;Lorg/quartz/JobDataMap;)V]
RemotableQuartzScheduler.triggerJob ( org.quartz.spi.OperableTrigger p1 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.triggerJob:(Lorg/quartz/spi/OperableTrigger;)V]
RemotableQuartzScheduler.unscheduleJob ( org.quartz.TriggerKey p1 ) [abstract] : boolean
[run-time name: org/quartz/core/RemotableQuartzScheduler.unscheduleJob:(Lorg/quartz/TriggerKey;)Z]
RemotableQuartzScheduler.unscheduleJobs ( java.util.List p1 ) [abstract] : boolean
[run-time name: org/quartz/core/RemotableQuartzScheduler.unscheduleJobs:(Ljava/util/List;)Z]
quartz-all-2.0.2.jar, ScheduleBuilder.class
package org.quartz
ScheduleBuilder.build ( ) [abstract] : spi.MutableTrigger
[run-time name: org/quartz/ScheduleBuilder.build:()Lorg/quartz/spi/MutableTrigger;]
ScheduleBuilder.ScheduleBuilder ( )
[run-time name: org/quartz/ScheduleBuilder."<init>":()V]
quartz-all-2.0.2.jar, Scheduler.class
package org.quartz
Scheduler.checkExists ( JobKey p1 ) [abstract] : boolean
[run-time name: org/quartz/Scheduler.checkExists:(Lorg/quartz/JobKey;)Z]
Scheduler.checkExists ( TriggerKey p1 ) [abstract] : boolean
[run-time name: org/quartz/Scheduler.checkExists:(Lorg/quartz/TriggerKey;)Z]
Scheduler.clear ( ) [abstract] : void
[run-time name: org/quartz/Scheduler.clear:()V]
Scheduler.deleteJob ( JobKey p1 ) [abstract] : boolean
[run-time name: org/quartz/Scheduler.deleteJob:(Lorg/quartz/JobKey;)Z]
Scheduler.deleteJobs ( java.util.List p1 ) [abstract] : boolean
[run-time name: org/quartz/Scheduler.deleteJobs:(Ljava/util/List;)Z]
Scheduler.getCalendarNames ( ) [abstract] : java.util.List
[run-time name: org/quartz/Scheduler.getCalendarNames:()Ljava/util/List;]
Scheduler.getJobDetail ( JobKey p1 ) [abstract] : JobDetail
[run-time name: org/quartz/Scheduler.getJobDetail:(Lorg/quartz/JobKey;)Lorg/quartz/JobDetail;]
Scheduler.getJobGroupNames ( ) [abstract] : java.util.List
[run-time name: org/quartz/Scheduler.getJobGroupNames:()Ljava/util/List;]
Scheduler.getJobKeys ( impl.matchers.GroupMatcher p1 ) [abstract] : java.util.Set
[run-time name: org/quartz/Scheduler.getJobKeys:(Lorg/quartz/impl/matchers/GroupMatcher;)Ljava/util/Set;]
Scheduler.getListenerManager ( ) [abstract] : ListenerManager
[run-time name: org/quartz/Scheduler.getListenerManager:()Lorg/quartz/ListenerManager;]
Scheduler.getTrigger ( TriggerKey p1 ) [abstract] : Trigger
[run-time name: org/quartz/Scheduler.getTrigger:(Lorg/quartz/TriggerKey;)Lorg/quartz/Trigger;]
Scheduler.getTriggerGroupNames ( ) [abstract] : java.util.List
[run-time name: org/quartz/Scheduler.getTriggerGroupNames:()Ljava/util/List;]
Scheduler.getTriggerKeys ( impl.matchers.GroupMatcher p1 ) [abstract] : java.util.Set
[run-time name: org/quartz/Scheduler.getTriggerKeys:(Lorg/quartz/impl/matchers/GroupMatcher;)Ljava/util/Set;]
Scheduler.getTriggersOfJob ( JobKey p1 ) [abstract] : java.util.List
[run-time name: org/quartz/Scheduler.getTriggersOfJob:(Lorg/quartz/JobKey;)Ljava/util/List;]
Scheduler.getTriggerState ( TriggerKey p1 ) [abstract] : Trigger.TriggerState
[run-time name: org/quartz/Scheduler.getTriggerState:(Lorg/quartz/TriggerKey;)Lorg/quartz/Trigger$TriggerState;]
Scheduler.interrupt ( JobKey p1 ) [abstract] : boolean
[run-time name: org/quartz/Scheduler.interrupt:(Lorg/quartz/JobKey;)Z]
Scheduler.pauseJob ( JobKey p1 ) [abstract] : void
[run-time name: org/quartz/Scheduler.pauseJob:(Lorg/quartz/JobKey;)V]
Scheduler.pauseJobs ( impl.matchers.GroupMatcher p1 ) [abstract] : void
[run-time name: org/quartz/Scheduler.pauseJobs:(Lorg/quartz/impl/matchers/GroupMatcher;)V]
Scheduler.pauseTrigger ( TriggerKey p1 ) [abstract] : void
[run-time name: org/quartz/Scheduler.pauseTrigger:(Lorg/quartz/TriggerKey;)V]
Scheduler.pauseTriggers ( impl.matchers.GroupMatcher p1 ) [abstract] : void
[run-time name: org/quartz/Scheduler.pauseTriggers:(Lorg/quartz/impl/matchers/GroupMatcher;)V]
Scheduler.rescheduleJob ( TriggerKey p1, Trigger p2 ) [abstract] : java.util.Date
[run-time name: org/quartz/Scheduler.rescheduleJob:(Lorg/quartz/TriggerKey;Lorg/quartz/Trigger;)Ljava/util/Date;]
Scheduler.resumeJob ( JobKey p1 ) [abstract] : void
[run-time name: org/quartz/Scheduler.resumeJob:(Lorg/quartz/JobKey;)V]
Scheduler.resumeJobs ( impl.matchers.GroupMatcher p1 ) [abstract] : void
[run-time name: org/quartz/Scheduler.resumeJobs:(Lorg/quartz/impl/matchers/GroupMatcher;)V]
Scheduler.resumeTrigger ( TriggerKey p1 ) [abstract] : void
[run-time name: org/quartz/Scheduler.resumeTrigger:(Lorg/quartz/TriggerKey;)V]
Scheduler.resumeTriggers ( impl.matchers.GroupMatcher p1 ) [abstract] : void
[run-time name: org/quartz/Scheduler.resumeTriggers:(Lorg/quartz/impl/matchers/GroupMatcher;)V]
Scheduler.scheduleJobs ( java.util.Map p1, boolean p2 ) [abstract] : void
[run-time name: org/quartz/Scheduler.scheduleJobs:(Ljava/util/Map;Z)V]
Scheduler.triggerJob ( JobKey p1 ) [abstract] : void
[run-time name: org/quartz/Scheduler.triggerJob:(Lorg/quartz/JobKey;)V]
Scheduler.triggerJob ( JobKey p1, JobDataMap p2 ) [abstract] : void
[run-time name: org/quartz/Scheduler.triggerJob:(Lorg/quartz/JobKey;Lorg/quartz/JobDataMap;)V]
Scheduler.unscheduleJob ( TriggerKey p1 ) [abstract] : boolean
[run-time name: org/quartz/Scheduler.unscheduleJob:(Lorg/quartz/TriggerKey;)Z]
Scheduler.unscheduleJobs ( java.util.List p1 ) [abstract] : boolean
[run-time name: org/quartz/Scheduler.unscheduleJobs:(Ljava/util/List;)Z]
quartz-all-2.0.2.jar, SchedulerListener.class
package org.quartz
SchedulerListener.jobDeleted ( JobKey p1 ) [abstract] : void
[run-time name: org/quartz/SchedulerListener.jobDeleted:(Lorg/quartz/JobKey;)V]
SchedulerListener.jobPaused ( JobKey p1 ) [abstract] : void
[run-time name: org/quartz/SchedulerListener.jobPaused:(Lorg/quartz/JobKey;)V]
SchedulerListener.jobResumed ( JobKey p1 ) [abstract] : void
[run-time name: org/quartz/SchedulerListener.jobResumed:(Lorg/quartz/JobKey;)V]
SchedulerListener.jobsPaused ( String p1 ) [abstract] : void
[run-time name: org/quartz/SchedulerListener.jobsPaused:(Ljava/lang/String;)V]
SchedulerListener.jobsResumed ( String p1 ) [abstract] : void
[run-time name: org/quartz/SchedulerListener.jobsResumed:(Ljava/lang/String;)V]
SchedulerListener.jobUnscheduled ( TriggerKey p1 ) [abstract] : void
[run-time name: org/quartz/SchedulerListener.jobUnscheduled:(Lorg/quartz/TriggerKey;)V]
SchedulerListener.schedulingDataCleared ( ) [abstract] : void
[run-time name: org/quartz/SchedulerListener.schedulingDataCleared:()V]
SchedulerListener.triggerPaused ( TriggerKey p1 ) [abstract] : void
[run-time name: org/quartz/SchedulerListener.triggerPaused:(Lorg/quartz/TriggerKey;)V]
SchedulerListener.triggerResumed ( TriggerKey p1 ) [abstract] : void
[run-time name: org/quartz/SchedulerListener.triggerResumed:(Lorg/quartz/TriggerKey;)V]
SchedulerListener.triggersPaused ( String p1 ) [abstract] : void
[run-time name: org/quartz/SchedulerListener.triggersPaused:(Ljava/lang/String;)V]
SchedulerListener.triggersResumed ( String p1 ) [abstract] : void
[run-time name: org/quartz/SchedulerListener.triggersResumed:(Ljava/lang/String;)V]
quartz-all-2.0.2.jar, SchedulerListenerSupport.class
package org.quartz.listeners
SchedulerListenerSupport.jobDeleted ( org.quartz.JobKey jobKey ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.jobDeleted:(Lorg/quartz/JobKey;)V]
SchedulerListenerSupport.jobPaused ( org.quartz.JobKey jobKey ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.jobPaused:(Lorg/quartz/JobKey;)V]
SchedulerListenerSupport.jobResumed ( org.quartz.JobKey jobKey ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.jobResumed:(Lorg/quartz/JobKey;)V]
SchedulerListenerSupport.jobsPaused ( String jobGroup ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.jobsPaused:(Ljava/lang/String;)V]
SchedulerListenerSupport.jobsResumed ( String jobGroup ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.jobsResumed:(Ljava/lang/String;)V]
SchedulerListenerSupport.jobUnscheduled ( org.quartz.TriggerKey triggerKey ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.jobUnscheduled:(Lorg/quartz/TriggerKey;)V]
SchedulerListenerSupport.schedulingDataCleared ( ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.schedulingDataCleared:()V]
SchedulerListenerSupport.triggerPaused ( org.quartz.TriggerKey triggerKey ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.triggerPaused:(Lorg/quartz/TriggerKey;)V]
SchedulerListenerSupport.triggerResumed ( org.quartz.TriggerKey triggerKey ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.triggerResumed:(Lorg/quartz/TriggerKey;)V]
SchedulerListenerSupport.triggersPaused ( String triggerGroup ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.triggersPaused:(Ljava/lang/String;)V]
SchedulerListenerSupport.triggersResumed ( String triggerGroup ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.triggersResumed:(Ljava/lang/String;)V]
quartz-all-2.0.2.jar, SchedulerSignaler.class
package org.quartz.spi
SchedulerSignaler.notifySchedulerListenersJobDeleted ( org.quartz.JobKey p1 ) [abstract] : void
[run-time name: org/quartz/spi/SchedulerSignaler.notifySchedulerListenersJobDeleted:(Lorg/quartz/JobKey;)V]
quartz-all-2.0.2.jar, SchedulerSignalerImpl.class
package org.quartz.core
SchedulerSignalerImpl.notifySchedulerListenersJobDeleted ( org.quartz.JobKey jobKey ) : void
[run-time name: org/quartz/core/SchedulerSignalerImpl.notifySchedulerListenersJobDeleted:(Lorg/quartz/JobKey;)V]
quartz-all-2.0.2.jar, SimpleJobFactory.class
package org.quartz.simpl
SimpleJobFactory.newJob ( org.quartz.spi.TriggerFiredBundle bundle, org.quartz.Scheduler Scheduler ) : org.quartz.Job
[run-time name: org/quartz/simpl/SimpleJobFactory.newJob:(Lorg/quartz/spi/TriggerFiredBundle;Lorg/quartz/Scheduler;)Lorg/quartz/Job;]
quartz-all-2.0.2.jar, SimpleScheduleBuilder.class
package org.quartz
SimpleScheduleBuilder.build ( ) : spi.MutableTrigger
[run-time name: org/quartz/SimpleScheduleBuilder.build:()Lorg/quartz/spi/MutableTrigger;]
SimpleScheduleBuilder.repeatForever ( ) : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.repeatForever:()Lorg/quartz/SimpleScheduleBuilder;]
SimpleScheduleBuilder.repeatHourlyForever ( ) [static] : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.repeatHourlyForever:()Lorg/quartz/SimpleScheduleBuilder;]
SimpleScheduleBuilder.repeatHourlyForever ( int hours ) [static] : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.repeatHourlyForever:(I)Lorg/quartz/SimpleScheduleBuilder;]
SimpleScheduleBuilder.repeatHourlyForTotalCount ( int count ) [static] : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.repeatHourlyForTotalCount:(I)Lorg/quartz/SimpleScheduleBuilder;]
SimpleScheduleBuilder.repeatHourlyForTotalCount ( int count, int hours ) [static] : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.repeatHourlyForTotalCount:(II)Lorg/quartz/SimpleScheduleBuilder;]
SimpleScheduleBuilder.repeatMinutelyForever ( ) [static] : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.repeatMinutelyForever:()Lorg/quartz/SimpleScheduleBuilder;]
SimpleScheduleBuilder.repeatMinutelyForever ( int minutes ) [static] : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.repeatMinutelyForever:(I)Lorg/quartz/SimpleScheduleBuilder;]
SimpleScheduleBuilder.repeatMinutelyForTotalCount ( int count ) [static] : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.repeatMinutelyForTotalCount:(I)Lorg/quartz/SimpleScheduleBuilder;]
SimpleScheduleBuilder.repeatMinutelyForTotalCount ( int count, int minutes ) [static] : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.repeatMinutelyForTotalCount:(II)Lorg/quartz/SimpleScheduleBuilder;]
SimpleScheduleBuilder.repeatSecondlyForever ( ) [static] : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.repeatSecondlyForever:()Lorg/quartz/SimpleScheduleBuilder;]
SimpleScheduleBuilder.repeatSecondlyForever ( int seconds ) [static] : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.repeatSecondlyForever:(I)Lorg/quartz/SimpleScheduleBuilder;]
SimpleScheduleBuilder.repeatSecondlyForTotalCount ( int count ) [static] : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.repeatSecondlyForTotalCount:(I)Lorg/quartz/SimpleScheduleBuilder;]
SimpleScheduleBuilder.repeatSecondlyForTotalCount ( int count, int seconds ) [static] : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.repeatSecondlyForTotalCount:(II)Lorg/quartz/SimpleScheduleBuilder;]
SimpleScheduleBuilder.simpleSchedule ( ) [static] : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.simpleSchedule:()Lorg/quartz/SimpleScheduleBuilder;]
SimpleScheduleBuilder.withIntervalInHours ( int intervalInHours ) : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.withIntervalInHours:(I)Lorg/quartz/SimpleScheduleBuilder;]
SimpleScheduleBuilder.withIntervalInMilliseconds ( long intervalInMillis ) : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.withIntervalInMilliseconds:(J)Lorg/quartz/SimpleScheduleBuilder;]
SimpleScheduleBuilder.withIntervalInMinutes ( int intervalInMinutes ) : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.withIntervalInMinutes:(I)Lorg/quartz/SimpleScheduleBuilder;]
SimpleScheduleBuilder.withIntervalInSeconds ( int intervalInSeconds ) : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.withIntervalInSeconds:(I)Lorg/quartz/SimpleScheduleBuilder;]
SimpleScheduleBuilder.withMisfireHandlingInstructionFireNow ( ) : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.withMisfireHandlingInstructionFireNow:()Lorg/quartz/SimpleScheduleBuilder;]
SimpleScheduleBuilder.withMisfireHandlingInstructionIgnoreMisfires ( ) : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.withMisfireHandlingInstructionIgnoreMisfires:()Lorg/quartz/SimpleScheduleBuilder;]
SimpleScheduleBuilder.withMisfireHandlingInstructionNextWithExistingCount ( ) : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.withMisfireHandlingInstructionNextWithExistingCount:()Lorg/quartz/SimpleScheduleBuilder;]
SimpleScheduleBuilder.withMisfireHandlingInstructionNextWithRemainingCount ( ) : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.withMisfireHandlingInstructionNextWithRemainingCount:()Lorg/quartz/SimpleScheduleBuilder;]
SimpleScheduleBuilder.withMisfireHandlingInstructionNowWithExistingCount ( ) : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.withMisfireHandlingInstructionNowWithExistingCount:()Lorg/quartz/SimpleScheduleBuilder;]
SimpleScheduleBuilder.withMisfireHandlingInstructionNowWithRemainingCount ( ) : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.withMisfireHandlingInstructionNowWithRemainingCount:()Lorg/quartz/SimpleScheduleBuilder;]
SimpleScheduleBuilder.withRepeatCount ( int repeatCount ) : SimpleScheduleBuilder
[run-time name: org/quartz/SimpleScheduleBuilder.withRepeatCount:(I)Lorg/quartz/SimpleScheduleBuilder;]
quartz-all-2.0.2.jar, SimpleTrigger.class
package org.quartz
SimpleTrigger.getTriggerBuilder ( ) [abstract] : TriggerBuilder
[run-time name: org/quartz/SimpleTrigger.getTriggerBuilder:()Lorg/quartz/TriggerBuilder;]
quartz-all-2.0.2.jar, SimpleTriggerSupport.class
package org.quartz.core.jmx
SimpleTriggerSupport.getItemDescriptions ( ) [static] : String[ ]
[run-time name: org/quartz/core/jmx/SimpleTriggerSupport.getItemDescriptions:()[Ljava/lang/String;]
SimpleTriggerSupport.getItemNames ( ) [static] : String[ ]
[run-time name: org/quartz/core/jmx/SimpleTriggerSupport.getItemNames:()[Ljava/lang/String;]
SimpleTriggerSupport.getItemTypes ( ) [static] : javax.management.openmbean.OpenType[ ]
[run-time name: org/quartz/core/jmx/SimpleTriggerSupport.getItemTypes:()[Ljavax/management/openmbean/OpenType;]
SimpleTriggerSupport.newTrigger ( java.util.Map attrMap ) [static] : org.quartz.spi.OperableTrigger
[run-time name: org/quartz/core/jmx/SimpleTriggerSupport.newTrigger:(Ljava/util/Map;)Lorg/quartz/spi/OperableTrigger;]
SimpleTriggerSupport.newTrigger ( javax.management.openmbean.CompositeData cData ) [static] : org.quartz.spi.OperableTrigger
[run-time name: org/quartz/core/jmx/SimpleTriggerSupport.newTrigger:(Ljavax/management/openmbean/CompositeData;)Lorg/quartz/spi/OperableTrigger;]
SimpleTriggerSupport.SimpleTriggerSupport ( )
[run-time name: org/quartz/core/jmx/SimpleTriggerSupport."<init>":()V]
SimpleTriggerSupport.toCompositeData ( org.quartz.SimpleTrigger trigger ) [static] : javax.management.openmbean.CompositeData
[run-time name: org/quartz/core/jmx/SimpleTriggerSupport.toCompositeData:(Lorg/quartz/SimpleTrigger;)Ljavax/management/openmbean/CompositeData;]
SimpleTriggerSupport.toTabularData ( java.util.List triggers ) [static] : javax.management.openmbean.TabularData
[run-time name: org/quartz/core/jmx/SimpleTriggerSupport.toTabularData:(Ljava/util/List;)Ljavax/management/openmbean/TabularData;]
quartz-all-2.0.2.jar, StringKeyDirtyFlagMap.class
package org.quartz.utils
StringKeyDirtyFlagMap.equals ( Object obj ) : boolean
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap.equals:(Ljava/lang/Object;)Z]
StringKeyDirtyFlagMap.hashCode ( ) : int
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap.hashCode:()I]
quartz-all-2.0.2.jar, Trigger.class
package org.quartz
Trigger.compareTo ( Trigger p1 ) [abstract] : int
[run-time name: org/quartz/Trigger.compareTo:(Lorg/quartz/Trigger;)I]
Trigger.getJobKey ( ) [abstract] : JobKey
[run-time name: org/quartz/Trigger.getJobKey:()Lorg/quartz/JobKey;]
Trigger.getKey ( ) [abstract] : TriggerKey
[run-time name: org/quartz/Trigger.getKey:()Lorg/quartz/TriggerKey;]
Trigger.getScheduleBuilder ( ) [abstract] : ScheduleBuilder
[run-time name: org/quartz/Trigger.getScheduleBuilder:()Lorg/quartz/ScheduleBuilder;]
Trigger.getTriggerBuilder ( ) [abstract] : TriggerBuilder
[run-time name: org/quartz/Trigger.getTriggerBuilder:()Lorg/quartz/TriggerBuilder;]
quartz-all-2.0.2.jar, TriggerBuilder.class
package org.quartz
TriggerBuilder.build ( ) : Trigger
[run-time name: org/quartz/TriggerBuilder.build:()Lorg/quartz/Trigger;]
TriggerBuilder.endAt ( java.util.Date endTime ) : TriggerBuilder
[run-time name: org/quartz/TriggerBuilder.endAt:(Ljava/util/Date;)Lorg/quartz/TriggerBuilder;]
TriggerBuilder.forJob ( JobDetail jobDetail ) : TriggerBuilder
[run-time name: org/quartz/TriggerBuilder.forJob:(Lorg/quartz/JobDetail;)Lorg/quartz/TriggerBuilder;]
TriggerBuilder.forJob ( JobKey jobKey ) : TriggerBuilder
[run-time name: org/quartz/TriggerBuilder.forJob:(Lorg/quartz/JobKey;)Lorg/quartz/TriggerBuilder;]
TriggerBuilder.forJob ( String jobName ) : TriggerBuilder
[run-time name: org/quartz/TriggerBuilder.forJob:(Ljava/lang/String;)Lorg/quartz/TriggerBuilder;]
TriggerBuilder.forJob ( String jobName, String jobGroup ) : TriggerBuilder
[run-time name: org/quartz/TriggerBuilder.forJob:(Ljava/lang/String;Ljava/lang/String;)Lorg/quartz/TriggerBuilder;]
TriggerBuilder.modifiedByCalendar ( String calendarName ) : TriggerBuilder
[run-time name: org/quartz/TriggerBuilder.modifiedByCalendar:(Ljava/lang/String;)Lorg/quartz/TriggerBuilder;]
TriggerBuilder.newTrigger ( ) [static] : TriggerBuilder
[run-time name: org/quartz/TriggerBuilder.newTrigger:()Lorg/quartz/TriggerBuilder;]
TriggerBuilder.startAt ( java.util.Date startTime ) : TriggerBuilder
[run-time name: org/quartz/TriggerBuilder.startAt:(Ljava/util/Date;)Lorg/quartz/TriggerBuilder;]
TriggerBuilder.startNow ( ) : TriggerBuilder
[run-time name: org/quartz/TriggerBuilder.startNow:()Lorg/quartz/TriggerBuilder;]
TriggerBuilder.usingJobData ( JobDataMap newJobDataMap ) : TriggerBuilder
[run-time name: org/quartz/TriggerBuilder.usingJobData:(Lorg/quartz/JobDataMap;)Lorg/quartz/TriggerBuilder;]
TriggerBuilder.usingJobData ( String key, Boolean value ) : TriggerBuilder
[run-time name: org/quartz/TriggerBuilder.usingJobData:(Ljava/lang/String;Ljava/lang/Boolean;)Lorg/quartz/TriggerBuilder;]
TriggerBuilder.usingJobData ( String key, Double value ) : TriggerBuilder
[run-time name: org/quartz/TriggerBuilder.usingJobData:(Ljava/lang/String;Ljava/lang/Double;)Lorg/quartz/TriggerBuilder;]
TriggerBuilder.usingJobData ( String key, Float value ) : TriggerBuilder
[run-time name: org/quartz/TriggerBuilder.usingJobData:(Ljava/lang/String;Ljava/lang/Float;)Lorg/quartz/TriggerBuilder;]
TriggerBuilder.usingJobData ( String key, Integer value ) : TriggerBuilder
[run-time name: org/quartz/TriggerBuilder.usingJobData:(Ljava/lang/String;Ljava/lang/Integer;)Lorg/quartz/TriggerBuilder;]
TriggerBuilder.usingJobData ( String key, Long value ) : TriggerBuilder
[run-time name: org/quartz/TriggerBuilder.usingJobData:(Ljava/lang/String;Ljava/lang/Long;)Lorg/quartz/TriggerBuilder;]
TriggerBuilder.usingJobData ( String key, String value ) : TriggerBuilder
[run-time name: org/quartz/TriggerBuilder.usingJobData:(Ljava/lang/String;Ljava/lang/String;)Lorg/quartz/TriggerBuilder;]
TriggerBuilder.withDescription ( String description ) : TriggerBuilder
[run-time name: org/quartz/TriggerBuilder.withDescription:(Ljava/lang/String;)Lorg/quartz/TriggerBuilder;]
TriggerBuilder.withIdentity ( TriggerKey key ) : TriggerBuilder
[run-time name: org/quartz/TriggerBuilder.withIdentity:(Lorg/quartz/TriggerKey;)Lorg/quartz/TriggerBuilder;]
TriggerBuilder.withIdentity ( String name ) : TriggerBuilder
[run-time name: org/quartz/TriggerBuilder.withIdentity:(Ljava/lang/String;)Lorg/quartz/TriggerBuilder;]
TriggerBuilder.withIdentity ( String name, String group ) : TriggerBuilder
[run-time name: org/quartz/TriggerBuilder.withIdentity:(Ljava/lang/String;Ljava/lang/String;)Lorg/quartz/TriggerBuilder;]
TriggerBuilder.withPriority ( int priority ) : TriggerBuilder
[run-time name: org/quartz/TriggerBuilder.withPriority:(I)Lorg/quartz/TriggerBuilder;]
TriggerBuilder.withSchedule ( ScheduleBuilder scheduleBuilder ) : TriggerBuilder
[run-time name: org/quartz/TriggerBuilder.withSchedule:(Lorg/quartz/ScheduleBuilder;)Lorg/quartz/TriggerBuilder;]
quartz-all-2.0.2.jar, TriggerFiredBundle.class
package org.quartz.spi
TriggerFiredBundle.getTrigger ( ) : OperableTrigger
[run-time name: org/quartz/spi/TriggerFiredBundle.getTrigger:()Lorg/quartz/spi/OperableTrigger;]
TriggerFiredBundle.TriggerFiredBundle ( org.quartz.JobDetail job, OperableTrigger trigger, org.quartz.Calendar cal, boolean jobIsRecovering, java.util.Date fireTime, java.util.Date scheduledFireTime, java.util.Date prevFireTime, java.util.Date nextFireTime )
[run-time name: org/quartz/spi/TriggerFiredBundle."<init>":(Lorg/quartz/JobDetail;Lorg/quartz/spi/OperableTrigger;Lorg/quartz/Calendar;ZLjava/util/Date;Ljava/util/Date;Ljava/util/Date;Ljava/util/Date;)V]
quartz-all-2.0.2.jar, TriggerFiredResult.class
package org.quartz.spi
TriggerFiredResult.getException ( ) : Exception
[run-time name: org/quartz/spi/TriggerFiredResult.getException:()Ljava/lang/Exception;]
TriggerFiredResult.getTriggerFiredBundle ( ) : TriggerFiredBundle
[run-time name: org/quartz/spi/TriggerFiredResult.getTriggerFiredBundle:()Lorg/quartz/spi/TriggerFiredBundle;]
TriggerFiredResult.TriggerFiredResult ( Exception exception )
[run-time name: org/quartz/spi/TriggerFiredResult."<init>":(Ljava/lang/Exception;)V]
TriggerFiredResult.TriggerFiredResult ( TriggerFiredBundle triggerFiredBundle )
[run-time name: org/quartz/spi/TriggerFiredResult."<init>":(Lorg/quartz/spi/TriggerFiredBundle;)V]
quartz-all-2.0.2.jar, TriggerKey.class
package org.quartz
TriggerKey.TriggerKey ( String name )
[run-time name: org/quartz/TriggerKey."<init>":(Ljava/lang/String;)V]
TriggerKey.triggerKey ( String name ) [static] : TriggerKey
[run-time name: org/quartz/TriggerKey.triggerKey:(Ljava/lang/String;)Lorg/quartz/TriggerKey;]
TriggerKey.TriggerKey ( String name, String group )
[run-time name: org/quartz/TriggerKey."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
TriggerKey.triggerKey ( String name, String group ) [static] : TriggerKey
[run-time name: org/quartz/TriggerKey.triggerKey:(Ljava/lang/String;Ljava/lang/String;)Lorg/quartz/TriggerKey;]
quartz-all-2.0.2.jar, TriggerListener.class
package org.quartz
TriggerListener.triggerComplete ( Trigger p1, JobExecutionContext p2, Trigger.CompletedExecutionInstruction p3 ) [abstract] : void
[run-time name: org/quartz/TriggerListener.triggerComplete:(Lorg/quartz/Trigger;Lorg/quartz/JobExecutionContext;Lorg/quartz/Trigger$CompletedExecutionInstruction;)V]
quartz-all-2.0.2.jar, TriggerListenerSupport.class
package org.quartz.listeners
TriggerListenerSupport.triggerComplete ( org.quartz.Trigger trigger, org.quartz.JobExecutionContext context, org.quartz.Trigger.CompletedExecutionInstruction triggerInstructionCode ) : void
[run-time name: org/quartz/listeners/TriggerListenerSupport.triggerComplete:(Lorg/quartz/Trigger;Lorg/quartz/JobExecutionContext;Lorg/quartz/Trigger$CompletedExecutionInstruction;)V]
quartz-all-2.0.2.jar, TriggerState.class
package org.quartz
Trigger.TriggerState.valueOf ( String name ) [static] : Trigger.TriggerState
[run-time name: org/quartz/Trigger.TriggerState.valueOf:(Ljava/lang/String;)Lorg/quartz/Trigger$TriggerState;]
Trigger.TriggerState.values ( ) [static] : Trigger.TriggerState[ ]
[run-time name: org/quartz/Trigger.TriggerState.values:()[Lorg/quartz/Trigger$TriggerState;]
quartz-all-2.0.2.jar, TriggerSupport.class
package org.quartz.core.jmx
TriggerSupport.getIndexNames ( ) : String[ ]
[run-time name: org/quartz/core/jmx/TriggerSupport.getIndexNames:()[Ljava/lang/String;]
TriggerSupport.getItemDescriptions ( ) [static] : String[ ]
[run-time name: org/quartz/core/jmx/TriggerSupport.getItemDescriptions:()[Ljava/lang/String;]
TriggerSupport.getItemNames ( ) [static] : String[ ]
[run-time name: org/quartz/core/jmx/TriggerSupport.getItemNames:()[Ljava/lang/String;]
TriggerSupport.getItemTypes ( ) [static] : javax.management.openmbean.OpenType[ ]
[run-time name: org/quartz/core/jmx/TriggerSupport.getItemTypes:()[Ljavax/management/openmbean/OpenType;]
TriggerSupport.initializeTrigger ( org.quartz.spi.MutableTrigger trigger, java.util.Map attrMap ) [static] : void
[run-time name: org/quartz/core/jmx/TriggerSupport.initializeTrigger:(Lorg/quartz/spi/MutableTrigger;Ljava/util/Map;)V]
TriggerSupport.initializeTrigger ( org.quartz.spi.MutableTrigger trigger, javax.management.openmbean.CompositeData cData ) [static] : void
[run-time name: org/quartz/core/jmx/TriggerSupport.initializeTrigger:(Lorg/quartz/spi/MutableTrigger;Ljavax/management/openmbean/CompositeData;)V]
TriggerSupport.newTrigger ( java.util.Map attrMap ) [static] : org.quartz.spi.OperableTrigger
[run-time name: org/quartz/core/jmx/TriggerSupport.newTrigger:(Ljava/util/Map;)Lorg/quartz/spi/OperableTrigger;]
TriggerSupport.newTrigger ( javax.management.openmbean.CompositeData cData ) [static] : org.quartz.spi.OperableTrigger
[run-time name: org/quartz/core/jmx/TriggerSupport.newTrigger:(Ljavax/management/openmbean/CompositeData;)Lorg/quartz/spi/OperableTrigger;]
TriggerSupport.toCompositeList ( java.util.List triggers ) [static] : java.util.List
[run-time name: org/quartz/core/jmx/TriggerSupport.toCompositeList:(Ljava/util/List;)Ljava/util/List;]
TriggerSupport.toTabularData ( java.util.List triggers ) [static] : javax.management.openmbean.TabularData
[run-time name: org/quartz/core/jmx/TriggerSupport.toTabularData:(Ljava/util/List;)Ljavax/management/openmbean/TabularData;]
quartz-all-2.0.2.jar, TriggerTimeComparator.class
package org.quartz
Trigger.TriggerTimeComparator.compare ( Object x0, Object x1 ) : int
[run-time name: org/quartz/Trigger.TriggerTimeComparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I]
Trigger.TriggerTimeComparator.compare ( Trigger trig1, Trigger trig2 ) : int
[run-time name: org/quartz/Trigger.TriggerTimeComparator.compare:(Lorg/quartz/Trigger;Lorg/quartz/Trigger;)I]
Trigger.TriggerTimeComparator.Trigger.TriggerTimeComparator ( )
[run-time name: org/quartz/Trigger.TriggerTimeComparator."<init>":()V]
quartz-all-2.0.2.jar, TriggerUtils.class
package org.quartz
TriggerUtils.computeEndTimeToAllowParticularNumberOfFirings ( spi.OperableTrigger trigg, Calendar cal, int numTimes ) [static] : java.util.Date
[run-time name: org/quartz/TriggerUtils.computeEndTimeToAllowParticularNumberOfFirings:(Lorg/quartz/spi/OperableTrigger;Lorg/quartz/Calendar;I)Ljava/util/Date;]
TriggerUtils.computeFireTimes ( spi.OperableTrigger trigg, Calendar cal, int numTimes ) [static] : java.util.List
[run-time name: org/quartz/TriggerUtils.computeFireTimes:(Lorg/quartz/spi/OperableTrigger;Lorg/quartz/Calendar;I)Ljava/util/List;]
TriggerUtils.computeFireTimesBetween ( spi.OperableTrigger trigg, Calendar cal, java.util.Date from, java.util.Date to ) [static] : java.util.List
[run-time name: org/quartz/TriggerUtils.computeFireTimesBetween:(Lorg/quartz/spi/OperableTrigger;Lorg/quartz/Calendar;Ljava/util/Date;Ljava/util/Date;)Ljava/util/List;]
quartz-backward-compat-2.0.2.jar, DateIntervalTrigger.class
package org.quartz
DateIntervalTrigger.getScheduleBuilder ( ) : ScheduleBuilder
[run-time name: org/quartz/DateIntervalTrigger.getScheduleBuilder:()Lorg/quartz/ScheduleBuilder;]
quartz-backward-compat-2.0.2.jar, NthIncludedDayTrigger.class
package org.quartz
NthIncludedDayTrigger.getScheduleBuilder ( ) : ScheduleBuilder
[run-time name: org/quartz/NthIncludedDayTrigger.getScheduleBuilder:()Lorg/quartz/ScheduleBuilder;]
NthIncludedDayTrigger.setNextFireTime ( java.util.Date nextFireTime ) : void
[run-time name: org/quartz/NthIncludedDayTrigger.setNextFireTime:(Ljava/util/Date;)V]
NthIncludedDayTrigger.setPreviousFireTime ( java.util.Date previousFireTime ) : void
[run-time name: org/quartz/NthIncludedDayTrigger.setPreviousFireTime:(Ljava/util/Date;)V]
quartz-commonj-2.0.2.jar, WorkManagerThreadExecutor.class
package org.quartz.commonj
WorkManagerThreadExecutor.execute ( Thread thread ) : void
[run-time name: org/quartz/commonj/WorkManagerThreadExecutor.execute:(Ljava/lang/Thread;)V]
WorkManagerThreadExecutor.initialize ( ) : void
[run-time name: org/quartz/commonj/WorkManagerThreadExecutor.initialize:()V]
WorkManagerThreadExecutor.setWorkManagerName ( String workManagerName ) : void
[run-time name: org/quartz/commonj/WorkManagerThreadExecutor.setWorkManagerName:(Ljava/lang/String;)V]
WorkManagerThreadExecutor.WorkManagerThreadExecutor ( )
[run-time name: org/quartz/commonj/WorkManagerThreadExecutor."<init>":()V]
to the top
Removed Methods (640)
quartz-all-1.8.6.jar, BroadcastSchedulerListener.class
package org.quartz.listeners
BroadcastSchedulerListener.jobDeleted ( String jobName, String groupName ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.jobDeleted:(Ljava/lang/String;Ljava/lang/String;)V]
BroadcastSchedulerListener.jobsPaused ( String jobName, String jobGroup ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.jobsPaused:(Ljava/lang/String;Ljava/lang/String;)V]
BroadcastSchedulerListener.jobsResumed ( String jobName, String jobGroup ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.jobsResumed:(Ljava/lang/String;Ljava/lang/String;)V]
BroadcastSchedulerListener.jobUnscheduled ( String triggerName, String triggerGroup ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.jobUnscheduled:(Ljava/lang/String;Ljava/lang/String;)V]
BroadcastSchedulerListener.triggersPaused ( String triggerName, String triggerGroup ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.triggersPaused:(Ljava/lang/String;Ljava/lang/String;)V]
BroadcastSchedulerListener.triggersResumed ( String triggerName, String triggerGroup ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.triggersResumed:(Ljava/lang/String;Ljava/lang/String;)V]
quartz-all-1.8.6.jar, CriticalSchedulerException.class
package org.quartz
CriticalSchedulerException.CriticalSchedulerException ( String msg, int errCode )
[run-time name: org/quartz/CriticalSchedulerException."<init>":(Ljava/lang/String;I)V]
quartz-all-1.8.6.jar, CronTrigger.class
package org.quartz
CronTrigger.clone ( ) : Object
[run-time name: org/quartz/CronTrigger.clone:()Ljava/lang/Object;]
CronTrigger.computeFirstFireTime ( Calendar calendar ) : java.util.Date
[run-time name: org/quartz/CronTrigger.computeFirstFireTime:(Lorg/quartz/Calendar;)Ljava/util/Date;]
CronTrigger.CronTrigger ( )
[run-time name: org/quartz/CronTrigger."<init>":()V]
CronTrigger.CronTrigger ( String name )
[run-time name: org/quartz/CronTrigger."<init>":(Ljava/lang/String;)V]
CronTrigger.CronTrigger ( String name, String group )
[run-time name: org/quartz/CronTrigger."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
CronTrigger.CronTrigger ( String name, String group, String cronExpression )
[run-time name: org/quartz/CronTrigger."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
CronTrigger.CronTrigger ( String name, String group, String jobName, String jobGroup )
[run-time name: org/quartz/CronTrigger."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
CronTrigger.CronTrigger ( String name, String group, String jobName, String jobGroup, java.util.Date startTime, java.util.Date endTime, String cronExpression )
[run-time name: org/quartz/CronTrigger."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Date;Ljava/util/Date;Ljava/lang/String;)V]
CronTrigger.CronTrigger ( String name, String group, String jobName, String jobGroup, java.util.Date startTime, java.util.Date endTime, String cronExpression, java.util.TimeZone timeZone )
[run-time name: org/quartz/CronTrigger."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Date;Ljava/util/Date;Ljava/lang/String;Ljava/util/TimeZone;)V]
CronTrigger.CronTrigger ( String name, String group, String jobName, String jobGroup, String cronExpression )
[run-time name: org/quartz/CronTrigger."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
CronTrigger.CronTrigger ( String name, String group, String jobName, String jobGroup, String cronExpression, java.util.TimeZone timeZone )
[run-time name: org/quartz/CronTrigger."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/TimeZone;)V]
CronTrigger.executionComplete ( JobExecutionContext context, JobExecutionException result ) : int
[run-time name: org/quartz/CronTrigger.executionComplete:(Lorg/quartz/JobExecutionContext;Lorg/quartz/JobExecutionException;)I]
CronTrigger.getEndTime ( ) : java.util.Date
[run-time name: org/quartz/CronTrigger.getEndTime:()Ljava/util/Date;]
CronTrigger.getFinalFireTime ( ) : java.util.Date
[run-time name: org/quartz/CronTrigger.getFinalFireTime:()Ljava/util/Date;]
CronTrigger.getFireTimeAfter ( java.util.Date afterTime ) : java.util.Date
[run-time name: org/quartz/CronTrigger.getFireTimeAfter:(Ljava/util/Date;)Ljava/util/Date;]
CronTrigger.getNextFireTime ( ) : java.util.Date
[run-time name: org/quartz/CronTrigger.getNextFireTime:()Ljava/util/Date;]
CronTrigger.getPreviousFireTime ( ) : java.util.Date
[run-time name: org/quartz/CronTrigger.getPreviousFireTime:()Ljava/util/Date;]
CronTrigger.getStartTime ( ) : java.util.Date
[run-time name: org/quartz/CronTrigger.getStartTime:()Ljava/util/Date;]
CronTrigger.getTimeAfter ( java.util.Date afterTime ) : java.util.Date
[run-time name: org/quartz/CronTrigger.getTimeAfter:(Ljava/util/Date;)Ljava/util/Date;]
CronTrigger.getTimeBefore ( java.util.Date endTime ) : java.util.Date
[run-time name: org/quartz/CronTrigger.getTimeBefore:(Ljava/util/Date;)Ljava/util/Date;]
CronTrigger.hasAdditionalProperties ( ) : boolean
[run-time name: org/quartz/CronTrigger.hasAdditionalProperties:()Z]
CronTrigger.mayFireAgain ( ) : boolean
[run-time name: org/quartz/CronTrigger.mayFireAgain:()Z]
CronTrigger.setCronExpression ( CronExpression cronExpression ) : void
[run-time name: org/quartz/CronTrigger.setCronExpression:(Lorg/quartz/CronExpression;)V]
CronTrigger.setCronExpression ( String cronExpression ) : void
[run-time name: org/quartz/CronTrigger.setCronExpression:(Ljava/lang/String;)V]
CronTrigger.setEndTime ( java.util.Date endTime ) : void
[run-time name: org/quartz/CronTrigger.setEndTime:(Ljava/util/Date;)V]
CronTrigger.setNextFireTime ( java.util.Date nextFireTime ) : void
[run-time name: org/quartz/CronTrigger.setNextFireTime:(Ljava/util/Date;)V]
CronTrigger.setPreviousFireTime ( java.util.Date previousFireTime ) : void
[run-time name: org/quartz/CronTrigger.setPreviousFireTime:(Ljava/util/Date;)V]
CronTrigger.setStartTime ( java.util.Date startTime ) : void
[run-time name: org/quartz/CronTrigger.setStartTime:(Ljava/util/Date;)V]
CronTrigger.setTimeZone ( java.util.TimeZone timeZone ) : void
[run-time name: org/quartz/CronTrigger.setTimeZone:(Ljava/util/TimeZone;)V]
CronTrigger.triggered ( Calendar calendar ) : void
[run-time name: org/quartz/CronTrigger.triggered:(Lorg/quartz/Calendar;)V]
CronTrigger.updateAfterMisfire ( Calendar cal ) : void
[run-time name: org/quartz/CronTrigger.updateAfterMisfire:(Lorg/quartz/Calendar;)V]
CronTrigger.updateWithNewCalendar ( Calendar calendar, long misfireThreshold ) : void
[run-time name: org/quartz/CronTrigger.updateWithNewCalendar:(Lorg/quartz/Calendar;J)V]
CronTrigger.validateMisfireInstruction ( int misfireInstruction ) : boolean
[run-time name: org/quartz/CronTrigger.validateMisfireInstruction:(I)Z]
CronTrigger.willFireOn ( java.util.Calendar test ) : boolean
[run-time name: org/quartz/CronTrigger.willFireOn:(Ljava/util/Calendar;)Z]
CronTrigger.willFireOn ( java.util.Calendar test, boolean dayOnly ) : boolean
[run-time name: org/quartz/CronTrigger.willFireOn:(Ljava/util/Calendar;Z)Z]
quartz-all-1.8.6.jar, DateIntervalTrigger.class
package org.quartz
DateIntervalTrigger.executionComplete ( JobExecutionContext context, JobExecutionException result ) : int
[run-time name: org/quartz/DateIntervalTrigger.executionComplete:(Lorg/quartz/JobExecutionContext;Lorg/quartz/JobExecutionException;)I]
quartz-all-1.8.6.jar, FilterAndBroadcastJobListener.class
package org.quartz.listeners
FilterAndBroadcastJobListener.addJobGroupPattern ( String regularExpression ) : void
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.addJobGroupPattern:(Ljava/lang/String;)V]
FilterAndBroadcastJobListener.addJobNamePattern ( String regularExpression ) : void
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.addJobNamePattern:(Ljava/lang/String;)V]
FilterAndBroadcastJobListener.addListener ( org.quartz.JobListener listener ) : void
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.addListener:(Lorg/quartz/JobListener;)V]
FilterAndBroadcastJobListener.FilterAndBroadcastJobListener ( String name )
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener."<init>":(Ljava/lang/String;)V]
FilterAndBroadcastJobListener.FilterAndBroadcastJobListener ( String name, java.util.List listeners )
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener."<init>":(Ljava/lang/String;Ljava/util/List;)V]
FilterAndBroadcastJobListener.getJobGroupPatterns ( ) : java.util.List
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.getJobGroupPatterns:()Ljava/util/List;]
FilterAndBroadcastJobListener.getJobNamePatterns ( ) : java.util.List
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.getJobNamePatterns:()Ljava/util/List;]
FilterAndBroadcastJobListener.getListeners ( ) : java.util.List
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.getListeners:()Ljava/util/List;]
FilterAndBroadcastJobListener.getName ( ) : String
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.getName:()Ljava/lang/String;]
FilterAndBroadcastJobListener.jobExecutionVetoed ( org.quartz.JobExecutionContext context ) : void
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.jobExecutionVetoed:(Lorg/quartz/JobExecutionContext;)V]
FilterAndBroadcastJobListener.jobToBeExecuted ( org.quartz.JobExecutionContext context ) : void
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.jobToBeExecuted:(Lorg/quartz/JobExecutionContext;)V]
FilterAndBroadcastJobListener.jobWasExecuted ( org.quartz.JobExecutionContext context, org.quartz.JobExecutionException jobException ) : void
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.jobWasExecuted:(Lorg/quartz/JobExecutionContext;Lorg/quartz/JobExecutionException;)V]
FilterAndBroadcastJobListener.removeListener ( org.quartz.JobListener listener ) : boolean
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.removeListener:(Lorg/quartz/JobListener;)Z]
FilterAndBroadcastJobListener.removeListener ( String listenerName ) : boolean
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.removeListener:(Ljava/lang/String;)Z]
FilterAndBroadcastJobListener.shouldDispatch ( org.quartz.JobExecutionContext context ) : boolean
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.shouldDispatch:(Lorg/quartz/JobExecutionContext;)Z]
quartz-all-1.8.6.jar, FilterAndBroadcastTriggerListener.class
package org.quartz.listeners
FilterAndBroadcastTriggerListener.addListener ( org.quartz.TriggerListener listener ) : void
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.addListener:(Lorg/quartz/TriggerListener;)V]
FilterAndBroadcastTriggerListener.addTriggerGroupPattern ( String regularExpression ) : void
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.addTriggerGroupPattern:(Ljava/lang/String;)V]
FilterAndBroadcastTriggerListener.addTriggerNamePattern ( String regularExpression ) : void
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.addTriggerNamePattern:(Ljava/lang/String;)V]
FilterAndBroadcastTriggerListener.FilterAndBroadcastTriggerListener ( String name )
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener."<init>":(Ljava/lang/String;)V]
FilterAndBroadcastTriggerListener.FilterAndBroadcastTriggerListener ( String name, java.util.List listeners )
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener."<init>":(Ljava/lang/String;Ljava/util/List;)V]
FilterAndBroadcastTriggerListener.getListeners ( ) : java.util.List
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.getListeners:()Ljava/util/List;]
FilterAndBroadcastTriggerListener.getName ( ) : String
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.getName:()Ljava/lang/String;]
FilterAndBroadcastTriggerListener.getTriggerGroupPatterns ( ) : java.util.List
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.getTriggerGroupPatterns:()Ljava/util/List;]
FilterAndBroadcastTriggerListener.getTriggerNamePatterns ( ) : java.util.List
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.getTriggerNamePatterns:()Ljava/util/List;]
FilterAndBroadcastTriggerListener.removeListener ( org.quartz.TriggerListener listener ) : boolean
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.removeListener:(Lorg/quartz/TriggerListener;)Z]
FilterAndBroadcastTriggerListener.removeListener ( String listenerName ) : boolean
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.removeListener:(Ljava/lang/String;)Z]
FilterAndBroadcastTriggerListener.shouldDispatch ( org.quartz.Trigger trigger ) : boolean
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.shouldDispatch:(Lorg/quartz/Trigger;)Z]
FilterAndBroadcastTriggerListener.triggerComplete ( org.quartz.Trigger trigger, org.quartz.JobExecutionContext context, int triggerInstructionCode ) : void
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.triggerComplete:(Lorg/quartz/Trigger;Lorg/quartz/JobExecutionContext;I)V]
FilterAndBroadcastTriggerListener.triggerFired ( org.quartz.Trigger trigger, org.quartz.JobExecutionContext context ) : void
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.triggerFired:(Lorg/quartz/Trigger;Lorg/quartz/JobExecutionContext;)V]
FilterAndBroadcastTriggerListener.triggerMisfired ( org.quartz.Trigger trigger ) : void
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.triggerMisfired:(Lorg/quartz/Trigger;)V]
FilterAndBroadcastTriggerListener.vetoJobExecution ( org.quartz.Trigger trigger, org.quartz.JobExecutionContext context ) : boolean
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.vetoJobExecution:(Lorg/quartz/Trigger;Lorg/quartz/JobExecutionContext;)Z]
quartz-all-1.8.6.jar, JobChainingJobListener.class
package org.quartz.listeners
JobChainingJobListener.addJobChainLink ( org.quartz.utils.Key firstJob, org.quartz.utils.Key secondJob ) : void
[run-time name: org/quartz/listeners/JobChainingJobListener.addJobChainLink:(Lorg/quartz/utils/Key;Lorg/quartz/utils/Key;)V]
quartz-all-1.8.6.jar, JobDetail.class
package org.quartz
JobDetail.addJobListener ( String name ) : void
[run-time name: org/quartz/JobDetail.addJobListener:(Ljava/lang/String;)V]
JobDetail.equals ( Object obj ) : boolean
[run-time name: org/quartz/JobDetail.equals:(Ljava/lang/Object;)Z]
JobDetail.getFullName ( ) : String
[run-time name: org/quartz/JobDetail.getFullName:()Ljava/lang/String;]
JobDetail.getGroup ( ) : String
[run-time name: org/quartz/JobDetail.getGroup:()Ljava/lang/String;]
JobDetail.getJobListenerNames ( ) : String[ ]
[run-time name: org/quartz/JobDetail.getJobListenerNames:()[Ljava/lang/String;]
JobDetail.getKey ( ) : utils.Key
[run-time name: org/quartz/JobDetail.getKey:()Lorg/quartz/utils/Key;]
JobDetail.getName ( ) : String
[run-time name: org/quartz/JobDetail.getName:()Ljava/lang/String;]
JobDetail.hashCode ( ) : int
[run-time name: org/quartz/JobDetail.hashCode:()I]
JobDetail.isStateful ( ) : boolean
[run-time name: org/quartz/JobDetail.isStateful:()Z]
JobDetail.isVolatile ( ) : boolean
[run-time name: org/quartz/JobDetail.isVolatile:()Z]
JobDetail.JobDetail ( )
[run-time name: org/quartz/JobDetail."<init>":()V]
JobDetail.JobDetail ( String name, Class jobClass )
[run-time name: org/quartz/JobDetail."<init>":(Ljava/lang/String;Ljava/lang/Class;)V]
JobDetail.JobDetail ( String name, String group, Class jobClass )
[run-time name: org/quartz/JobDetail."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;)V]
JobDetail.JobDetail ( String name, String group, Class jobClass, boolean volatility, boolean durability, boolean recover )
[run-time name: org/quartz/JobDetail."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;ZZZ)V]
JobDetail.removeJobListener ( String name ) : boolean
[run-time name: org/quartz/JobDetail.removeJobListener:(Ljava/lang/String;)Z]
JobDetail.setDescription ( String description ) : void
[run-time name: org/quartz/JobDetail.setDescription:(Ljava/lang/String;)V]
JobDetail.setDurability ( boolean durability ) : void
[run-time name: org/quartz/JobDetail.setDurability:(Z)V]
JobDetail.setGroup ( String group ) : void
[run-time name: org/quartz/JobDetail.setGroup:(Ljava/lang/String;)V]
JobDetail.setJobClass ( Class jobClass ) : void
[run-time name: org/quartz/JobDetail.setJobClass:(Ljava/lang/Class;)V]
JobDetail.setJobDataMap ( JobDataMap jobDataMap ) : void
[run-time name: org/quartz/JobDetail.setJobDataMap:(Lorg/quartz/JobDataMap;)V]
JobDetail.setName ( String name ) : void
[run-time name: org/quartz/JobDetail.setName:(Ljava/lang/String;)V]
JobDetail.setRequestsRecovery ( boolean shouldRecover ) : void
[run-time name: org/quartz/JobDetail.setRequestsRecovery:(Z)V]
JobDetail.setVolatility ( boolean volatility ) : void
[run-time name: org/quartz/JobDetail.setVolatility:(Z)V]
JobDetail.toString ( ) : String
[run-time name: org/quartz/JobDetail.toString:()Ljava/lang/String;]
JobDetail.validate ( ) : void
[run-time name: org/quartz/JobDetail.validate:()V]
quartz-all-1.8.6.jar, JobExecutionContext.class
package org.quartz
JobExecutionContext.incrementRefireCount ( ) : void
[run-time name: org/quartz/JobExecutionContext.incrementRefireCount:()V]
JobExecutionContext.JobExecutionContext ( Scheduler scheduler, spi.TriggerFiredBundle firedBundle, Job job )
[run-time name: org/quartz/JobExecutionContext."<init>":(Lorg/quartz/Scheduler;Lorg/quartz/spi/TriggerFiredBundle;Lorg/quartz/Job;)V]
JobExecutionContext.setJobRunTime ( long jobRunTime ) : void
[run-time name: org/quartz/JobExecutionContext.setJobRunTime:(J)V]
JobExecutionContext.toString ( ) : String
[run-time name: org/quartz/JobExecutionContext.toString:()Ljava/lang/String;]
quartz-all-1.8.6.jar, JobFactory.class
package org.quartz.spi
JobFactory.newJob ( TriggerFiredBundle p1 ) [abstract] : org.quartz.Job
[run-time name: org/quartz/spi/JobFactory.newJob:(Lorg/quartz/spi/TriggerFiredBundle;)Lorg/quartz/Job;]
quartz-all-1.8.6.jar, JobPersistenceException.class
package org.quartz
JobPersistenceException.JobPersistenceException ( String msg, int errCode )
[run-time name: org/quartz/JobPersistenceException."<init>":(Ljava/lang/String;I)V]
JobPersistenceException.JobPersistenceException ( String msg, Throwable cause, int errorCode )
[run-time name: org/quartz/JobPersistenceException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;I)V]
quartz-all-1.8.6.jar, JobRunShell.class
package org.quartz.core
JobRunShell.completeTriggerRetryLoop ( org.quartz.Trigger trigger, org.quartz.JobDetail jobDetail, int instCode ) : boolean
[run-time name: org/quartz/core/JobRunShell.completeTriggerRetryLoop:(Lorg/quartz/Trigger;Lorg/quartz/JobDetail;I)Z]
JobRunShell.initialize ( QuartzScheduler qs, org.quartz.spi.TriggerFiredBundle firedBundle ) : void
[run-time name: org/quartz/core/JobRunShell.initialize:(Lorg/quartz/core/QuartzScheduler;Lorg/quartz/spi/TriggerFiredBundle;)V]
JobRunShell.JobRunShell ( JobRunShellFactory jobRunShellFactory, org.quartz.Scheduler scheduler, SchedulingContext schdCtxt )
[run-time name: org/quartz/core/JobRunShell."<init>":(Lorg/quartz/core/JobRunShellFactory;Lorg/quartz/Scheduler;Lorg/quartz/core/SchedulingContext;)V]
JobRunShell.vetoedJobRetryLoop ( org.quartz.Trigger trigger, org.quartz.JobDetail jobDetail, int instCode ) : boolean
[run-time name: org/quartz/core/JobRunShell.vetoedJobRetryLoop:(Lorg/quartz/Trigger;Lorg/quartz/JobDetail;I)Z]
quartz-all-1.8.6.jar, JobRunShellFactory.class
package org.quartz.core
JobRunShellFactory.borrowJobRunShell ( ) [abstract] : JobRunShell
[run-time name: org/quartz/core/JobRunShellFactory.borrowJobRunShell:()Lorg/quartz/core/JobRunShell;]
JobRunShellFactory.initialize ( org.quartz.Scheduler p1, SchedulingContext p2 ) [abstract] : void
[run-time name: org/quartz/core/JobRunShellFactory.initialize:(Lorg/quartz/Scheduler;Lorg/quartz/core/SchedulingContext;)V]
JobRunShellFactory.returnJobRunShell ( JobRunShell p1 ) [abstract] : void
[run-time name: org/quartz/core/JobRunShellFactory.returnJobRunShell:(Lorg/quartz/core/JobRunShell;)V]
quartz-all-1.8.6.jar, JobStore.class
package org.quartz.spi
JobStore.acquireNextTrigger ( org.quartz.core.SchedulingContext p1, long p2 ) [abstract] : org.quartz.Trigger
[run-time name: org/quartz/spi/JobStore.acquireNextTrigger:(Lorg/quartz/core/SchedulingContext;J)Lorg/quartz/Trigger;]
JobStore.getCalendarNames ( org.quartz.core.SchedulingContext p1 ) [abstract] : String[ ]
[run-time name: org/quartz/spi/JobStore.getCalendarNames:(Lorg/quartz/core/SchedulingContext;)[Ljava/lang/String;]
JobStore.getJobGroupNames ( org.quartz.core.SchedulingContext p1 ) [abstract] : String[ ]
[run-time name: org/quartz/spi/JobStore.getJobGroupNames:(Lorg/quartz/core/SchedulingContext;)[Ljava/lang/String;]
JobStore.getJobNames ( org.quartz.core.SchedulingContext p1, String p2 ) [abstract] : String[ ]
[run-time name: org/quartz/spi/JobStore.getJobNames:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)[Ljava/lang/String;]
JobStore.getNumberOfCalendars ( org.quartz.core.SchedulingContext p1 ) [abstract] : int
[run-time name: org/quartz/spi/JobStore.getNumberOfCalendars:(Lorg/quartz/core/SchedulingContext;)I]
JobStore.getNumberOfJobs ( org.quartz.core.SchedulingContext p1 ) [abstract] : int
[run-time name: org/quartz/spi/JobStore.getNumberOfJobs:(Lorg/quartz/core/SchedulingContext;)I]
JobStore.getNumberOfTriggers ( org.quartz.core.SchedulingContext p1 ) [abstract] : int
[run-time name: org/quartz/spi/JobStore.getNumberOfTriggers:(Lorg/quartz/core/SchedulingContext;)I]
JobStore.getPausedTriggerGroups ( org.quartz.core.SchedulingContext p1 ) [abstract] : java.util.Set
[run-time name: org/quartz/spi/JobStore.getPausedTriggerGroups:(Lorg/quartz/core/SchedulingContext;)Ljava/util/Set;]
JobStore.getTriggerGroupNames ( org.quartz.core.SchedulingContext p1 ) [abstract] : String[ ]
[run-time name: org/quartz/spi/JobStore.getTriggerGroupNames:(Lorg/quartz/core/SchedulingContext;)[Ljava/lang/String;]
JobStore.getTriggerNames ( org.quartz.core.SchedulingContext p1, String p2 ) [abstract] : String[ ]
[run-time name: org/quartz/spi/JobStore.getTriggerNames:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)[Ljava/lang/String;]
JobStore.getTriggersForJob ( org.quartz.core.SchedulingContext p1, String p2, String p3 ) [abstract] : org.quartz.Trigger[ ]
[run-time name: org/quartz/spi/JobStore.getTriggersForJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)[Lorg/quartz/Trigger;]
JobStore.getTriggerState ( org.quartz.core.SchedulingContext p1, String p2, String p3 ) [abstract] : int
[run-time name: org/quartz/spi/JobStore.getTriggerState:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)I]
JobStore.pauseAll ( org.quartz.core.SchedulingContext p1 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.pauseAll:(Lorg/quartz/core/SchedulingContext;)V]
JobStore.pauseJob ( org.quartz.core.SchedulingContext p1, String p2, String p3 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.pauseJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)V]
JobStore.pauseJobGroup ( org.quartz.core.SchedulingContext p1, String p2 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.pauseJobGroup:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)V]
JobStore.pauseTrigger ( org.quartz.core.SchedulingContext p1, String p2, String p3 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.pauseTrigger:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)V]
JobStore.pauseTriggerGroup ( org.quartz.core.SchedulingContext p1, String p2 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.pauseTriggerGroup:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)V]
JobStore.releaseAcquiredTrigger ( org.quartz.core.SchedulingContext p1, org.quartz.Trigger p2 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.releaseAcquiredTrigger:(Lorg/quartz/core/SchedulingContext;Lorg/quartz/Trigger;)V]
JobStore.removeCalendar ( org.quartz.core.SchedulingContext p1, String p2 ) [abstract] : boolean
[run-time name: org/quartz/spi/JobStore.removeCalendar:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)Z]
JobStore.removeJob ( org.quartz.core.SchedulingContext p1, String p2, String p3 ) [abstract] : boolean
[run-time name: org/quartz/spi/JobStore.removeJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)Z]
JobStore.removeTrigger ( org.quartz.core.SchedulingContext p1, String p2, String p3 ) [abstract] : boolean
[run-time name: org/quartz/spi/JobStore.removeTrigger:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)Z]
JobStore.replaceTrigger ( org.quartz.core.SchedulingContext p1, String p2, String p3, org.quartz.Trigger p4 ) [abstract] : boolean
[run-time name: org/quartz/spi/JobStore.replaceTrigger:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;Lorg/quartz/Trigger;)Z]
JobStore.resumeAll ( org.quartz.core.SchedulingContext p1 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.resumeAll:(Lorg/quartz/core/SchedulingContext;)V]
JobStore.resumeJob ( org.quartz.core.SchedulingContext p1, String p2, String p3 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.resumeJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)V]
JobStore.resumeJobGroup ( org.quartz.core.SchedulingContext p1, String p2 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.resumeJobGroup:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)V]
JobStore.resumeTrigger ( org.quartz.core.SchedulingContext p1, String p2, String p3 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.resumeTrigger:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)V]
JobStore.resumeTriggerGroup ( org.quartz.core.SchedulingContext p1, String p2 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.resumeTriggerGroup:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)V]
JobStore.retrieveCalendar ( org.quartz.core.SchedulingContext p1, String p2 ) [abstract] : org.quartz.Calendar
[run-time name: org/quartz/spi/JobStore.retrieveCalendar:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)Lorg/quartz/Calendar;]
JobStore.retrieveJob ( org.quartz.core.SchedulingContext p1, String p2, String p3 ) [abstract] : org.quartz.JobDetail
[run-time name: org/quartz/spi/JobStore.retrieveJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)Lorg/quartz/JobDetail;]
JobStore.retrieveTrigger ( org.quartz.core.SchedulingContext p1, String p2, String p3 ) [abstract] : org.quartz.Trigger
[run-time name: org/quartz/spi/JobStore.retrieveTrigger:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)Lorg/quartz/Trigger;]
JobStore.storeCalendar ( org.quartz.core.SchedulingContext p1, String p2, org.quartz.Calendar p3, boolean p4, boolean p5 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.storeCalendar:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Lorg/quartz/Calendar;ZZ)V]
JobStore.storeJob ( org.quartz.core.SchedulingContext p1, org.quartz.JobDetail p2, boolean p3 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.storeJob:(Lorg/quartz/core/SchedulingContext;Lorg/quartz/JobDetail;Z)V]
JobStore.storeJobAndTrigger ( org.quartz.core.SchedulingContext p1, org.quartz.JobDetail p2, org.quartz.Trigger p3 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.storeJobAndTrigger:(Lorg/quartz/core/SchedulingContext;Lorg/quartz/JobDetail;Lorg/quartz/Trigger;)V]
JobStore.storeTrigger ( org.quartz.core.SchedulingContext p1, org.quartz.Trigger p2, boolean p3 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.storeTrigger:(Lorg/quartz/core/SchedulingContext;Lorg/quartz/Trigger;Z)V]
JobStore.triggeredJobComplete ( org.quartz.core.SchedulingContext p1, org.quartz.Trigger p2, org.quartz.JobDetail p3, int p4 ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.triggeredJobComplete:(Lorg/quartz/core/SchedulingContext;Lorg/quartz/Trigger;Lorg/quartz/JobDetail;I)V]
JobStore.triggerFired ( org.quartz.core.SchedulingContext p1, org.quartz.Trigger p2 ) [abstract] : TriggerFiredBundle
[run-time name: org/quartz/spi/JobStore.triggerFired:(Lorg/quartz/core/SchedulingContext;Lorg/quartz/Trigger;)Lorg/quartz/spi/TriggerFiredBundle;]
quartz-all-1.8.6.jar, JTAJobRunShell.class
package org.quartz.ee.jta
JTAJobRunShell.JTAJobRunShell ( org.quartz.core.JobRunShellFactory jobRunShellFactory, org.quartz.Scheduler scheduler, org.quartz.core.SchedulingContext schdCtxt )
[run-time name: org/quartz/ee/jta/JTAJobRunShell."<init>":(Lorg/quartz/core/JobRunShellFactory;Lorg/quartz/Scheduler;Lorg/quartz/core/SchedulingContext;)V]
quartz-all-1.8.6.jar, JTAJobRunShellFactory.class
package org.quartz.ee.jta
JTAJobRunShellFactory.borrowJobRunShell ( ) : org.quartz.core.JobRunShell
[run-time name: org/quartz/ee/jta/JTAJobRunShellFactory.borrowJobRunShell:()Lorg/quartz/core/JobRunShell;]
JTAJobRunShellFactory.initialize ( org.quartz.Scheduler scheduler, org.quartz.core.SchedulingContext schedCtxt ) : void
[run-time name: org/quartz/ee/jta/JTAJobRunShellFactory.initialize:(Lorg/quartz/Scheduler;Lorg/quartz/core/SchedulingContext;)V]
JTAJobRunShellFactory.returnJobRunShell ( org.quartz.core.JobRunShell jobRunShell ) : void
[run-time name: org/quartz/ee/jta/JTAJobRunShellFactory.returnJobRunShell:(Lorg/quartz/core/JobRunShell;)V]
quartz-all-1.8.6.jar, LoggingTriggerHistoryPlugin.class
package org.quartz.plugins.history
LoggingTriggerHistoryPlugin.triggerComplete ( org.quartz.Trigger trigger, org.quartz.JobExecutionContext context, int triggerInstructionCode ) : void
[run-time name: org/quartz/plugins/history/LoggingTriggerHistoryPlugin.triggerComplete:(Lorg/quartz/Trigger;Lorg/quartz/JobExecutionContext;I)V]
quartz-all-1.8.6.jar, NthIncludedDayTrigger.class
package org.quartz
NthIncludedDayTrigger.executionComplete ( JobExecutionContext jobCtx, JobExecutionException result ) : int
[run-time name: org/quartz/NthIncludedDayTrigger.executionComplete:(Lorg/quartz/JobExecutionContext;Lorg/quartz/JobExecutionException;)I]
quartz-all-1.8.6.jar, Pair.class
package org.quartz.utils
Pair.equals ( Object that ) : boolean
[run-time name: org/quartz/utils/Pair.equals:(Ljava/lang/Object;)Z]
Pair.getFirst ( ) : Object
[run-time name: org/quartz/utils/Pair.getFirst:()Ljava/lang/Object;]
Pair.getSecond ( ) : Object
[run-time name: org/quartz/utils/Pair.getSecond:()Ljava/lang/Object;]
Pair.hashCode ( ) : int
[run-time name: org/quartz/utils/Pair.hashCode:()I]
Pair.Pair ( )
[run-time name: org/quartz/utils/Pair."<init>":()V]
Pair.Pair ( Object first, Object second )
[run-time name: org/quartz/utils/Pair."<init>":(Ljava/lang/Object;Ljava/lang/Object;)V]
Pair.setFirst ( Object first ) : void
[run-time name: org/quartz/utils/Pair.setFirst:(Ljava/lang/Object;)V]
Pair.setSecond ( Object second ) : void
[run-time name: org/quartz/utils/Pair.setSecond:(Ljava/lang/Object;)V]
quartz-all-1.8.6.jar, PoolingConnectionProvider.class
package org.quartz.utils
PoolingConnectionProvider.getDataSource ( ) : org.apache.commons.dbcp.BasicDataSource
[run-time name: org/quartz/utils/PoolingConnectionProvider.getDataSource:()Lorg/apache/commons/dbcp/BasicDataSource;]
quartz-all-1.8.6.jar, PropertySettingJobFactory.class
package org.quartz.simpl
PropertySettingJobFactory.newJob ( org.quartz.spi.TriggerFiredBundle bundle ) : org.quartz.Job
[run-time name: org/quartz/simpl/PropertySettingJobFactory.newJob:(Lorg/quartz/spi/TriggerFiredBundle;)Lorg/quartz/Job;]
quartz-all-1.8.6.jar, QuartzScheduler.class
package org.quartz.core
QuartzScheduler.addCalendar ( SchedulingContext ctxt, String calName, org.quartz.Calendar calendar, boolean replace, boolean updateTriggers ) : void
[run-time name: org/quartz/core/QuartzScheduler.addCalendar:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Lorg/quartz/Calendar;ZZ)V]
QuartzScheduler.addGlobalJobListener ( org.quartz.JobListener jobListener ) : void
[run-time name: org/quartz/core/QuartzScheduler.addGlobalJobListener:(Lorg/quartz/JobListener;)V]
QuartzScheduler.addGlobalTriggerListener ( org.quartz.TriggerListener triggerListener ) : void
[run-time name: org/quartz/core/QuartzScheduler.addGlobalTriggerListener:(Lorg/quartz/TriggerListener;)V]
QuartzScheduler.addJob ( SchedulingContext ctxt, org.quartz.JobDetail jobDetail, boolean replace ) : void
[run-time name: org/quartz/core/QuartzScheduler.addJob:(Lorg/quartz/core/SchedulingContext;Lorg/quartz/JobDetail;Z)V]
QuartzScheduler.addJobListener ( org.quartz.JobListener jobListener ) : void
[run-time name: org/quartz/core/QuartzScheduler.addJobListener:(Lorg/quartz/JobListener;)V]
QuartzScheduler.addSchedulerListener ( org.quartz.SchedulerListener schedulerListener ) : void
[run-time name: org/quartz/core/QuartzScheduler.addSchedulerListener:(Lorg/quartz/SchedulerListener;)V]
QuartzScheduler.addTriggerListener ( org.quartz.TriggerListener triggerListener ) : void
[run-time name: org/quartz/core/QuartzScheduler.addTriggerListener:(Lorg/quartz/TriggerListener;)V]
QuartzScheduler.deleteCalendar ( SchedulingContext ctxt, String calName ) : boolean
[run-time name: org/quartz/core/QuartzScheduler.deleteCalendar:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)Z]
QuartzScheduler.deleteJob ( SchedulingContext ctxt, String jobName, String groupName ) : boolean
[run-time name: org/quartz/core/QuartzScheduler.deleteJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)Z]
QuartzScheduler.getCalendar ( SchedulingContext ctxt, String calName ) : org.quartz.Calendar
[run-time name: org/quartz/core/QuartzScheduler.getCalendar:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)Lorg/quartz/Calendar;]
QuartzScheduler.getCalendarNames ( SchedulingContext ctxt ) : String[ ]
[run-time name: org/quartz/core/QuartzScheduler.getCalendarNames:(Lorg/quartz/core/SchedulingContext;)[Ljava/lang/String;]
QuartzScheduler.getDbRetryInterval ( ) : long
[run-time name: org/quartz/core/QuartzScheduler.getDbRetryInterval:()J]
QuartzScheduler.getGlobalJobListener ( String name ) : org.quartz.JobListener
[run-time name: org/quartz/core/QuartzScheduler.getGlobalJobListener:(Ljava/lang/String;)Lorg/quartz/JobListener;]
QuartzScheduler.getGlobalJobListeners ( ) : java.util.List
[run-time name: org/quartz/core/QuartzScheduler.getGlobalJobListeners:()Ljava/util/List;]
QuartzScheduler.getGlobalTriggerListener ( String name ) : org.quartz.TriggerListener
[run-time name: org/quartz/core/QuartzScheduler.getGlobalTriggerListener:(Ljava/lang/String;)Lorg/quartz/TriggerListener;]
QuartzScheduler.getGlobalTriggerListeners ( ) : java.util.List
[run-time name: org/quartz/core/QuartzScheduler.getGlobalTriggerListeners:()Ljava/util/List;]
QuartzScheduler.getJobDetail ( SchedulingContext ctxt, String jobName, String jobGroup ) : org.quartz.JobDetail
[run-time name: org/quartz/core/QuartzScheduler.getJobDetail:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)Lorg/quartz/JobDetail;]
QuartzScheduler.getJobGroupNames ( SchedulingContext ctxt ) : String[ ]
[run-time name: org/quartz/core/QuartzScheduler.getJobGroupNames:(Lorg/quartz/core/SchedulingContext;)[Ljava/lang/String;]
QuartzScheduler.getJobListener ( String name ) : org.quartz.JobListener
[run-time name: org/quartz/core/QuartzScheduler.getJobListener:(Ljava/lang/String;)Lorg/quartz/JobListener;]
QuartzScheduler.getJobListenerNames ( ) : java.util.Set
[run-time name: org/quartz/core/QuartzScheduler.getJobListenerNames:()Ljava/util/Set;]
QuartzScheduler.getJobNames ( SchedulingContext ctxt, String groupName ) : String[ ]
[run-time name: org/quartz/core/QuartzScheduler.getJobNames:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)[Ljava/lang/String;]
QuartzScheduler.getPausedTriggerGroups ( SchedulingContext ctxt ) : java.util.Set
[run-time name: org/quartz/core/QuartzScheduler.getPausedTriggerGroups:(Lorg/quartz/core/SchedulingContext;)Ljava/util/Set;]
QuartzScheduler.getSchedulerListeners ( ) : java.util.List
[run-time name: org/quartz/core/QuartzScheduler.getSchedulerListeners:()Ljava/util/List;]
QuartzScheduler.getTrigger ( SchedulingContext ctxt, String triggerName, String triggerGroup ) : org.quartz.Trigger
[run-time name: org/quartz/core/QuartzScheduler.getTrigger:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)Lorg/quartz/Trigger;]
QuartzScheduler.getTriggerGroupNames ( SchedulingContext ctxt ) : String[ ]
[run-time name: org/quartz/core/QuartzScheduler.getTriggerGroupNames:(Lorg/quartz/core/SchedulingContext;)[Ljava/lang/String;]
QuartzScheduler.getTriggerListener ( String name ) : org.quartz.TriggerListener
[run-time name: org/quartz/core/QuartzScheduler.getTriggerListener:(Ljava/lang/String;)Lorg/quartz/TriggerListener;]
QuartzScheduler.getTriggerListenerNames ( ) : java.util.Set
[run-time name: org/quartz/core/QuartzScheduler.getTriggerListenerNames:()Ljava/util/Set;]
QuartzScheduler.getTriggerNames ( SchedulingContext ctxt, String groupName ) : String[ ]
[run-time name: org/quartz/core/QuartzScheduler.getTriggerNames:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)[Ljava/lang/String;]
QuartzScheduler.getTriggersOfJob ( SchedulingContext ctxt, String jobName, String groupName ) : org.quartz.Trigger[ ]
[run-time name: org/quartz/core/QuartzScheduler.getTriggersOfJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)[Lorg/quartz/Trigger;]
QuartzScheduler.getTriggerState ( SchedulingContext ctxt, String triggerName, String triggerGroup ) : int
[run-time name: org/quartz/core/QuartzScheduler.getTriggerState:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)I]
QuartzScheduler.interrupt ( SchedulingContext ctxt, String jobName, String groupName ) : boolean
[run-time name: org/quartz/core/QuartzScheduler.interrupt:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)Z]
QuartzScheduler.notifyJobStoreJobComplete ( SchedulingContext ctxt, org.quartz.Trigger trigger, org.quartz.JobDetail detail, int instCode ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifyJobStoreJobComplete:(Lorg/quartz/core/SchedulingContext;Lorg/quartz/Trigger;Lorg/quartz/JobDetail;I)V]
QuartzScheduler.notifyJobStoreJobVetoed ( SchedulingContext ctxt, org.quartz.Trigger trigger, org.quartz.JobDetail detail, int instCode ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifyJobStoreJobVetoed:(Lorg/quartz/core/SchedulingContext;Lorg/quartz/Trigger;Lorg/quartz/JobDetail;I)V]
QuartzScheduler.notifySchedulerListenersJobDeleted ( String jobName, String groupName ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifySchedulerListenersJobDeleted:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzScheduler.notifySchedulerListenersPausedJob ( String name, String group ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifySchedulerListenersPausedJob:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzScheduler.notifySchedulerListenersPausedTrigger ( String name, String group ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifySchedulerListenersPausedTrigger:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzScheduler.notifySchedulerListenersResumedJob ( String name, String group ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifySchedulerListenersResumedJob:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzScheduler.notifySchedulerListenersResumedTrigger ( String name, String group ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifySchedulerListenersResumedTrigger:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzScheduler.notifySchedulerListenersUnscheduled ( String triggerName, String triggerGroup ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifySchedulerListenersUnscheduled:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzScheduler.notifyTriggerListenersComplete ( org.quartz.JobExecutionContext jec, int instCode ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifyTriggerListenersComplete:(Lorg/quartz/JobExecutionContext;I)V]
QuartzScheduler.pauseAll ( SchedulingContext ctxt ) : void
[run-time name: org/quartz/core/QuartzScheduler.pauseAll:(Lorg/quartz/core/SchedulingContext;)V]
QuartzScheduler.pauseJob ( SchedulingContext ctxt, String jobName, String groupName ) : void
[run-time name: org/quartz/core/QuartzScheduler.pauseJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)V]
QuartzScheduler.pauseJobGroup ( SchedulingContext ctxt, String groupName ) : void
[run-time name: org/quartz/core/QuartzScheduler.pauseJobGroup:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)V]
QuartzScheduler.pauseTrigger ( SchedulingContext ctxt, String triggerName, String groupName ) : void
[run-time name: org/quartz/core/QuartzScheduler.pauseTrigger:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)V]
QuartzScheduler.pauseTriggerGroup ( SchedulingContext ctxt, String groupName ) : void
[run-time name: org/quartz/core/QuartzScheduler.pauseTriggerGroup:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)V]
QuartzScheduler.QuartzScheduler ( QuartzSchedulerResources resources, SchedulingContext ctxt, long idleWaitTime, long dbRetryInterval )
[run-time name: org/quartz/core/QuartzScheduler."<init>":(Lorg/quartz/core/QuartzSchedulerResources;Lorg/quartz/core/SchedulingContext;JJ)V]
QuartzScheduler.removeGlobalJobListener ( String name ) : boolean
[run-time name: org/quartz/core/QuartzScheduler.removeGlobalJobListener:(Ljava/lang/String;)Z]
QuartzScheduler.removeGlobalTriggerListener ( String name ) : boolean
[run-time name: org/quartz/core/QuartzScheduler.removeGlobalTriggerListener:(Ljava/lang/String;)Z]
QuartzScheduler.removeJobListener ( String name ) : boolean
[run-time name: org/quartz/core/QuartzScheduler.removeJobListener:(Ljava/lang/String;)Z]
QuartzScheduler.removeSchedulerListener ( org.quartz.SchedulerListener schedulerListener ) : boolean
[run-time name: org/quartz/core/QuartzScheduler.removeSchedulerListener:(Lorg/quartz/SchedulerListener;)Z]
QuartzScheduler.removeTriggerListener ( String name ) : boolean
[run-time name: org/quartz/core/QuartzScheduler.removeTriggerListener:(Ljava/lang/String;)Z]
QuartzScheduler.rescheduleJob ( SchedulingContext ctxt, String triggerName, String groupName, org.quartz.Trigger newTrigger ) : java.util.Date
[run-time name: org/quartz/core/QuartzScheduler.rescheduleJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;Lorg/quartz/Trigger;)Ljava/util/Date;]
QuartzScheduler.resumeAll ( SchedulingContext ctxt ) : void
[run-time name: org/quartz/core/QuartzScheduler.resumeAll:(Lorg/quartz/core/SchedulingContext;)V]
QuartzScheduler.resumeJob ( SchedulingContext ctxt, String jobName, String groupName ) : void
[run-time name: org/quartz/core/QuartzScheduler.resumeJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)V]
QuartzScheduler.resumeJobGroup ( SchedulingContext ctxt, String groupName ) : void
[run-time name: org/quartz/core/QuartzScheduler.resumeJobGroup:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)V]
QuartzScheduler.resumeTrigger ( SchedulingContext ctxt, String triggerName, String groupName ) : void
[run-time name: org/quartz/core/QuartzScheduler.resumeTrigger:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)V]
QuartzScheduler.resumeTriggerGroup ( SchedulingContext ctxt, String groupName ) : void
[run-time name: org/quartz/core/QuartzScheduler.resumeTriggerGroup:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)V]
QuartzScheduler.scheduleJob ( SchedulingContext ctxt, org.quartz.JobDetail jobDetail, org.quartz.Trigger trigger ) : java.util.Date
[run-time name: org/quartz/core/QuartzScheduler.scheduleJob:(Lorg/quartz/core/SchedulingContext;Lorg/quartz/JobDetail;Lorg/quartz/Trigger;)Ljava/util/Date;]
QuartzScheduler.scheduleJob ( SchedulingContext ctxt, org.quartz.Trigger trigger ) : java.util.Date
[run-time name: org/quartz/core/QuartzScheduler.scheduleJob:(Lorg/quartz/core/SchedulingContext;Lorg/quartz/Trigger;)Ljava/util/Date;]
QuartzScheduler.triggerJob ( SchedulingContext ctxt, String jobName, String groupName, org.quartz.JobDataMap data ) : void
[run-time name: org/quartz/core/QuartzScheduler.triggerJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;Lorg/quartz/JobDataMap;)V]
QuartzScheduler.triggerJobWithVolatileTrigger ( SchedulingContext ctxt, String jobName, String groupName, org.quartz.JobDataMap data ) : void
[run-time name: org/quartz/core/QuartzScheduler.triggerJobWithVolatileTrigger:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;Lorg/quartz/JobDataMap;)V]
QuartzScheduler.unscheduleJob ( SchedulingContext ctxt, String triggerName, String groupName ) : boolean
[run-time name: org/quartz/core/QuartzScheduler.unscheduleJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)Z]
quartz-all-1.8.6.jar, QuartzScheduler_Stub.class
package org.quartz.core
QuartzScheduler_Stub.addCalendar ( SchedulingContext p1, String p2, org.quartz.Calendar p3, boolean p4, boolean p5 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.addCalendar:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Lorg/quartz/Calendar;ZZ)V]
QuartzScheduler_Stub.addGlobalJobListener ( org.quartz.JobListener p1 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.addGlobalJobListener:(Lorg/quartz/JobListener;)V]
QuartzScheduler_Stub.addGlobalTriggerListener ( org.quartz.TriggerListener p1 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.addGlobalTriggerListener:(Lorg/quartz/TriggerListener;)V]
QuartzScheduler_Stub.addJob ( SchedulingContext p1, org.quartz.JobDetail p2, boolean p3 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.addJob:(Lorg/quartz/core/SchedulingContext;Lorg/quartz/JobDetail;Z)V]
QuartzScheduler_Stub.addJobListener ( org.quartz.JobListener p1 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.addJobListener:(Lorg/quartz/JobListener;)V]
QuartzScheduler_Stub.addSchedulerListener ( org.quartz.SchedulerListener p1 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.addSchedulerListener:(Lorg/quartz/SchedulerListener;)V]
QuartzScheduler_Stub.addTriggerListener ( org.quartz.TriggerListener p1 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.addTriggerListener:(Lorg/quartz/TriggerListener;)V]
QuartzScheduler_Stub.deleteCalendar ( SchedulingContext p1, String p2 ) : boolean
[run-time name: org/quartz/core/QuartzScheduler_Stub.deleteCalendar:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)Z]
QuartzScheduler_Stub.deleteJob ( SchedulingContext p1, String p2, String p3 ) : boolean
[run-time name: org/quartz/core/QuartzScheduler_Stub.deleteJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)Z]
QuartzScheduler_Stub.getCalendar ( SchedulingContext p1, String p2 ) : org.quartz.Calendar
[run-time name: org/quartz/core/QuartzScheduler_Stub.getCalendar:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)Lorg/quartz/Calendar;]
QuartzScheduler_Stub.getCalendarNames ( SchedulingContext p1 ) : String[ ]
[run-time name: org/quartz/core/QuartzScheduler_Stub.getCalendarNames:(Lorg/quartz/core/SchedulingContext;)[Ljava/lang/String;]
QuartzScheduler_Stub.getGlobalJobListener ( String p1 ) : org.quartz.JobListener
[run-time name: org/quartz/core/QuartzScheduler_Stub.getGlobalJobListener:(Ljava/lang/String;)Lorg/quartz/JobListener;]
QuartzScheduler_Stub.getGlobalJobListeners ( ) : java.util.List
[run-time name: org/quartz/core/QuartzScheduler_Stub.getGlobalJobListeners:()Ljava/util/List;]
QuartzScheduler_Stub.getGlobalTriggerListener ( String p1 ) : org.quartz.TriggerListener
[run-time name: org/quartz/core/QuartzScheduler_Stub.getGlobalTriggerListener:(Ljava/lang/String;)Lorg/quartz/TriggerListener;]
QuartzScheduler_Stub.getGlobalTriggerListeners ( ) : java.util.List
[run-time name: org/quartz/core/QuartzScheduler_Stub.getGlobalTriggerListeners:()Ljava/util/List;]
QuartzScheduler_Stub.getJobDetail ( SchedulingContext p1, String p2, String p3 ) : org.quartz.JobDetail
[run-time name: org/quartz/core/QuartzScheduler_Stub.getJobDetail:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)Lorg/quartz/JobDetail;]
QuartzScheduler_Stub.getJobGroupNames ( SchedulingContext p1 ) : String[ ]
[run-time name: org/quartz/core/QuartzScheduler_Stub.getJobGroupNames:(Lorg/quartz/core/SchedulingContext;)[Ljava/lang/String;]
QuartzScheduler_Stub.getJobListener ( String p1 ) : org.quartz.JobListener
[run-time name: org/quartz/core/QuartzScheduler_Stub.getJobListener:(Ljava/lang/String;)Lorg/quartz/JobListener;]
QuartzScheduler_Stub.getJobListenerNames ( ) : java.util.Set
[run-time name: org/quartz/core/QuartzScheduler_Stub.getJobListenerNames:()Ljava/util/Set;]
QuartzScheduler_Stub.getJobNames ( SchedulingContext p1, String p2 ) : String[ ]
[run-time name: org/quartz/core/QuartzScheduler_Stub.getJobNames:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)[Ljava/lang/String;]
QuartzScheduler_Stub.getPausedTriggerGroups ( SchedulingContext p1 ) : java.util.Set
[run-time name: org/quartz/core/QuartzScheduler_Stub.getPausedTriggerGroups:(Lorg/quartz/core/SchedulingContext;)Ljava/util/Set;]
QuartzScheduler_Stub.getSchedulerListeners ( ) : java.util.List
[run-time name: org/quartz/core/QuartzScheduler_Stub.getSchedulerListeners:()Ljava/util/List;]
QuartzScheduler_Stub.getTrigger ( SchedulingContext p1, String p2, String p3 ) : org.quartz.Trigger
[run-time name: org/quartz/core/QuartzScheduler_Stub.getTrigger:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)Lorg/quartz/Trigger;]
QuartzScheduler_Stub.getTriggerGroupNames ( SchedulingContext p1 ) : String[ ]
[run-time name: org/quartz/core/QuartzScheduler_Stub.getTriggerGroupNames:(Lorg/quartz/core/SchedulingContext;)[Ljava/lang/String;]
QuartzScheduler_Stub.getTriggerListener ( String p1 ) : org.quartz.TriggerListener
[run-time name: org/quartz/core/QuartzScheduler_Stub.getTriggerListener:(Ljava/lang/String;)Lorg/quartz/TriggerListener;]
QuartzScheduler_Stub.getTriggerListenerNames ( ) : java.util.Set
[run-time name: org/quartz/core/QuartzScheduler_Stub.getTriggerListenerNames:()Ljava/util/Set;]
QuartzScheduler_Stub.getTriggerNames ( SchedulingContext p1, String p2 ) : String[ ]
[run-time name: org/quartz/core/QuartzScheduler_Stub.getTriggerNames:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)[Ljava/lang/String;]
QuartzScheduler_Stub.getTriggersOfJob ( SchedulingContext p1, String p2, String p3 ) : org.quartz.Trigger[ ]
[run-time name: org/quartz/core/QuartzScheduler_Stub.getTriggersOfJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)[Lorg/quartz/Trigger;]
QuartzScheduler_Stub.getTriggerState ( SchedulingContext p1, String p2, String p3 ) : int
[run-time name: org/quartz/core/QuartzScheduler_Stub.getTriggerState:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)I]
QuartzScheduler_Stub.interrupt ( SchedulingContext p1, String p2, String p3 ) : boolean
[run-time name: org/quartz/core/QuartzScheduler_Stub.interrupt:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)Z]
QuartzScheduler_Stub.pauseAll ( SchedulingContext p1 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.pauseAll:(Lorg/quartz/core/SchedulingContext;)V]
QuartzScheduler_Stub.pauseJob ( SchedulingContext p1, String p2, String p3 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.pauseJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)V]
QuartzScheduler_Stub.pauseJobGroup ( SchedulingContext p1, String p2 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.pauseJobGroup:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)V]
QuartzScheduler_Stub.pauseTrigger ( SchedulingContext p1, String p2, String p3 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.pauseTrigger:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)V]
QuartzScheduler_Stub.pauseTriggerGroup ( SchedulingContext p1, String p2 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.pauseTriggerGroup:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)V]
QuartzScheduler_Stub.removeGlobalJobListener ( String p1 ) : boolean
[run-time name: org/quartz/core/QuartzScheduler_Stub.removeGlobalJobListener:(Ljava/lang/String;)Z]
QuartzScheduler_Stub.removeGlobalTriggerListener ( String p1 ) : boolean
[run-time name: org/quartz/core/QuartzScheduler_Stub.removeGlobalTriggerListener:(Ljava/lang/String;)Z]
QuartzScheduler_Stub.removeJobListener ( String p1 ) : boolean
[run-time name: org/quartz/core/QuartzScheduler_Stub.removeJobListener:(Ljava/lang/String;)Z]
QuartzScheduler_Stub.removeSchedulerListener ( org.quartz.SchedulerListener p1 ) : boolean
[run-time name: org/quartz/core/QuartzScheduler_Stub.removeSchedulerListener:(Lorg/quartz/SchedulerListener;)Z]
QuartzScheduler_Stub.removeTriggerListener ( String p1 ) : boolean
[run-time name: org/quartz/core/QuartzScheduler_Stub.removeTriggerListener:(Ljava/lang/String;)Z]
QuartzScheduler_Stub.rescheduleJob ( SchedulingContext p1, String p2, String p3, org.quartz.Trigger p4 ) : java.util.Date
[run-time name: org/quartz/core/QuartzScheduler_Stub.rescheduleJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;Lorg/quartz/Trigger;)Ljava/util/Date;]
QuartzScheduler_Stub.resumeAll ( SchedulingContext p1 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.resumeAll:(Lorg/quartz/core/SchedulingContext;)V]
QuartzScheduler_Stub.resumeJob ( SchedulingContext p1, String p2, String p3 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.resumeJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)V]
QuartzScheduler_Stub.resumeJobGroup ( SchedulingContext p1, String p2 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.resumeJobGroup:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)V]
QuartzScheduler_Stub.resumeTrigger ( SchedulingContext p1, String p2, String p3 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.resumeTrigger:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)V]
QuartzScheduler_Stub.resumeTriggerGroup ( SchedulingContext p1, String p2 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.resumeTriggerGroup:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)V]
QuartzScheduler_Stub.scheduleJob ( SchedulingContext p1, org.quartz.JobDetail p2, org.quartz.Trigger p3 ) : java.util.Date
[run-time name: org/quartz/core/QuartzScheduler_Stub.scheduleJob:(Lorg/quartz/core/SchedulingContext;Lorg/quartz/JobDetail;Lorg/quartz/Trigger;)Ljava/util/Date;]
QuartzScheduler_Stub.scheduleJob ( SchedulingContext p1, org.quartz.Trigger p2 ) : java.util.Date
[run-time name: org/quartz/core/QuartzScheduler_Stub.scheduleJob:(Lorg/quartz/core/SchedulingContext;Lorg/quartz/Trigger;)Ljava/util/Date;]
QuartzScheduler_Stub.triggerJob ( SchedulingContext p1, String p2, String p3, org.quartz.JobDataMap p4 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.triggerJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;Lorg/quartz/JobDataMap;)V]
QuartzScheduler_Stub.triggerJobWithVolatileTrigger ( SchedulingContext p1, String p2, String p3, org.quartz.JobDataMap p4 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.triggerJobWithVolatileTrigger:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;Lorg/quartz/JobDataMap;)V]
QuartzScheduler_Stub.unscheduleJob ( SchedulingContext p1, String p2, String p3 ) : boolean
[run-time name: org/quartz/core/QuartzScheduler_Stub.unscheduleJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)Z]
quartz-all-1.8.6.jar, QuartzSchedulerMBean.class
package org.quartz.core.jmx
QuartzSchedulerMBean.addJob ( String p1, javax.management.openmbean.CompositeData p2, boolean p3 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.addJob:(Ljava/lang/String;Ljavax/management/openmbean/CompositeData;Z)V]
QuartzSchedulerMBean.deleteCalendar ( String p1, String p2 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.deleteCalendar:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBean.deleteJob ( String p1, String p2, String p3 ) [abstract] : boolean
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.deleteJob:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z]
QuartzSchedulerMBean.getAllJobDetails ( String p1 ) [abstract] : javax.management.openmbean.TabularData
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getAllJobDetails:(Ljava/lang/String;)Ljavax/management/openmbean/TabularData;]
QuartzSchedulerMBean.getAllTriggers ( String p1 ) [abstract] : javax.management.openmbean.TabularData
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getAllTriggers:(Ljava/lang/String;)Ljavax/management/openmbean/TabularData;]
QuartzSchedulerMBean.getCalendarNames ( String p1 ) [abstract] : String[ ]
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getCalendarNames:(Ljava/lang/String;)[Ljava/lang/String;]
QuartzSchedulerMBean.getJobDetail ( String p1, String p2, String p3 ) [abstract] : javax.management.openmbean.CompositeData
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getJobDetail:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljavax/management/openmbean/CompositeData;]
QuartzSchedulerMBean.getJobGroupNames ( String p1 ) [abstract] : String[ ]
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getJobGroupNames:(Ljava/lang/String;)[Ljava/lang/String;]
QuartzSchedulerMBean.getJobNames ( String p1, String p2 ) [abstract] : String[ ]
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getJobNames:(Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String;]
QuartzSchedulerMBean.getPausedTriggerGroups ( String p1 ) [abstract] : java.util.Set
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getPausedTriggerGroups:(Ljava/lang/String;)Ljava/util/Set;]
QuartzSchedulerMBean.getTrigger ( String p1, String p2, String p3 ) [abstract] : javax.management.openmbean.CompositeData
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getTrigger:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljavax/management/openmbean/CompositeData;]
QuartzSchedulerMBean.getTriggerGroupNames ( String p1 ) [abstract] : String[ ]
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getTriggerGroupNames:(Ljava/lang/String;)[Ljava/lang/String;]
QuartzSchedulerMBean.getTriggerNames ( String p1, String p2 ) [abstract] : String[ ]
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getTriggerNames:(Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String;]
QuartzSchedulerMBean.getTriggersOfJob ( String p1, String p2, String p3 ) [abstract] : javax.management.openmbean.TabularData
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getTriggersOfJob:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljavax/management/openmbean/TabularData;]
QuartzSchedulerMBean.getTriggerState ( String p1, String p2, String p3 ) [abstract] : int
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getTriggerState:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I]
QuartzSchedulerMBean.interruptJob ( String p1, String p2, String p3 ) [abstract] : boolean
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.interruptJob:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z]
QuartzSchedulerMBean.pauseAllTriggers ( String p1 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.pauseAllTriggers:(Ljava/lang/String;)V]
QuartzSchedulerMBean.pauseJob ( String p1, String p2, String p3 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.pauseJob:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBean.pauseJobGroup ( String p1, String p2 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.pauseJobGroup:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBean.pauseTrigger ( String p1, String p2, String p3 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.pauseTrigger:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBean.pauseTriggerGroup ( String p1, String p2 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.pauseTriggerGroup:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBean.resumeAllTriggers ( String p1 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.resumeAllTriggers:(Ljava/lang/String;)V]
QuartzSchedulerMBean.resumeJob ( String p1, String p2, String p3 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.resumeJob:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBean.resumeJobGroup ( String p1, String p2 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.resumeJobGroup:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBean.resumeTrigger ( String p1, String p2, String p3 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.resumeTrigger:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBean.resumeTriggerGroup ( String p1, String p2 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.resumeTriggerGroup:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBean.scheduleJob ( String p1, String p2, String p3, String p4, String p5 ) [abstract] : java.util.Date
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.scheduleJob:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/Date;]
QuartzSchedulerMBean.triggerJob ( String p1, String p2, String p3, java.util.Map p4 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.triggerJob:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V]
QuartzSchedulerMBean.triggerJobWithVolatileTrigger ( String p1, String p2, String p3, java.util.Map p4 ) [abstract] : void
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.triggerJobWithVolatileTrigger:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V]
QuartzSchedulerMBean.unscheduleJob ( String p1, String p2, String p3 ) [abstract] : boolean
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.unscheduleJob:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z]
quartz-all-1.8.6.jar, QuartzSchedulerMBeanImpl.class
package org.quartz.core
QuartzSchedulerMBeanImpl.addJob ( String instanceId, javax.management.openmbean.CompositeData jobDetail, boolean replace ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.addJob:(Ljava/lang/String;Ljavax/management/openmbean/CompositeData;Z)V]
QuartzSchedulerMBeanImpl.deleteCalendar ( String instanceId, String name ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.deleteCalendar:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.deleteJob ( String instanceId, String jobName, String jobGroupName ) : boolean
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.deleteJob:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z]
QuartzSchedulerMBeanImpl.getAllJobDetails ( String instanceId ) : javax.management.openmbean.TabularData
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getAllJobDetails:(Ljava/lang/String;)Ljavax/management/openmbean/TabularData;]
QuartzSchedulerMBeanImpl.getAllTriggers ( String instanceId ) : javax.management.openmbean.TabularData
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getAllTriggers:(Ljava/lang/String;)Ljavax/management/openmbean/TabularData;]
QuartzSchedulerMBeanImpl.getCalendarNames ( String instanceId ) : String[ ]
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getCalendarNames:(Ljava/lang/String;)[Ljava/lang/String;]
QuartzSchedulerMBeanImpl.getJobDetail ( String instanceId, String jobName, String jobGroupName ) : javax.management.openmbean.CompositeData
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getJobDetail:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljavax/management/openmbean/CompositeData;]
QuartzSchedulerMBeanImpl.getJobGroupNames ( String instanceId ) : String[ ]
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getJobGroupNames:(Ljava/lang/String;)[Ljava/lang/String;]
QuartzSchedulerMBeanImpl.getJobNames ( String instanceId, String groupName ) : String[ ]
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getJobNames:(Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String;]
QuartzSchedulerMBeanImpl.getPausedTriggerGroups ( String instanceId ) : java.util.Set
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getPausedTriggerGroups:(Ljava/lang/String;)Ljava/util/Set;]
QuartzSchedulerMBeanImpl.getTrigger ( String instanceId, String triggerName, String triggerGroupName ) : javax.management.openmbean.CompositeData
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getTrigger:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljavax/management/openmbean/CompositeData;]
QuartzSchedulerMBeanImpl.getTriggerGroupNames ( String instanceId ) : String[ ]
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getTriggerGroupNames:(Ljava/lang/String;)[Ljava/lang/String;]
QuartzSchedulerMBeanImpl.getTriggerNames ( String instanceId, String triggerGroupName ) : String[ ]
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getTriggerNames:(Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String;]
QuartzSchedulerMBeanImpl.getTriggersOfJob ( String instanceId, String jobName, String jobGroupName ) : javax.management.openmbean.TabularData
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getTriggersOfJob:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljavax/management/openmbean/TabularData;]
QuartzSchedulerMBeanImpl.getTriggerState ( String instanceId, String triggerName, String triggerGroupName ) : int
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getTriggerState:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I]
QuartzSchedulerMBeanImpl.interruptJob ( String instanceId, String jobName, String jobGroupName ) : boolean
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.interruptJob:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z]
QuartzSchedulerMBeanImpl.jobDeleted ( String jobName, String groupName ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.jobDeleted:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.jobsPaused ( String jobName, String jobGroup ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.jobsPaused:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.jobsResumed ( String jobName, String jobGroup ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.jobsResumed:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.jobUnscheduled ( String triggerName, String triggerGroup ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.jobUnscheduled:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.pauseAllTriggers ( String instanceId ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.pauseAllTriggers:(Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.pauseJob ( String instanceId, String jobName, String groupName ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.pauseJob:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.pauseJobGroup ( String instanceId, String jobGroupName ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.pauseJobGroup:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.pauseTrigger ( String instanceId, String triggerName, String triggerGroup ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.pauseTrigger:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.pauseTriggerGroup ( String instanceId, String groupName ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.pauseTriggerGroup:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.resumeAllTriggers ( String instanceId ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.resumeAllTriggers:(Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.resumeJob ( String instanceId, String jobName, String jobGroupName ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.resumeJob:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.resumeJobGroup ( String instanceId, String jobGroupName ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.resumeJobGroup:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.resumeTrigger ( String instanceId, String triggerName, String triggerGroupName ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.resumeTrigger:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.resumeTriggerGroup ( String instanceId, String groupName ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.resumeTriggerGroup:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.scheduleJob ( String instanceId, String jobName, String jobGroup, String triggerName, String triggerGroup ) : java.util.Date
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.scheduleJob:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/Date;]
QuartzSchedulerMBeanImpl.triggerJob ( String instanceId, String jobName, String jobGroupName, java.util.Map jobDataMap ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.triggerJob:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V]
QuartzSchedulerMBeanImpl.triggerJobWithVolatileTrigger ( String instanceId, String jobName, String jobGroupName, java.util.Map jobDataMap ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.triggerJobWithVolatileTrigger:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V]
QuartzSchedulerMBeanImpl.triggersPaused ( String triggerName, String triggerGroup ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.triggersPaused:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.triggersResumed ( String triggerName, String triggerGroup ) : void
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.triggersResumed:(Ljava/lang/String;Ljava/lang/String;)V]
QuartzSchedulerMBeanImpl.unscheduleJob ( String instanceId, String triggerName, String triggerGroup ) : boolean
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.unscheduleJob:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z]
quartz-all-1.8.6.jar, QuartzSchedulerThread.class
package org.quartz.core
QuartzSchedulerThread.releaseTriggerRetryLoop ( org.quartz.Trigger trigger ) : void
[run-time name: org/quartz/core/QuartzSchedulerThread.releaseTriggerRetryLoop:(Lorg/quartz/Trigger;)V]
quartz-all-1.8.6.jar, RAMJobStore.class
package org.quartz.simpl
RAMJobStore.acquireNextTrigger ( org.quartz.core.SchedulingContext ctxt, long noLaterThan ) : org.quartz.Trigger
[run-time name: org/quartz/simpl/RAMJobStore.acquireNextTrigger:(Lorg/quartz/core/SchedulingContext;J)Lorg/quartz/Trigger;]
RAMJobStore.getCalendarNames ( org.quartz.core.SchedulingContext ctxt ) : String[ ]
[run-time name: org/quartz/simpl/RAMJobStore.getCalendarNames:(Lorg/quartz/core/SchedulingContext;)[Ljava/lang/String;]
RAMJobStore.getJobGroupNames ( org.quartz.core.SchedulingContext ctxt ) : String[ ]
[run-time name: org/quartz/simpl/RAMJobStore.getJobGroupNames:(Lorg/quartz/core/SchedulingContext;)[Ljava/lang/String;]
RAMJobStore.getJobNames ( org.quartz.core.SchedulingContext ctxt, String groupName ) : String[ ]
[run-time name: org/quartz/simpl/RAMJobStore.getJobNames:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)[Ljava/lang/String;]
RAMJobStore.getNumberOfCalendars ( org.quartz.core.SchedulingContext ctxt ) : int
[run-time name: org/quartz/simpl/RAMJobStore.getNumberOfCalendars:(Lorg/quartz/core/SchedulingContext;)I]
RAMJobStore.getNumberOfJobs ( org.quartz.core.SchedulingContext ctxt ) : int
[run-time name: org/quartz/simpl/RAMJobStore.getNumberOfJobs:(Lorg/quartz/core/SchedulingContext;)I]
RAMJobStore.getNumberOfTriggers ( org.quartz.core.SchedulingContext ctxt ) : int
[run-time name: org/quartz/simpl/RAMJobStore.getNumberOfTriggers:(Lorg/quartz/core/SchedulingContext;)I]
RAMJobStore.getPausedTriggerGroups ( org.quartz.core.SchedulingContext ctxt ) : java.util.Set
[run-time name: org/quartz/simpl/RAMJobStore.getPausedTriggerGroups:(Lorg/quartz/core/SchedulingContext;)Ljava/util/Set;]
RAMJobStore.getTriggerGroupNames ( org.quartz.core.SchedulingContext ctxt ) : String[ ]
[run-time name: org/quartz/simpl/RAMJobStore.getTriggerGroupNames:(Lorg/quartz/core/SchedulingContext;)[Ljava/lang/String;]
RAMJobStore.getTriggerNames ( org.quartz.core.SchedulingContext ctxt, String groupName ) : String[ ]
[run-time name: org/quartz/simpl/RAMJobStore.getTriggerNames:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)[Ljava/lang/String;]
RAMJobStore.getTriggersForJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName ) : org.quartz.Trigger[ ]
[run-time name: org/quartz/simpl/RAMJobStore.getTriggersForJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)[Lorg/quartz/Trigger;]
RAMJobStore.getTriggerState ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName ) : int
[run-time name: org/quartz/simpl/RAMJobStore.getTriggerState:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)I]
RAMJobStore.getTriggerWrappersForJob ( String jobName, String groupName ) : java.util.ArrayList
[run-time name: org/quartz/simpl/RAMJobStore.getTriggerWrappersForJob:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/ArrayList;]
RAMJobStore.pauseAll ( org.quartz.core.SchedulingContext ctxt ) : void
[run-time name: org/quartz/simpl/RAMJobStore.pauseAll:(Lorg/quartz/core/SchedulingContext;)V]
RAMJobStore.pauseJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName ) : void
[run-time name: org/quartz/simpl/RAMJobStore.pauseJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)V]
RAMJobStore.pauseJobGroup ( org.quartz.core.SchedulingContext ctxt, String groupName ) : void
[run-time name: org/quartz/simpl/RAMJobStore.pauseJobGroup:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)V]
RAMJobStore.pauseTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName ) : void
[run-time name: org/quartz/simpl/RAMJobStore.pauseTrigger:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)V]
RAMJobStore.pauseTriggerGroup ( org.quartz.core.SchedulingContext ctxt, String groupName ) : void
[run-time name: org/quartz/simpl/RAMJobStore.pauseTriggerGroup:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)V]
RAMJobStore.releaseAcquiredTrigger ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger trigger ) : void
[run-time name: org/quartz/simpl/RAMJobStore.releaseAcquiredTrigger:(Lorg/quartz/core/SchedulingContext;Lorg/quartz/Trigger;)V]
RAMJobStore.removeCalendar ( org.quartz.core.SchedulingContext ctxt, String calName ) : boolean
[run-time name: org/quartz/simpl/RAMJobStore.removeCalendar:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)Z]
RAMJobStore.removeJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName ) : boolean
[run-time name: org/quartz/simpl/RAMJobStore.removeJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)Z]
RAMJobStore.removeTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName ) : boolean
[run-time name: org/quartz/simpl/RAMJobStore.removeTrigger:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)Z]
RAMJobStore.replaceTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName, org.quartz.Trigger newTrigger ) : boolean
[run-time name: org/quartz/simpl/RAMJobStore.replaceTrigger:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;Lorg/quartz/Trigger;)Z]
RAMJobStore.resumeAll ( org.quartz.core.SchedulingContext ctxt ) : void
[run-time name: org/quartz/simpl/RAMJobStore.resumeAll:(Lorg/quartz/core/SchedulingContext;)V]
RAMJobStore.resumeJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName ) : void
[run-time name: org/quartz/simpl/RAMJobStore.resumeJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)V]
RAMJobStore.resumeJobGroup ( org.quartz.core.SchedulingContext ctxt, String groupName ) : void
[run-time name: org/quartz/simpl/RAMJobStore.resumeJobGroup:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)V]
RAMJobStore.resumeTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName ) : void
[run-time name: org/quartz/simpl/RAMJobStore.resumeTrigger:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)V]
RAMJobStore.resumeTriggerGroup ( org.quartz.core.SchedulingContext ctxt, String groupName ) : void
[run-time name: org/quartz/simpl/RAMJobStore.resumeTriggerGroup:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)V]
RAMJobStore.retrieveCalendar ( org.quartz.core.SchedulingContext ctxt, String calName ) : org.quartz.Calendar
[run-time name: org/quartz/simpl/RAMJobStore.retrieveCalendar:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)Lorg/quartz/Calendar;]
RAMJobStore.retrieveJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName ) : org.quartz.JobDetail
[run-time name: org/quartz/simpl/RAMJobStore.retrieveJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)Lorg/quartz/JobDetail;]
RAMJobStore.retrieveTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName ) : org.quartz.Trigger
[run-time name: org/quartz/simpl/RAMJobStore.retrieveTrigger:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)Lorg/quartz/Trigger;]
RAMJobStore.setAllTriggersOfJobToState ( String jobName, String jobGroup, int state ) : void
[run-time name: org/quartz/simpl/RAMJobStore.setAllTriggersOfJobToState:(Ljava/lang/String;Ljava/lang/String;I)V]
RAMJobStore.storeCalendar ( org.quartz.core.SchedulingContext ctxt, String name, org.quartz.Calendar calendar, boolean replaceExisting, boolean updateTriggers ) : void
[run-time name: org/quartz/simpl/RAMJobStore.storeCalendar:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Lorg/quartz/Calendar;ZZ)V]
RAMJobStore.storeJob ( org.quartz.core.SchedulingContext ctxt, org.quartz.JobDetail newJob, boolean replaceExisting ) : void
[run-time name: org/quartz/simpl/RAMJobStore.storeJob:(Lorg/quartz/core/SchedulingContext;Lorg/quartz/JobDetail;Z)V]
RAMJobStore.storeJobAndTrigger ( org.quartz.core.SchedulingContext ctxt, org.quartz.JobDetail newJob, org.quartz.Trigger newTrigger ) : void
[run-time name: org/quartz/simpl/RAMJobStore.storeJobAndTrigger:(Lorg/quartz/core/SchedulingContext;Lorg/quartz/JobDetail;Lorg/quartz/Trigger;)V]
RAMJobStore.storeTrigger ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger newTrigger, boolean replaceExisting ) : void
[run-time name: org/quartz/simpl/RAMJobStore.storeTrigger:(Lorg/quartz/core/SchedulingContext;Lorg/quartz/Trigger;Z)V]
RAMJobStore.triggeredJobComplete ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger trigger, org.quartz.JobDetail jobDetail, int triggerInstCode ) : void
[run-time name: org/quartz/simpl/RAMJobStore.triggeredJobComplete:(Lorg/quartz/core/SchedulingContext;Lorg/quartz/Trigger;Lorg/quartz/JobDetail;I)V]
RAMJobStore.triggerFired ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger trigger ) : org.quartz.spi.TriggerFiredBundle
[run-time name: org/quartz/simpl/RAMJobStore.triggerFired:(Lorg/quartz/core/SchedulingContext;Lorg/quartz/Trigger;)Lorg/quartz/spi/TriggerFiredBundle;]
quartz-all-1.8.6.jar, RemotableQuartzScheduler.class
package org.quartz.core
RemotableQuartzScheduler.addCalendar ( SchedulingContext p1, String p2, org.quartz.Calendar p3, boolean p4, boolean p5 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.addCalendar:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Lorg/quartz/Calendar;ZZ)V]
RemotableQuartzScheduler.addGlobalJobListener ( org.quartz.JobListener p1 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.addGlobalJobListener:(Lorg/quartz/JobListener;)V]
RemotableQuartzScheduler.addGlobalTriggerListener ( org.quartz.TriggerListener p1 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.addGlobalTriggerListener:(Lorg/quartz/TriggerListener;)V]
RemotableQuartzScheduler.addJob ( SchedulingContext p1, org.quartz.JobDetail p2, boolean p3 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.addJob:(Lorg/quartz/core/SchedulingContext;Lorg/quartz/JobDetail;Z)V]
RemotableQuartzScheduler.addJobListener ( org.quartz.JobListener p1 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.addJobListener:(Lorg/quartz/JobListener;)V]
RemotableQuartzScheduler.addSchedulerListener ( org.quartz.SchedulerListener p1 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.addSchedulerListener:(Lorg/quartz/SchedulerListener;)V]
RemotableQuartzScheduler.addTriggerListener ( org.quartz.TriggerListener p1 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.addTriggerListener:(Lorg/quartz/TriggerListener;)V]
RemotableQuartzScheduler.deleteCalendar ( SchedulingContext p1, String p2 ) [abstract] : boolean
[run-time name: org/quartz/core/RemotableQuartzScheduler.deleteCalendar:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)Z]
RemotableQuartzScheduler.deleteJob ( SchedulingContext p1, String p2, String p3 ) [abstract] : boolean
[run-time name: org/quartz/core/RemotableQuartzScheduler.deleteJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)Z]
RemotableQuartzScheduler.getCalendar ( SchedulingContext p1, String p2 ) [abstract] : org.quartz.Calendar
[run-time name: org/quartz/core/RemotableQuartzScheduler.getCalendar:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)Lorg/quartz/Calendar;]
RemotableQuartzScheduler.getCalendarNames ( SchedulingContext p1 ) [abstract] : String[ ]
[run-time name: org/quartz/core/RemotableQuartzScheduler.getCalendarNames:(Lorg/quartz/core/SchedulingContext;)[Ljava/lang/String;]
RemotableQuartzScheduler.getGlobalJobListener ( String p1 ) [abstract] : org.quartz.JobListener
[run-time name: org/quartz/core/RemotableQuartzScheduler.getGlobalJobListener:(Ljava/lang/String;)Lorg/quartz/JobListener;]
RemotableQuartzScheduler.getGlobalJobListeners ( ) [abstract] : java.util.List
[run-time name: org/quartz/core/RemotableQuartzScheduler.getGlobalJobListeners:()Ljava/util/List;]
RemotableQuartzScheduler.getGlobalTriggerListener ( String p1 ) [abstract] : org.quartz.TriggerListener
[run-time name: org/quartz/core/RemotableQuartzScheduler.getGlobalTriggerListener:(Ljava/lang/String;)Lorg/quartz/TriggerListener;]
RemotableQuartzScheduler.getGlobalTriggerListeners ( ) [abstract] : java.util.List
[run-time name: org/quartz/core/RemotableQuartzScheduler.getGlobalTriggerListeners:()Ljava/util/List;]
RemotableQuartzScheduler.getJobDetail ( SchedulingContext p1, String p2, String p3 ) [abstract] : org.quartz.JobDetail
[run-time name: org/quartz/core/RemotableQuartzScheduler.getJobDetail:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)Lorg/quartz/JobDetail;]
RemotableQuartzScheduler.getJobGroupNames ( SchedulingContext p1 ) [abstract] : String[ ]
[run-time name: org/quartz/core/RemotableQuartzScheduler.getJobGroupNames:(Lorg/quartz/core/SchedulingContext;)[Ljava/lang/String;]
RemotableQuartzScheduler.getJobListener ( String p1 ) [abstract] : org.quartz.JobListener
[run-time name: org/quartz/core/RemotableQuartzScheduler.getJobListener:(Ljava/lang/String;)Lorg/quartz/JobListener;]
RemotableQuartzScheduler.getJobListenerNames ( ) [abstract] : java.util.Set
[run-time name: org/quartz/core/RemotableQuartzScheduler.getJobListenerNames:()Ljava/util/Set;]
RemotableQuartzScheduler.getJobNames ( SchedulingContext p1, String p2 ) [abstract] : String[ ]
[run-time name: org/quartz/core/RemotableQuartzScheduler.getJobNames:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)[Ljava/lang/String;]
RemotableQuartzScheduler.getPausedTriggerGroups ( SchedulingContext p1 ) [abstract] : java.util.Set
[run-time name: org/quartz/core/RemotableQuartzScheduler.getPausedTriggerGroups:(Lorg/quartz/core/SchedulingContext;)Ljava/util/Set;]
RemotableQuartzScheduler.getSchedulerListeners ( ) [abstract] : java.util.List
[run-time name: org/quartz/core/RemotableQuartzScheduler.getSchedulerListeners:()Ljava/util/List;]
RemotableQuartzScheduler.getTrigger ( SchedulingContext p1, String p2, String p3 ) [abstract] : org.quartz.Trigger
[run-time name: org/quartz/core/RemotableQuartzScheduler.getTrigger:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)Lorg/quartz/Trigger;]
RemotableQuartzScheduler.getTriggerGroupNames ( SchedulingContext p1 ) [abstract] : String[ ]
[run-time name: org/quartz/core/RemotableQuartzScheduler.getTriggerGroupNames:(Lorg/quartz/core/SchedulingContext;)[Ljava/lang/String;]
RemotableQuartzScheduler.getTriggerListener ( String p1 ) [abstract] : org.quartz.TriggerListener
[run-time name: org/quartz/core/RemotableQuartzScheduler.getTriggerListener:(Ljava/lang/String;)Lorg/quartz/TriggerListener;]
RemotableQuartzScheduler.getTriggerListenerNames ( ) [abstract] : java.util.Set
[run-time name: org/quartz/core/RemotableQuartzScheduler.getTriggerListenerNames:()Ljava/util/Set;]
RemotableQuartzScheduler.getTriggerNames ( SchedulingContext p1, String p2 ) [abstract] : String[ ]
[run-time name: org/quartz/core/RemotableQuartzScheduler.getTriggerNames:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)[Ljava/lang/String;]
RemotableQuartzScheduler.getTriggersOfJob ( SchedulingContext p1, String p2, String p3 ) [abstract] : org.quartz.Trigger[ ]
[run-time name: org/quartz/core/RemotableQuartzScheduler.getTriggersOfJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)[Lorg/quartz/Trigger;]
RemotableQuartzScheduler.getTriggerState ( SchedulingContext p1, String p2, String p3 ) [abstract] : int
[run-time name: org/quartz/core/RemotableQuartzScheduler.getTriggerState:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)I]
RemotableQuartzScheduler.interrupt ( SchedulingContext p1, String p2, String p3 ) [abstract] : boolean
[run-time name: org/quartz/core/RemotableQuartzScheduler.interrupt:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)Z]
RemotableQuartzScheduler.pauseAll ( SchedulingContext p1 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.pauseAll:(Lorg/quartz/core/SchedulingContext;)V]
RemotableQuartzScheduler.pauseJob ( SchedulingContext p1, String p2, String p3 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.pauseJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)V]
RemotableQuartzScheduler.pauseJobGroup ( SchedulingContext p1, String p2 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.pauseJobGroup:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)V]
RemotableQuartzScheduler.pauseTrigger ( SchedulingContext p1, String p2, String p3 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.pauseTrigger:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)V]
RemotableQuartzScheduler.pauseTriggerGroup ( SchedulingContext p1, String p2 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.pauseTriggerGroup:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)V]
RemotableQuartzScheduler.removeGlobalJobListener ( String p1 ) [abstract] : boolean
[run-time name: org/quartz/core/RemotableQuartzScheduler.removeGlobalJobListener:(Ljava/lang/String;)Z]
RemotableQuartzScheduler.removeGlobalTriggerListener ( String p1 ) [abstract] : boolean
[run-time name: org/quartz/core/RemotableQuartzScheduler.removeGlobalTriggerListener:(Ljava/lang/String;)Z]
RemotableQuartzScheduler.removeJobListener ( String p1 ) [abstract] : boolean
[run-time name: org/quartz/core/RemotableQuartzScheduler.removeJobListener:(Ljava/lang/String;)Z]
RemotableQuartzScheduler.removeSchedulerListener ( org.quartz.SchedulerListener p1 ) [abstract] : boolean
[run-time name: org/quartz/core/RemotableQuartzScheduler.removeSchedulerListener:(Lorg/quartz/SchedulerListener;)Z]
RemotableQuartzScheduler.removeTriggerListener ( String p1 ) [abstract] : boolean
[run-time name: org/quartz/core/RemotableQuartzScheduler.removeTriggerListener:(Ljava/lang/String;)Z]
RemotableQuartzScheduler.rescheduleJob ( SchedulingContext p1, String p2, String p3, org.quartz.Trigger p4 ) [abstract] : java.util.Date
[run-time name: org/quartz/core/RemotableQuartzScheduler.rescheduleJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;Lorg/quartz/Trigger;)Ljava/util/Date;]
RemotableQuartzScheduler.resumeAll ( SchedulingContext p1 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.resumeAll:(Lorg/quartz/core/SchedulingContext;)V]
RemotableQuartzScheduler.resumeJob ( SchedulingContext p1, String p2, String p3 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.resumeJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)V]
RemotableQuartzScheduler.resumeJobGroup ( SchedulingContext p1, String p2 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.resumeJobGroup:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)V]
RemotableQuartzScheduler.resumeTrigger ( SchedulingContext p1, String p2, String p3 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.resumeTrigger:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)V]
RemotableQuartzScheduler.resumeTriggerGroup ( SchedulingContext p1, String p2 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.resumeTriggerGroup:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;)V]
RemotableQuartzScheduler.scheduleJob ( SchedulingContext p1, org.quartz.JobDetail p2, org.quartz.Trigger p3 ) [abstract] : java.util.Date
[run-time name: org/quartz/core/RemotableQuartzScheduler.scheduleJob:(Lorg/quartz/core/SchedulingContext;Lorg/quartz/JobDetail;Lorg/quartz/Trigger;)Ljava/util/Date;]
RemotableQuartzScheduler.scheduleJob ( SchedulingContext p1, org.quartz.Trigger p2 ) [abstract] : java.util.Date
[run-time name: org/quartz/core/RemotableQuartzScheduler.scheduleJob:(Lorg/quartz/core/SchedulingContext;Lorg/quartz/Trigger;)Ljava/util/Date;]
RemotableQuartzScheduler.triggerJob ( SchedulingContext p1, String p2, String p3, org.quartz.JobDataMap p4 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.triggerJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;Lorg/quartz/JobDataMap;)V]
RemotableQuartzScheduler.triggerJobWithVolatileTrigger ( SchedulingContext p1, String p2, String p3, org.quartz.JobDataMap p4 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.triggerJobWithVolatileTrigger:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;Lorg/quartz/JobDataMap;)V]
RemotableQuartzScheduler.unscheduleJob ( SchedulingContext p1, String p2, String p3 ) [abstract] : boolean
[run-time name: org/quartz/core/RemotableQuartzScheduler.unscheduleJob:(Lorg/quartz/core/SchedulingContext;Ljava/lang/String;Ljava/lang/String;)Z]
quartz-all-1.8.6.jar, Scheduler.class
package org.quartz
Scheduler.addGlobalJobListener ( JobListener p1 ) [abstract] : void
[run-time name: org/quartz/Scheduler.addGlobalJobListener:(Lorg/quartz/JobListener;)V]
Scheduler.addGlobalTriggerListener ( TriggerListener p1 ) [abstract] : void
[run-time name: org/quartz/Scheduler.addGlobalTriggerListener:(Lorg/quartz/TriggerListener;)V]
Scheduler.addJobListener ( JobListener p1 ) [abstract] : void
[run-time name: org/quartz/Scheduler.addJobListener:(Lorg/quartz/JobListener;)V]
Scheduler.addSchedulerListener ( SchedulerListener p1 ) [abstract] : void
[run-time name: org/quartz/Scheduler.addSchedulerListener:(Lorg/quartz/SchedulerListener;)V]
Scheduler.addTriggerListener ( TriggerListener p1 ) [abstract] : void
[run-time name: org/quartz/Scheduler.addTriggerListener:(Lorg/quartz/TriggerListener;)V]
Scheduler.deleteJob ( String p1, String p2 ) [abstract] : boolean
[run-time name: org/quartz/Scheduler.deleteJob:(Ljava/lang/String;Ljava/lang/String;)Z]
Scheduler.getCalendarNames ( ) [abstract] : String[ ]
[run-time name: org/quartz/Scheduler.getCalendarNames:()[Ljava/lang/String;]
Scheduler.getGlobalJobListener ( String p1 ) [abstract] : JobListener
[run-time name: org/quartz/Scheduler.getGlobalJobListener:(Ljava/lang/String;)Lorg/quartz/JobListener;]
Scheduler.getGlobalJobListeners ( ) [abstract] : java.util.List
[run-time name: org/quartz/Scheduler.getGlobalJobListeners:()Ljava/util/List;]
Scheduler.getGlobalTriggerListener ( String p1 ) [abstract] : TriggerListener
[run-time name: org/quartz/Scheduler.getGlobalTriggerListener:(Ljava/lang/String;)Lorg/quartz/TriggerListener;]
Scheduler.getGlobalTriggerListeners ( ) [abstract] : java.util.List
[run-time name: org/quartz/Scheduler.getGlobalTriggerListeners:()Ljava/util/List;]
Scheduler.getJobDetail ( String p1, String p2 ) [abstract] : JobDetail
[run-time name: org/quartz/Scheduler.getJobDetail:(Ljava/lang/String;Ljava/lang/String;)Lorg/quartz/JobDetail;]
Scheduler.getJobGroupNames ( ) [abstract] : String[ ]
[run-time name: org/quartz/Scheduler.getJobGroupNames:()[Ljava/lang/String;]
Scheduler.getJobListener ( String p1 ) [abstract] : JobListener
[run-time name: org/quartz/Scheduler.getJobListener:(Ljava/lang/String;)Lorg/quartz/JobListener;]
Scheduler.getJobListenerNames ( ) [abstract] : java.util.Set
[run-time name: org/quartz/Scheduler.getJobListenerNames:()Ljava/util/Set;]
Scheduler.getJobNames ( String p1 ) [abstract] : String[ ]
[run-time name: org/quartz/Scheduler.getJobNames:(Ljava/lang/String;)[Ljava/lang/String;]
Scheduler.getSchedulerListeners ( ) [abstract] : java.util.List
[run-time name: org/quartz/Scheduler.getSchedulerListeners:()Ljava/util/List;]
Scheduler.getTrigger ( String p1, String p2 ) [abstract] : Trigger
[run-time name: org/quartz/Scheduler.getTrigger:(Ljava/lang/String;Ljava/lang/String;)Lorg/quartz/Trigger;]
Scheduler.getTriggerGroupNames ( ) [abstract] : String[ ]
[run-time name: org/quartz/Scheduler.getTriggerGroupNames:()[Ljava/lang/String;]
Scheduler.getTriggerListener ( String p1 ) [abstract] : TriggerListener
[run-time name: org/quartz/Scheduler.getTriggerListener:(Ljava/lang/String;)Lorg/quartz/TriggerListener;]
Scheduler.getTriggerListenerNames ( ) [abstract] : java.util.Set
[run-time name: org/quartz/Scheduler.getTriggerListenerNames:()Ljava/util/Set;]
Scheduler.getTriggerNames ( String p1 ) [abstract] : String[ ]
[run-time name: org/quartz/Scheduler.getTriggerNames:(Ljava/lang/String;)[Ljava/lang/String;]
Scheduler.getTriggersOfJob ( String p1, String p2 ) [abstract] : Trigger[ ]
[run-time name: org/quartz/Scheduler.getTriggersOfJob:(Ljava/lang/String;Ljava/lang/String;)[Lorg/quartz/Trigger;]
Scheduler.getTriggerState ( String p1, String p2 ) [abstract] : int
[run-time name: org/quartz/Scheduler.getTriggerState:(Ljava/lang/String;Ljava/lang/String;)I]
Scheduler.interrupt ( String p1, String p2 ) [abstract] : boolean
[run-time name: org/quartz/Scheduler.interrupt:(Ljava/lang/String;Ljava/lang/String;)Z]
Scheduler.pauseJob ( String p1, String p2 ) [abstract] : void
[run-time name: org/quartz/Scheduler.pauseJob:(Ljava/lang/String;Ljava/lang/String;)V]
Scheduler.pauseJobGroup ( String p1 ) [abstract] : void
[run-time name: org/quartz/Scheduler.pauseJobGroup:(Ljava/lang/String;)V]
Scheduler.pauseTrigger ( String p1, String p2 ) [abstract] : void
[run-time name: org/quartz/Scheduler.pauseTrigger:(Ljava/lang/String;Ljava/lang/String;)V]
Scheduler.pauseTriggerGroup ( String p1 ) [abstract] : void
[run-time name: org/quartz/Scheduler.pauseTriggerGroup:(Ljava/lang/String;)V]
Scheduler.removeGlobalJobListener ( String p1 ) [abstract] : boolean
[run-time name: org/quartz/Scheduler.removeGlobalJobListener:(Ljava/lang/String;)Z]
Scheduler.removeGlobalTriggerListener ( String p1 ) [abstract] : boolean
[run-time name: org/quartz/Scheduler.removeGlobalTriggerListener:(Ljava/lang/String;)Z]
Scheduler.removeJobListener ( String p1 ) [abstract] : boolean
[run-time name: org/quartz/Scheduler.removeJobListener:(Ljava/lang/String;)Z]
Scheduler.removeSchedulerListener ( SchedulerListener p1 ) [abstract] : boolean
[run-time name: org/quartz/Scheduler.removeSchedulerListener:(Lorg/quartz/SchedulerListener;)Z]
Scheduler.removeTriggerListener ( String p1 ) [abstract] : boolean
[run-time name: org/quartz/Scheduler.removeTriggerListener:(Ljava/lang/String;)Z]
Scheduler.rescheduleJob ( String p1, String p2, Trigger p3 ) [abstract] : java.util.Date
[run-time name: org/quartz/Scheduler.rescheduleJob:(Ljava/lang/String;Ljava/lang/String;Lorg/quartz/Trigger;)Ljava/util/Date;]
Scheduler.resumeJob ( String p1, String p2 ) [abstract] : void
[run-time name: org/quartz/Scheduler.resumeJob:(Ljava/lang/String;Ljava/lang/String;)V]
Scheduler.resumeJobGroup ( String p1 ) [abstract] : void
[run-time name: org/quartz/Scheduler.resumeJobGroup:(Ljava/lang/String;)V]
Scheduler.resumeTrigger ( String p1, String p2 ) [abstract] : void
[run-time name: org/quartz/Scheduler.resumeTrigger:(Ljava/lang/String;Ljava/lang/String;)V]
Scheduler.resumeTriggerGroup ( String p1 ) [abstract] : void
[run-time name: org/quartz/Scheduler.resumeTriggerGroup:(Ljava/lang/String;)V]
Scheduler.triggerJob ( String p1, String p2 ) [abstract] : void
[run-time name: org/quartz/Scheduler.triggerJob:(Ljava/lang/String;Ljava/lang/String;)V]
Scheduler.triggerJob ( String p1, String p2, JobDataMap p3 ) [abstract] : void
[run-time name: org/quartz/Scheduler.triggerJob:(Ljava/lang/String;Ljava/lang/String;Lorg/quartz/JobDataMap;)V]
Scheduler.triggerJobWithVolatileTrigger ( String p1, String p2 ) [abstract] : void
[run-time name: org/quartz/Scheduler.triggerJobWithVolatileTrigger:(Ljava/lang/String;Ljava/lang/String;)V]
Scheduler.triggerJobWithVolatileTrigger ( String p1, String p2, JobDataMap p3 ) [abstract] : void
[run-time name: org/quartz/Scheduler.triggerJobWithVolatileTrigger:(Ljava/lang/String;Ljava/lang/String;Lorg/quartz/JobDataMap;)V]
Scheduler.unscheduleJob ( String p1, String p2 ) [abstract] : boolean
[run-time name: org/quartz/Scheduler.unscheduleJob:(Ljava/lang/String;Ljava/lang/String;)Z]
quartz-all-1.8.6.jar, SchedulerException.class
package org.quartz
SchedulerException.getErrorCode ( ) : int
[run-time name: org/quartz/SchedulerException.getErrorCode:()I]
SchedulerException.isClientError ( ) : boolean
[run-time name: org/quartz/SchedulerException.isClientError:()Z]
SchedulerException.isConfigurationError ( ) : boolean
[run-time name: org/quartz/SchedulerException.isConfigurationError:()Z]
SchedulerException.isJobListenerError ( ) : boolean
[run-time name: org/quartz/SchedulerException.isJobListenerError:()Z]
SchedulerException.isPersistenceError ( ) : boolean
[run-time name: org/quartz/SchedulerException.isPersistenceError:()Z]
SchedulerException.isThreadPoolError ( ) : boolean
[run-time name: org/quartz/SchedulerException.isThreadPoolError:()Z]
SchedulerException.isTriggerListenerError ( ) : boolean
[run-time name: org/quartz/SchedulerException.isTriggerListenerError:()Z]
SchedulerException.SchedulerException ( String msg, int errorCode )
[run-time name: org/quartz/SchedulerException."<init>":(Ljava/lang/String;I)V]
SchedulerException.SchedulerException ( String msg, Throwable cause, int errorCode )
[run-time name: org/quartz/SchedulerException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;I)V]
SchedulerException.setErrorCode ( int errorCode ) : void
[run-time name: org/quartz/SchedulerException.setErrorCode:(I)V]
quartz-all-1.8.6.jar, SchedulerListener.class
package org.quartz
SchedulerListener.jobDeleted ( String p1, String p2 ) [abstract] : void
[run-time name: org/quartz/SchedulerListener.jobDeleted:(Ljava/lang/String;Ljava/lang/String;)V]
SchedulerListener.jobsPaused ( String p1, String p2 ) [abstract] : void
[run-time name: org/quartz/SchedulerListener.jobsPaused:(Ljava/lang/String;Ljava/lang/String;)V]
SchedulerListener.jobsResumed ( String p1, String p2 ) [abstract] : void
[run-time name: org/quartz/SchedulerListener.jobsResumed:(Ljava/lang/String;Ljava/lang/String;)V]
SchedulerListener.jobUnscheduled ( String p1, String p2 ) [abstract] : void
[run-time name: org/quartz/SchedulerListener.jobUnscheduled:(Ljava/lang/String;Ljava/lang/String;)V]
SchedulerListener.triggersPaused ( String p1, String p2 ) [abstract] : void
[run-time name: org/quartz/SchedulerListener.triggersPaused:(Ljava/lang/String;Ljava/lang/String;)V]
SchedulerListener.triggersResumed ( String p1, String p2 ) [abstract] : void
[run-time name: org/quartz/SchedulerListener.triggersResumed:(Ljava/lang/String;Ljava/lang/String;)V]
quartz-all-1.8.6.jar, SchedulerListenerSupport.class
package org.quartz.listeners
SchedulerListenerSupport.jobDeleted ( String jobName, String groupName ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.jobDeleted:(Ljava/lang/String;Ljava/lang/String;)V]
SchedulerListenerSupport.jobsPaused ( String jobName, String jobGroup ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.jobsPaused:(Ljava/lang/String;Ljava/lang/String;)V]
SchedulerListenerSupport.jobsResumed ( String jobName, String jobGroup ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.jobsResumed:(Ljava/lang/String;Ljava/lang/String;)V]
SchedulerListenerSupport.jobUnscheduled ( String triggerName, String triggerGroup ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.jobUnscheduled:(Ljava/lang/String;Ljava/lang/String;)V]
SchedulerListenerSupport.triggersPaused ( String triggerName, String triggerGroup ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.triggersPaused:(Ljava/lang/String;Ljava/lang/String;)V]
SchedulerListenerSupport.triggersResumed ( String triggerName, String triggerGroup ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.triggersResumed:(Ljava/lang/String;Ljava/lang/String;)V]
quartz-all-1.8.6.jar, SchedulingContext.class
package org.quartz.core
SchedulingContext.getInstanceId ( ) : String
[run-time name: org/quartz/core/SchedulingContext.getInstanceId:()Ljava/lang/String;]
SchedulingContext.SchedulingContext ( )
[run-time name: org/quartz/core/SchedulingContext."<init>":()V]
SchedulingContext.SchedulingContext ( String instanceId )
[run-time name: org/quartz/core/SchedulingContext."<init>":(Ljava/lang/String;)V]
SchedulingContext.setInstanceId ( String instanceId ) : void
[run-time name: org/quartz/core/SchedulingContext.setInstanceId:(Ljava/lang/String;)V]
quartz-all-1.8.6.jar, SimpleJobFactory.class
package org.quartz.simpl
SimpleJobFactory.newJob ( org.quartz.spi.TriggerFiredBundle bundle ) : org.quartz.Job
[run-time name: org/quartz/simpl/SimpleJobFactory.newJob:(Lorg/quartz/spi/TriggerFiredBundle;)Lorg/quartz/Job;]
quartz-all-1.8.6.jar, SimpleTrigger.class
package org.quartz
SimpleTrigger.computeFirstFireTime ( Calendar calendar ) : java.util.Date
[run-time name: org/quartz/SimpleTrigger.computeFirstFireTime:(Lorg/quartz/Calendar;)Ljava/util/Date;]
SimpleTrigger.computeNumTimesFiredBetween ( java.util.Date start, java.util.Date end ) : int
[run-time name: org/quartz/SimpleTrigger.computeNumTimesFiredBetween:(Ljava/util/Date;Ljava/util/Date;)I]
SimpleTrigger.executionComplete ( JobExecutionContext context, JobExecutionException result ) : int
[run-time name: org/quartz/SimpleTrigger.executionComplete:(Lorg/quartz/JobExecutionContext;Lorg/quartz/JobExecutionException;)I]
SimpleTrigger.getEndTime ( ) : java.util.Date
[run-time name: org/quartz/SimpleTrigger.getEndTime:()Ljava/util/Date;]
SimpleTrigger.getFinalFireTime ( ) : java.util.Date
[run-time name: org/quartz/SimpleTrigger.getFinalFireTime:()Ljava/util/Date;]
SimpleTrigger.getFireTimeAfter ( java.util.Date afterTime ) : java.util.Date
[run-time name: org/quartz/SimpleTrigger.getFireTimeAfter:(Ljava/util/Date;)Ljava/util/Date;]
SimpleTrigger.getFireTimeBefore ( java.util.Date end ) : java.util.Date
[run-time name: org/quartz/SimpleTrigger.getFireTimeBefore:(Ljava/util/Date;)Ljava/util/Date;]
SimpleTrigger.getNextFireTime ( ) : java.util.Date
[run-time name: org/quartz/SimpleTrigger.getNextFireTime:()Ljava/util/Date;]
SimpleTrigger.getPreviousFireTime ( ) : java.util.Date
[run-time name: org/quartz/SimpleTrigger.getPreviousFireTime:()Ljava/util/Date;]
SimpleTrigger.getStartTime ( ) : java.util.Date
[run-time name: org/quartz/SimpleTrigger.getStartTime:()Ljava/util/Date;]
SimpleTrigger.hasAdditionalProperties ( ) : boolean
[run-time name: org/quartz/SimpleTrigger.hasAdditionalProperties:()Z]
SimpleTrigger.mayFireAgain ( ) : boolean
[run-time name: org/quartz/SimpleTrigger.mayFireAgain:()Z]
SimpleTrigger.setEndTime ( java.util.Date endTime ) : void
[run-time name: org/quartz/SimpleTrigger.setEndTime:(Ljava/util/Date;)V]
SimpleTrigger.setNextFireTime ( java.util.Date nextFireTime ) : void
[run-time name: org/quartz/SimpleTrigger.setNextFireTime:(Ljava/util/Date;)V]
SimpleTrigger.setPreviousFireTime ( java.util.Date previousFireTime ) : void
[run-time name: org/quartz/SimpleTrigger.setPreviousFireTime:(Ljava/util/Date;)V]
SimpleTrigger.setRepeatCount ( int repeatCount ) : void
[run-time name: org/quartz/SimpleTrigger.setRepeatCount:(I)V]
SimpleTrigger.setRepeatInterval ( long repeatInterval ) : void
[run-time name: org/quartz/SimpleTrigger.setRepeatInterval:(J)V]
SimpleTrigger.setStartTime ( java.util.Date startTime ) : void
[run-time name: org/quartz/SimpleTrigger.setStartTime:(Ljava/util/Date;)V]
SimpleTrigger.setTimesTriggered ( int timesTriggered ) : void
[run-time name: org/quartz/SimpleTrigger.setTimesTriggered:(I)V]
SimpleTrigger.SimpleTrigger ( )
[run-time name: org/quartz/SimpleTrigger."<init>":()V]
SimpleTrigger.SimpleTrigger ( String name )
[run-time name: org/quartz/SimpleTrigger."<init>":(Ljava/lang/String;)V]
SimpleTrigger.SimpleTrigger ( String name, int repeatCount, long repeatInterval )
[run-time name: org/quartz/SimpleTrigger."<init>":(Ljava/lang/String;IJ)V]
SimpleTrigger.SimpleTrigger ( String name, java.util.Date startTime )
[run-time name: org/quartz/SimpleTrigger."<init>":(Ljava/lang/String;Ljava/util/Date;)V]
SimpleTrigger.SimpleTrigger ( String name, java.util.Date startTime, java.util.Date endTime, int repeatCount, long repeatInterval )
[run-time name: org/quartz/SimpleTrigger."<init>":(Ljava/lang/String;Ljava/util/Date;Ljava/util/Date;IJ)V]
SimpleTrigger.SimpleTrigger ( String name, String group )
[run-time name: org/quartz/SimpleTrigger."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
SimpleTrigger.SimpleTrigger ( String name, String group, int repeatCount, long repeatInterval )
[run-time name: org/quartz/SimpleTrigger."<init>":(Ljava/lang/String;Ljava/lang/String;IJ)V]
SimpleTrigger.SimpleTrigger ( String name, String group, java.util.Date startTime )
[run-time name: org/quartz/SimpleTrigger."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/util/Date;)V]
SimpleTrigger.SimpleTrigger ( String name, String group, java.util.Date startTime, java.util.Date endTime, int repeatCount, long repeatInterval )
[run-time name: org/quartz/SimpleTrigger."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/util/Date;Ljava/util/Date;IJ)V]
SimpleTrigger.SimpleTrigger ( String name, String group, String jobName, String jobGroup, java.util.Date startTime, java.util.Date endTime, int repeatCount, long repeatInterval )
[run-time name: org/quartz/SimpleTrigger."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Date;Ljava/util/Date;IJ)V]
SimpleTrigger.triggered ( Calendar calendar ) : void
[run-time name: org/quartz/SimpleTrigger.triggered:(Lorg/quartz/Calendar;)V]
SimpleTrigger.updateAfterMisfire ( Calendar cal ) : void
[run-time name: org/quartz/SimpleTrigger.updateAfterMisfire:(Lorg/quartz/Calendar;)V]
SimpleTrigger.updateWithNewCalendar ( Calendar calendar, long misfireThreshold ) : void
[run-time name: org/quartz/SimpleTrigger.updateWithNewCalendar:(Lorg/quartz/Calendar;J)V]
SimpleTrigger.validate ( ) : void
[run-time name: org/quartz/SimpleTrigger.validate:()V]
SimpleTrigger.validateMisfireInstruction ( int misfireInstruction ) : boolean
[run-time name: org/quartz/SimpleTrigger.validateMisfireInstruction:(I)Z]
quartz-all-1.8.6.jar, Trigger.class
package org.quartz
Trigger.addTriggerListener ( String name ) : void
[run-time name: org/quartz/Trigger.addTriggerListener:(Ljava/lang/String;)V]
Trigger.clearAllTriggerListeners ( ) : void
[run-time name: org/quartz/Trigger.clearAllTriggerListeners:()V]
Trigger.clone ( ) : Object
[run-time name: org/quartz/Trigger.clone:()Ljava/lang/Object;]
Trigger.compareTo ( Object obj ) : int
[run-time name: org/quartz/Trigger.compareTo:(Ljava/lang/Object;)I]
Trigger.computeFirstFireTime ( Calendar p1 ) [abstract] : java.util.Date
[run-time name: org/quartz/Trigger.computeFirstFireTime:(Lorg/quartz/Calendar;)Ljava/util/Date;]
Trigger.executionComplete ( JobExecutionContext p1, JobExecutionException p2 ) [abstract] : int
[run-time name: org/quartz/Trigger.executionComplete:(Lorg/quartz/JobExecutionContext;Lorg/quartz/JobExecutionException;)I]
Trigger.getFireInstanceId ( ) : String
[run-time name: org/quartz/Trigger.getFireInstanceId:()Ljava/lang/String;]
Trigger.getFullJobName ( ) : String
[run-time name: org/quartz/Trigger.getFullJobName:()Ljava/lang/String;]
Trigger.getFullName ( ) : String
[run-time name: org/quartz/Trigger.getFullName:()Ljava/lang/String;]
Trigger.getGroup ( ) : String
[run-time name: org/quartz/Trigger.getGroup:()Ljava/lang/String;]
Trigger.getJobGroup ( ) : String
[run-time name: org/quartz/Trigger.getJobGroup:()Ljava/lang/String;]
Trigger.getJobName ( ) : String
[run-time name: org/quartz/Trigger.getJobName:()Ljava/lang/String;]
Trigger.getKey ( ) : utils.Key
[run-time name: org/quartz/Trigger.getKey:()Lorg/quartz/utils/Key;]
Trigger.getName ( ) : String
[run-time name: org/quartz/Trigger.getName:()Ljava/lang/String;]
Trigger.getTriggerListenerNames ( ) : String[ ]
[run-time name: org/quartz/Trigger.getTriggerListenerNames:()[Ljava/lang/String;]
Trigger.hashCode ( ) : int
[run-time name: org/quartz/Trigger.hashCode:()I]
Trigger.isVolatile ( ) : boolean
[run-time name: org/quartz/Trigger.isVolatile:()Z]
Trigger.removeTriggerListener ( String name ) : boolean
[run-time name: org/quartz/Trigger.removeTriggerListener:(Ljava/lang/String;)Z]
Trigger.setCalendarName ( String calendarName ) : void
[run-time name: org/quartz/Trigger.setCalendarName:(Ljava/lang/String;)V]
Trigger.setDescription ( String description ) : void
[run-time name: org/quartz/Trigger.setDescription:(Ljava/lang/String;)V]
Trigger.setEndTime ( java.util.Date p1 ) [abstract] : void
[run-time name: org/quartz/Trigger.setEndTime:(Ljava/util/Date;)V]
Trigger.setFireInstanceId ( String id ) : void
[run-time name: org/quartz/Trigger.setFireInstanceId:(Ljava/lang/String;)V]
Trigger.setGroup ( String group ) : void
[run-time name: org/quartz/Trigger.setGroup:(Ljava/lang/String;)V]
Trigger.setJobDataMap ( JobDataMap jobDataMap ) : void
[run-time name: org/quartz/Trigger.setJobDataMap:(Lorg/quartz/JobDataMap;)V]
Trigger.setJobGroup ( String jobGroup ) : void
[run-time name: org/quartz/Trigger.setJobGroup:(Ljava/lang/String;)V]
Trigger.setJobName ( String jobName ) : void
[run-time name: org/quartz/Trigger.setJobName:(Ljava/lang/String;)V]
Trigger.setMisfireInstruction ( int misfireInstruction ) : void
[run-time name: org/quartz/Trigger.setMisfireInstruction:(I)V]
Trigger.setName ( String name ) : void
[run-time name: org/quartz/Trigger.setName:(Ljava/lang/String;)V]
Trigger.setPriority ( int priority ) : void
[run-time name: org/quartz/Trigger.setPriority:(I)V]
Trigger.setStartTime ( java.util.Date p1 ) [abstract] : void
[run-time name: org/quartz/Trigger.setStartTime:(Ljava/util/Date;)V]
Trigger.setVolatility ( boolean volatility ) : void
[run-time name: org/quartz/Trigger.setVolatility:(Z)V]
Trigger.toString ( ) : String
[run-time name: org/quartz/Trigger.toString:()Ljava/lang/String;]
Trigger.Trigger ( )
[run-time name: org/quartz/Trigger."<init>":()V]
Trigger.Trigger ( String name )
[run-time name: org/quartz/Trigger."<init>":(Ljava/lang/String;)V]
Trigger.Trigger ( String name, String group )
[run-time name: org/quartz/Trigger."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
Trigger.Trigger ( String name, String group, String jobName, String jobGroup )
[run-time name: org/quartz/Trigger."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
Trigger.triggered ( Calendar p1 ) [abstract] : void
[run-time name: org/quartz/Trigger.triggered:(Lorg/quartz/Calendar;)V]
Trigger.updateAfterMisfire ( Calendar p1 ) [abstract] : void
[run-time name: org/quartz/Trigger.updateAfterMisfire:(Lorg/quartz/Calendar;)V]
Trigger.updateWithNewCalendar ( Calendar p1, long p2 ) [abstract] : void
[run-time name: org/quartz/Trigger.updateWithNewCalendar:(Lorg/quartz/Calendar;J)V]
Trigger.validate ( ) : void
[run-time name: org/quartz/Trigger.validate:()V]
Trigger.validateMisfireInstruction ( int p1 ) [abstract] : boolean
[run-time name: org/quartz/Trigger.validateMisfireInstruction:(I)Z]
quartz-all-1.8.6.jar, TriggerFiredBundle.class
package org.quartz.spi
TriggerFiredBundle.getTrigger ( ) : org.quartz.Trigger
[run-time name: org/quartz/spi/TriggerFiredBundle.getTrigger:()Lorg/quartz/Trigger;]
TriggerFiredBundle.TriggerFiredBundle ( org.quartz.JobDetail job, org.quartz.Trigger trigger, org.quartz.Calendar cal, boolean jobIsRecovering, java.util.Date fireTime, java.util.Date scheduledFireTime, java.util.Date prevFireTime, java.util.Date nextFireTime )
[run-time name: org/quartz/spi/TriggerFiredBundle."<init>":(Lorg/quartz/JobDetail;Lorg/quartz/Trigger;Lorg/quartz/Calendar;ZLjava/util/Date;Ljava/util/Date;Ljava/util/Date;Ljava/util/Date;)V]
quartz-all-1.8.6.jar, TriggerListener.class
package org.quartz
TriggerListener.triggerComplete ( Trigger p1, JobExecutionContext p2, int p3 ) [abstract] : void
[run-time name: org/quartz/TriggerListener.triggerComplete:(Lorg/quartz/Trigger;Lorg/quartz/JobExecutionContext;I)V]
quartz-all-1.8.6.jar, TriggerListenerSupport.class
package org.quartz.listeners
TriggerListenerSupport.triggerComplete ( org.quartz.Trigger trigger, org.quartz.JobExecutionContext context, int triggerInstructionCode ) : void
[run-time name: org/quartz/listeners/TriggerListenerSupport.triggerComplete:(Lorg/quartz/Trigger;Lorg/quartz/JobExecutionContext;I)V]
quartz-all-1.8.6.jar, TriggerStatus.class
package org.quartz.utils
TriggerStatus.getJobKey ( ) : Key
[run-time name: org/quartz/utils/TriggerStatus.getJobKey:()Lorg/quartz/utils/Key;]
TriggerStatus.getKey ( ) : Key
[run-time name: org/quartz/utils/TriggerStatus.getKey:()Lorg/quartz/utils/Key;]
TriggerStatus.getNextFireTime ( ) : java.util.Date
[run-time name: org/quartz/utils/TriggerStatus.getNextFireTime:()Ljava/util/Date;]
TriggerStatus.getStatus ( ) : String
[run-time name: org/quartz/utils/TriggerStatus.getStatus:()Ljava/lang/String;]
TriggerStatus.setJobKey ( Key jobKey ) : void
[run-time name: org/quartz/utils/TriggerStatus.setJobKey:(Lorg/quartz/utils/Key;)V]
TriggerStatus.setKey ( Key key ) : void
[run-time name: org/quartz/utils/TriggerStatus.setKey:(Lorg/quartz/utils/Key;)V]
TriggerStatus.toString ( ) : String
[run-time name: org/quartz/utils/TriggerStatus.toString:()Ljava/lang/String;]
TriggerStatus.TriggerStatus ( String status, java.util.Date nextFireTime )
[run-time name: org/quartz/utils/TriggerStatus."<init>":(Ljava/lang/String;Ljava/util/Date;)V]
quartz-all-1.8.6.jar, TriggerSupport.class
package org.quartz.core.jmx
TriggerSupport.toTabularData ( org.quartz.Trigger[ ] triggers ) [static] : javax.management.openmbean.TabularData
[run-time name: org/quartz/core/jmx/TriggerSupport.toTabularData:([Lorg/quartz/Trigger;)Ljavax/management/openmbean/TabularData;]
quartz-all-1.8.6.jar, TriggerUtils.class
package org.quartz
TriggerUtils.computeEndTimeToAllowParticularNumberOfFirings ( Trigger trigg, Calendar cal, int numTimes ) [static] : java.util.Date
[run-time name: org/quartz/TriggerUtils.computeEndTimeToAllowParticularNumberOfFirings:(Lorg/quartz/Trigger;Lorg/quartz/Calendar;I)Ljava/util/Date;]
TriggerUtils.computeFireTimes ( Trigger trigg, Calendar cal, int numTimes ) [static] : java.util.List
[run-time name: org/quartz/TriggerUtils.computeFireTimes:(Lorg/quartz/Trigger;Lorg/quartz/Calendar;I)Ljava/util/List;]
TriggerUtils.computeFireTimesBetween ( Trigger trigg, Calendar cal, java.util.Date from, java.util.Date to ) [static] : java.util.List
[run-time name: org/quartz/TriggerUtils.computeFireTimesBetween:(Lorg/quartz/Trigger;Lorg/quartz/Calendar;Ljava/util/Date;Ljava/util/Date;)Ljava/util/List;]
TriggerUtils.getDateOf ( int second, int minute, int hour ) [static] : java.util.Date
[run-time name: org/quartz/TriggerUtils.getDateOf:(III)Ljava/util/Date;]
TriggerUtils.getDateOf ( int second, int minute, int hour, int dayOfMonth, int month ) [static] : java.util.Date
[run-time name: org/quartz/TriggerUtils.getDateOf:(IIIII)Ljava/util/Date;]
TriggerUtils.getDateOf ( int second, int minute, int hour, int dayOfMonth, int month, int year ) [static] : java.util.Date
[run-time name: org/quartz/TriggerUtils.getDateOf:(IIIIII)Ljava/util/Date;]
TriggerUtils.getDSTSavings ( java.util.TimeZone tz ) [static] : int
[run-time name: org/quartz/TriggerUtils.getDSTSavings:(Ljava/util/TimeZone;)I]
TriggerUtils.getEvenHourDate ( java.util.Date date ) [static] : java.util.Date
[run-time name: org/quartz/TriggerUtils.getEvenHourDate:(Ljava/util/Date;)Ljava/util/Date;]
TriggerUtils.getEvenHourDateBefore ( java.util.Date date ) [static] : java.util.Date
[run-time name: org/quartz/TriggerUtils.getEvenHourDateBefore:(Ljava/util/Date;)Ljava/util/Date;]
TriggerUtils.getEvenMinuteDate ( java.util.Date date ) [static] : java.util.Date
[run-time name: org/quartz/TriggerUtils.getEvenMinuteDate:(Ljava/util/Date;)Ljava/util/Date;]
TriggerUtils.getEvenMinuteDateBefore ( java.util.Date date ) [static] : java.util.Date
[run-time name: org/quartz/TriggerUtils.getEvenMinuteDateBefore:(Ljava/util/Date;)Ljava/util/Date;]
TriggerUtils.getEvenSecondDate ( java.util.Date date ) [static] : java.util.Date
[run-time name: org/quartz/TriggerUtils.getEvenSecondDate:(Ljava/util/Date;)Ljava/util/Date;]
TriggerUtils.getEvenSecondDateBefore ( java.util.Date date ) [static] : java.util.Date
[run-time name: org/quartz/TriggerUtils.getEvenSecondDateBefore:(Ljava/util/Date;)Ljava/util/Date;]
TriggerUtils.getNextGivenMinuteDate ( java.util.Date date, int minuteBase ) [static] : java.util.Date
[run-time name: org/quartz/TriggerUtils.getNextGivenMinuteDate:(Ljava/util/Date;I)Ljava/util/Date;]
TriggerUtils.getNextGivenSecondDate ( java.util.Date date, int secondBase ) [static] : java.util.Date
[run-time name: org/quartz/TriggerUtils.getNextGivenSecondDate:(Ljava/util/Date;I)Ljava/util/Date;]
TriggerUtils.getOffset ( long date, java.util.TimeZone tz ) [static] : int
[run-time name: org/quartz/TriggerUtils.getOffset:(JLjava/util/TimeZone;)I]
TriggerUtils.makeDailyTrigger ( int hour, int minute ) [static] : Trigger
[run-time name: org/quartz/TriggerUtils.makeDailyTrigger:(II)Lorg/quartz/Trigger;]
TriggerUtils.makeDailyTrigger ( String trigName, int hour, int minute ) [static] : Trigger
[run-time name: org/quartz/TriggerUtils.makeDailyTrigger:(Ljava/lang/String;II)Lorg/quartz/Trigger;]
TriggerUtils.makeHourlyTrigger ( ) [static] : Trigger
[run-time name: org/quartz/TriggerUtils.makeHourlyTrigger:()Lorg/quartz/Trigger;]
TriggerUtils.makeHourlyTrigger ( int intervalInHours ) [static] : Trigger
[run-time name: org/quartz/TriggerUtils.makeHourlyTrigger:(I)Lorg/quartz/Trigger;]
TriggerUtils.makeHourlyTrigger ( int intervalInHours, int repeatCount ) [static] : Trigger
[run-time name: org/quartz/TriggerUtils.makeHourlyTrigger:(II)Lorg/quartz/Trigger;]
TriggerUtils.makeHourlyTrigger ( String trigName ) [static] : Trigger
[run-time name: org/quartz/TriggerUtils.makeHourlyTrigger:(Ljava/lang/String;)Lorg/quartz/Trigger;]
TriggerUtils.makeHourlyTrigger ( String trigName, int intervalInHours, int repeatCount ) [static] : Trigger
[run-time name: org/quartz/TriggerUtils.makeHourlyTrigger:(Ljava/lang/String;II)Lorg/quartz/Trigger;]
TriggerUtils.makeImmediateTrigger ( int repeatCount, long repeatInterval ) [static] : Trigger
[run-time name: org/quartz/TriggerUtils.makeImmediateTrigger:(IJ)Lorg/quartz/Trigger;]
TriggerUtils.makeImmediateTrigger ( String trigName, int repeatCount, long repeatInterval ) [static] : Trigger
[run-time name: org/quartz/TriggerUtils.makeImmediateTrigger:(Ljava/lang/String;IJ)Lorg/quartz/Trigger;]
TriggerUtils.makeMinutelyTrigger ( ) [static] : Trigger
[run-time name: org/quartz/TriggerUtils.makeMinutelyTrigger:()Lorg/quartz/Trigger;]
TriggerUtils.makeMinutelyTrigger ( int intervalInMinutes ) [static] : Trigger
[run-time name: org/quartz/TriggerUtils.makeMinutelyTrigger:(I)Lorg/quartz/Trigger;]
TriggerUtils.makeMinutelyTrigger ( int intervalInMinutes, int repeatCount ) [static] : Trigger
[run-time name: org/quartz/TriggerUtils.makeMinutelyTrigger:(II)Lorg/quartz/Trigger;]
TriggerUtils.makeMinutelyTrigger ( String trigName ) [static] : Trigger
[run-time name: org/quartz/TriggerUtils.makeMinutelyTrigger:(Ljava/lang/String;)Lorg/quartz/Trigger;]
TriggerUtils.makeMinutelyTrigger ( String trigName, int intervalInMinutes, int repeatCount ) [static] : Trigger
[run-time name: org/quartz/TriggerUtils.makeMinutelyTrigger:(Ljava/lang/String;II)Lorg/quartz/Trigger;]
TriggerUtils.makeMonthlyTrigger ( int dayOfMonth, int hour, int minute ) [static] : Trigger
[run-time name: org/quartz/TriggerUtils.makeMonthlyTrigger:(III)Lorg/quartz/Trigger;]
TriggerUtils.makeMonthlyTrigger ( String trigName, int dayOfMonth, int hour, int minute ) [static] : Trigger
[run-time name: org/quartz/TriggerUtils.makeMonthlyTrigger:(Ljava/lang/String;III)Lorg/quartz/Trigger;]
TriggerUtils.makeSecondlyTrigger ( ) [static] : Trigger
[run-time name: org/quartz/TriggerUtils.makeSecondlyTrigger:()Lorg/quartz/Trigger;]
TriggerUtils.makeSecondlyTrigger ( int intervalInSeconds ) [static] : Trigger
[run-time name: org/quartz/TriggerUtils.makeSecondlyTrigger:(I)Lorg/quartz/Trigger;]
TriggerUtils.makeSecondlyTrigger ( int intervalInSeconds, int repeatCount ) [static] : Trigger
[run-time name: org/quartz/TriggerUtils.makeSecondlyTrigger:(II)Lorg/quartz/Trigger;]
TriggerUtils.makeSecondlyTrigger ( String trigName ) [static] : Trigger
[run-time name: org/quartz/TriggerUtils.makeSecondlyTrigger:(Ljava/lang/String;)Lorg/quartz/Trigger;]
TriggerUtils.makeSecondlyTrigger ( String trigName, int intervalInSeconds, int repeatCount ) [static] : Trigger
[run-time name: org/quartz/TriggerUtils.makeSecondlyTrigger:(Ljava/lang/String;II)Lorg/quartz/Trigger;]
TriggerUtils.makeWeeklyTrigger ( int dayOfWeek, int hour, int minute ) [static] : Trigger
[run-time name: org/quartz/TriggerUtils.makeWeeklyTrigger:(III)Lorg/quartz/Trigger;]
TriggerUtils.makeWeeklyTrigger ( String trigName, int dayOfWeek, int hour, int minute ) [static] : Trigger
[run-time name: org/quartz/TriggerUtils.makeWeeklyTrigger:(Ljava/lang/String;III)Lorg/quartz/Trigger;]
TriggerUtils.setTriggerIdentity ( Trigger trig, String name ) [static] : void
[run-time name: org/quartz/TriggerUtils.setTriggerIdentity:(Lorg/quartz/Trigger;Ljava/lang/String;)V]
TriggerUtils.setTriggerIdentity ( Trigger trig, String name, String group ) [static] : void
[run-time name: org/quartz/TriggerUtils.setTriggerIdentity:(Lorg/quartz/Trigger;Ljava/lang/String;Ljava/lang/String;)V]
TriggerUtils.translateTime ( java.util.Date date, java.util.TimeZone src, java.util.TimeZone dest ) [static] : java.util.Date
[run-time name: org/quartz/TriggerUtils.translateTime:(Ljava/util/Date;Ljava/util/TimeZone;Ljava/util/TimeZone;)Ljava/util/Date;]
quartz-commonj-1.8.6.jar, WorkManagerThreadExecutor.class
package org.quartz.custom
WorkManagerThreadExecutor.execute ( Thread thread ) : void
[run-time name: org/quartz/custom/WorkManagerThreadExecutor.execute:(Ljava/lang/Thread;)V]
WorkManagerThreadExecutor.initialize ( ) : void
[run-time name: org/quartz/custom/WorkManagerThreadExecutor.initialize:()V]
WorkManagerThreadExecutor.setWorkManagerName ( String workManagerName ) : void
[run-time name: org/quartz/custom/WorkManagerThreadExecutor.setWorkManagerName:(Ljava/lang/String;)V]
WorkManagerThreadExecutor.WorkManagerThreadExecutor ( )
[run-time name: org/quartz/custom/WorkManagerThreadExecutor."<init>":()V]
to the top
Problems with Data Types, High Severity (384)
quartz-all-1.8.6.jar
package org.quartz
[+] CriticalSchedulerException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CriticalSchedulerException. |
[+] affected methods (1)
CriticalSchedulerException.CriticalSchedulerException ( String msg, int errCode )This constructor is from 'CriticalSchedulerException' class.
[+] CronTrigger (1)
| Change | Effect |
---|
1 | This class became interface. | Recompilation of a client program may be terminated with the message: CronTrigger is abstract; cannot be instantiated. |
[+] affected methods (3)
CronTrigger.getCronExpression ( )This method is from 'CronTrigger' class.
CronTrigger.getExpressionSummary ( )This method is from 'CronTrigger' class.
CronTrigger.getTimeZone ( )This method is from 'CronTrigger' class.
[+] JobDetail (1)
| Change | Effect |
---|
1 | This class became interface. | Recompilation of a client program may be terminated with the message: JobDetail is abstract; cannot be instantiated. |
[+] affected methods (19)
core.jmx.JobDetailSupport.newJobDetail ( javax.management.openmbean.CompositeData cData )Return value of this method has type 'JobDetail'.
core.jmx.JobDetailSupport.toCompositeData ( JobDetail jobDetail )1st parameter 'jobDetail' of this method has type 'JobDetail'.
core.QuartzScheduler.notifySchedulerListenersJobAdded ( JobDetail jobDetail )1st parameter 'jobDetail' of this method has type 'JobDetail'.
core.QuartzSchedulerMBeanImpl.jobAdded ( JobDetail jobDetail )1st parameter 'jobDetail' of this method has type 'JobDetail'.
JobDetail.clone ( )This method is from 'JobDetail' class.
JobDetail.getDescription ( )This method is from 'JobDetail' class.
JobDetail.getJobClass ( )This method is from 'JobDetail' class.
JobDetail.getJobDataMap ( )This method is from 'JobDetail' class.
JobDetail.isDurable ( )This method is from 'JobDetail' class.
JobDetail.requestsRecovery ( )This method is from 'JobDetail' class.
JobExecutionContext.getJobDetail ( )Return value of this method has type 'JobDetail'.
listeners.BroadcastSchedulerListener.jobAdded ( JobDetail jobDetail )1st parameter 'jobDetail' of this method has type 'JobDetail'.
listeners.SchedulerListenerSupport.jobAdded ( JobDetail jobDetail )1st parameter 'jobDetail' of this method has type 'JobDetail'.
ObjectAlreadyExistsException.ObjectAlreadyExistsException ( JobDetail offendingJob )1st parameter 'offendingJob' of this method has type 'JobDetail'.
Scheduler.addJob ( JobDetail p1, boolean p2 )1st parameter 'p1' of this abstract method has type 'JobDetail'.
Scheduler.scheduleJob ( JobDetail p1, Trigger p2 )1st parameter 'p1' of this abstract method has type 'JobDetail'.
SchedulerListener.jobAdded ( JobDetail p1 )1st parameter 'p1' of this abstract method has type 'JobDetail'.
spi.TriggerFiredBundle.getJobDetail ( )Return value of this method has type 'JobDetail'.
xml.XMLSchedulingDataProcessor.addJobToSchedule ( JobDetail job )1st parameter 'job' of this method has type 'JobDetail'.
[+] JobExecutionContext (1)
| Change | Effect |
---|
1 | This class became interface. | Recompilation of a client program may be terminated with the message: JobExecutionContext is abstract; cannot be instantiated. |
[+] affected methods (51)
core.jmx.JobExecutionContextSupport.toCompositeData ( JobExecutionContext jec )1st parameter 'jec' of this method has type 'JobExecutionContext'.
core.QuartzScheduler.notifyJobListenersToBeExecuted ( JobExecutionContext jec )1st parameter 'jec' of this method has type 'JobExecutionContext'.
core.QuartzScheduler.notifyJobListenersWasExecuted ( JobExecutionContext jec, JobExecutionException je )1st parameter 'jec' of this method has type 'JobExecutionContext'.
core.QuartzScheduler.notifyJobListenersWasVetoed ( JobExecutionContext jec )1st parameter 'jec' of this method has type 'JobExecutionContext'.
core.QuartzScheduler.notifyTriggerListenersFired ( JobExecutionContext jec )1st parameter 'jec' of this method has type 'JobExecutionContext'.
core.QuartzSchedulerMBeanImpl.jobExecutionVetoed ( JobExecutionContext context )1st parameter 'context' of this method has type 'JobExecutionContext'.
core.QuartzSchedulerMBeanImpl.jobToBeExecuted ( JobExecutionContext context )1st parameter 'context' of this method has type 'JobExecutionContext'.
core.QuartzSchedulerMBeanImpl.jobWasExecuted ( JobExecutionContext context, JobExecutionException jobException )1st parameter 'context' of this method has type 'JobExecutionContext'.
Job.execute ( JobExecutionContext p1 )1st parameter 'p1' of this abstract method has type 'JobExecutionContext'.
JobExecutionContext.get ( Object key )This method is from 'JobExecutionContext' class.
JobExecutionContext.getCalendar ( )This method is from 'JobExecutionContext' class.
JobExecutionContext.getFireTime ( )This method is from 'JobExecutionContext' class.
JobExecutionContext.getJobDetail ( )This method is from 'JobExecutionContext' class.
JobExecutionContext.getJobInstance ( )This method is from 'JobExecutionContext' class.
JobExecutionContext.getJobRunTime ( )This method is from 'JobExecutionContext' class.
JobExecutionContext.getMergedJobDataMap ( )This method is from 'JobExecutionContext' class.
JobExecutionContext.getNextFireTime ( )This method is from 'JobExecutionContext' class.
JobExecutionContext.getPreviousFireTime ( )This method is from 'JobExecutionContext' class.
JobExecutionContext.getRefireCount ( )This method is from 'JobExecutionContext' class.
JobExecutionContext.getResult ( )This method is from 'JobExecutionContext' class.
JobExecutionContext.getScheduledFireTime ( )This method is from 'JobExecutionContext' class.
JobExecutionContext.getScheduler ( )This method is from 'JobExecutionContext' class.
JobExecutionContext.getTrigger ( )This method is from 'JobExecutionContext' class.
JobExecutionContext.isRecovering ( )This method is from 'JobExecutionContext' class.
JobExecutionContext.put ( Object key, Object value )This method is from 'JobExecutionContext' class.
JobExecutionContext.setResult ( Object result )This method is from 'JobExecutionContext' class.
JobListener.jobExecutionVetoed ( JobExecutionContext p1 )1st parameter 'p1' of this abstract method has type 'JobExecutionContext'.
JobListener.jobToBeExecuted ( JobExecutionContext p1 )1st parameter 'p1' of this abstract method has type 'JobExecutionContext'.
JobListener.jobWasExecuted ( JobExecutionContext p1, JobExecutionException p2 )1st parameter 'p1' of this abstract method has type 'JobExecutionContext'.
jobs.ee.ejb.EJBInvokerJob.execute ( JobExecutionContext context )1st parameter 'context' of this method has type 'JobExecutionContext'.
jobs.ee.jms.SendDestinationMessageJob.execute ( JobExecutionContext jobCtx )1st parameter 'jobCtx' of this method has type 'JobExecutionContext'.
jobs.ee.jms.SendQueueMessageJob.execute ( JobExecutionContext context )1st parameter 'context' of this method has type 'JobExecutionContext'.
jobs.ee.jms.SendTopicMessageJob.execute ( JobExecutionContext jobCtx )1st parameter 'jobCtx' of this method has type 'JobExecutionContext'.
jobs.ee.jmx.JMXInvokerJob.execute ( JobExecutionContext context )1st parameter 'context' of this method has type 'JobExecutionContext'.
jobs.ee.mail.SendMailJob.execute ( JobExecutionContext context )1st parameter 'context' of this method has type 'JobExecutionContext'.
jobs.FileScanJob.execute ( JobExecutionContext context )1st parameter 'context' of this method has type 'JobExecutionContext'.
jobs.NativeJob.execute ( JobExecutionContext context )1st parameter 'context' of this method has type 'JobExecutionContext'.
jobs.NoOpJob.execute ( JobExecutionContext context )1st parameter 'context' of this method has type 'JobExecutionContext'.
listeners.JobChainingJobListener.jobWasExecuted ( JobExecutionContext context, JobExecutionException jobException )1st parameter 'context' of this method has type 'JobExecutionContext'.
listeners.JobListenerSupport.jobExecutionVetoed ( JobExecutionContext context )1st parameter 'context' of this method has type 'JobExecutionContext'.
listeners.JobListenerSupport.jobToBeExecuted ( JobExecutionContext context )1st parameter 'context' of this method has type 'JobExecutionContext'.
listeners.JobListenerSupport.jobWasExecuted ( JobExecutionContext context, JobExecutionException jobException )1st parameter 'context' of this method has type 'JobExecutionContext'.
listeners.TriggerListenerSupport.triggerFired ( Trigger trigger, JobExecutionContext context )2nd parameter 'context' of this method has type 'JobExecutionContext'.
listeners.TriggerListenerSupport.vetoJobExecution ( Trigger trigger, JobExecutionContext context )2nd parameter 'context' of this method has type 'JobExecutionContext'.
plugins.history.LoggingJobHistoryPlugin.jobExecutionVetoed ( JobExecutionContext context )1st parameter 'context' of this method has type 'JobExecutionContext'.
plugins.history.LoggingJobHistoryPlugin.jobToBeExecuted ( JobExecutionContext context )1st parameter 'context' of this method has type 'JobExecutionContext'.
plugins.history.LoggingJobHistoryPlugin.jobWasExecuted ( JobExecutionContext context, JobExecutionException jobException )1st parameter 'context' of this method has type 'JobExecutionContext'.
plugins.history.LoggingTriggerHistoryPlugin.triggerFired ( Trigger trigger, JobExecutionContext context )2nd parameter 'context' of this method has type 'JobExecutionContext'.
plugins.history.LoggingTriggerHistoryPlugin.vetoJobExecution ( Trigger trigger, JobExecutionContext context )2nd parameter 'context' of this method has type 'JobExecutionContext'.
TriggerListener.triggerFired ( Trigger p1, JobExecutionContext p2 )2nd parameter 'p2' of this abstract method has type 'JobExecutionContext'.
TriggerListener.vetoJobExecution ( Trigger p1, JobExecutionContext p2 )2nd parameter 'p2' of this abstract method has type 'JobExecutionContext'.
[+] Scheduler (75)
| Change | Effect |
---|
1 | Abstract method Scheduler.checkExists ( JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method checkExists(JobKey) in Scheduler. |
2 | Abstract method Scheduler.checkExists ( TriggerKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method checkExists(TriggerKey) in Scheduler. |
3 | Abstract method Scheduler.clear ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method clear() in Scheduler. |
4 | Abstract method Scheduler.deleteJob ( JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteJob(JobKey) in Scheduler. |
5 | Abstract method Scheduler.deleteJobs ( java.util.List p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteJobs(java.util.List) in Scheduler. |
6 | Abstract method Scheduler.getCalendarNames ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCalendarNames() in Scheduler. |
7 | Abstract method Scheduler.getJobDetail ( JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getJobDetail(JobKey) in Scheduler. |
8 | Abstract method Scheduler.getJobGroupNames ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getJobGroupNames() in Scheduler. |
9 | Abstract method Scheduler.getJobKeys ( impl.matchers.GroupMatcher p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getJobKeys(impl.matchers.GroupMatcher) in Scheduler. |
10 | Abstract method Scheduler.getListenerManager ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getListenerManager() in Scheduler. |
11 | Abstract method Scheduler.getTrigger ( TriggerKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTrigger(TriggerKey) in Scheduler. |
12 | Abstract method Scheduler.getTriggerGroupNames ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTriggerGroupNames() in Scheduler. |
13 | Abstract method Scheduler.getTriggerKeys ( impl.matchers.GroupMatcher p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTriggerKeys(impl.matchers.GroupMatcher) in Scheduler. |
14 | Abstract method Scheduler.getTriggerState ( TriggerKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTriggerState(TriggerKey) in Scheduler. |
15 | Abstract method Scheduler.getTriggersOfJob ( JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTriggersOfJob(JobKey) in Scheduler. |
16 | Abstract method Scheduler.interrupt ( JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method interrupt(JobKey) in Scheduler. |
17 | Abstract method Scheduler.pauseJob ( JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseJob(JobKey) in Scheduler. |
18 | Abstract method Scheduler.pauseJobs ( impl.matchers.GroupMatcher p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseJobs(impl.matchers.GroupMatcher) in Scheduler. |
19 | Abstract method Scheduler.pauseTrigger ( TriggerKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseTrigger(TriggerKey) in Scheduler. |
20 | Abstract method Scheduler.pauseTriggers ( impl.matchers.GroupMatcher p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseTriggers(impl.matchers.GroupMatcher) in Scheduler. |
21 | Abstract method Scheduler.rescheduleJob ( TriggerKey p1, Trigger p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method rescheduleJob(TriggerKey, Trigger) in Scheduler. |
22 | Abstract method Scheduler.resumeJob ( JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeJob(JobKey) in Scheduler. |
23 | Abstract method Scheduler.resumeJobs ( impl.matchers.GroupMatcher p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeJobs(impl.matchers.GroupMatcher) in Scheduler. |
24 | Abstract method Scheduler.resumeTrigger ( TriggerKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeTrigger(TriggerKey) in Scheduler. |
25 | Abstract method Scheduler.resumeTriggers ( impl.matchers.GroupMatcher p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeTriggers(impl.matchers.GroupMatcher) in Scheduler. |
26 | Abstract method Scheduler.scheduleJobs ( java.util.Map p1, boolean p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method scheduleJobs(java.util.Map, boolean) in Scheduler. |
27 | Abstract method Scheduler.triggerJob ( JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method triggerJob(JobKey) in Scheduler. |
28 | Abstract method Scheduler.triggerJob ( JobKey p1, JobDataMap p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method triggerJob(JobKey, JobDataMap) in Scheduler. |
29 | Abstract method Scheduler.unscheduleJob ( TriggerKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method unscheduleJob(TriggerKey) in Scheduler. |
30 | Abstract method Scheduler.unscheduleJobs ( java.util.List p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method unscheduleJobs(java.util.List) in Scheduler. |
31 | Abstract method Scheduler.addGlobalJobListener ( JobListener p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addGlobalJobListener(JobListener) in interface Scheduler. |
32 | Abstract method Scheduler.addGlobalTriggerListener ( TriggerListener p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addGlobalTriggerListener(TriggerListener) in interface Scheduler. |
33 | Abstract method Scheduler.addJobListener ( JobListener p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addJobListener(JobListener) in interface Scheduler. |
34 | Abstract method Scheduler.addSchedulerListener ( SchedulerListener p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addSchedulerListener(SchedulerListener) in interface Scheduler. |
35 | Abstract method Scheduler.addTriggerListener ( TriggerListener p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addTriggerListener(TriggerListener) in interface Scheduler. |
36 | Abstract method Scheduler.deleteJob ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deleteJob(java.lang.String, java.lang.String) in interface Scheduler. |
37 | Abstract method Scheduler.getCalendarNames ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getCalendarNames() in interface Scheduler. |
38 | Abstract method Scheduler.getGlobalJobListener ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getGlobalJobListener(java.lang.String) in interface Scheduler. |
39 | Abstract method Scheduler.getGlobalJobListeners ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getGlobalJobListeners() in interface Scheduler. |
40 | Abstract method Scheduler.getGlobalTriggerListener ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getGlobalTriggerListener(java.lang.String) in interface Scheduler. |
41 | Abstract method Scheduler.getGlobalTriggerListeners ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getGlobalTriggerListeners() in interface Scheduler. |
42 | Abstract method Scheduler.getJobDetail ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getJobDetail(java.lang.String, java.lang.String) in interface Scheduler. |
43 | Abstract method Scheduler.getJobGroupNames ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getJobGroupNames() in interface Scheduler. |
44 | Abstract method Scheduler.getJobListener ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getJobListener(java.lang.String) in interface Scheduler. |
45 | Abstract method Scheduler.getJobListenerNames ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getJobListenerNames() in interface Scheduler. |
46 | Abstract method Scheduler.getJobNames ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getJobNames(java.lang.String) in interface Scheduler. |
47 | Abstract method Scheduler.getSchedulerListeners ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getSchedulerListeners() in interface Scheduler. |
48 | Abstract method Scheduler.getTrigger ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTrigger(java.lang.String, java.lang.String) in interface Scheduler. |
49 | Abstract method Scheduler.getTriggerGroupNames ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTriggerGroupNames() in interface Scheduler. |
50 | Abstract method Scheduler.getTriggerListener ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTriggerListener(java.lang.String) in interface Scheduler. |
51 | Abstract method Scheduler.getTriggerListenerNames ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTriggerListenerNames() in interface Scheduler. |
52 | Abstract method Scheduler.getTriggerNames ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTriggerNames(java.lang.String) in interface Scheduler. |
53 | Abstract method Scheduler.getTriggerState ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTriggerState(java.lang.String, java.lang.String) in interface Scheduler. |
54 | Abstract method Scheduler.getTriggersOfJob ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTriggersOfJob(java.lang.String, java.lang.String) in interface Scheduler. |
55 | Abstract method Scheduler.interrupt ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method interrupt(java.lang.String, java.lang.String) in interface Scheduler. |
56 | Abstract method Scheduler.pauseJob ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method pauseJob(java.lang.String, java.lang.String) in interface Scheduler. |
57 | Abstract method Scheduler.pauseJobGroup ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method pauseJobGroup(java.lang.String) in interface Scheduler. |
58 | Abstract method Scheduler.pauseTrigger ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method pauseTrigger(java.lang.String, java.lang.String) in interface Scheduler. |
59 | Abstract method Scheduler.pauseTriggerGroup ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method pauseTriggerGroup(java.lang.String) in interface Scheduler. |
60 | Abstract method Scheduler.removeGlobalJobListener ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method removeGlobalJobListener(java.lang.String) in interface Scheduler. |
61 | Abstract method Scheduler.removeGlobalTriggerListener ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method removeGlobalTriggerListener(java.lang.String) in interface Scheduler. |
62 | Abstract method Scheduler.removeJobListener ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method removeJobListener(java.lang.String) in interface Scheduler. |
63 | Abstract method Scheduler.removeSchedulerListener ( SchedulerListener p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method removeSchedulerListener(SchedulerListener) in interface Scheduler. |
64 | Abstract method Scheduler.removeTriggerListener ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method removeTriggerListener(java.lang.String) in interface Scheduler. |
65 | Abstract method Scheduler.rescheduleJob ( String p1, String p2, Trigger p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method rescheduleJob(java.lang.String, java.lang.String, Trigger) in interface Scheduler. |
66 | Abstract method Scheduler.resumeJob ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method resumeJob(java.lang.String, java.lang.String) in interface Scheduler. |
67 | Abstract method Scheduler.resumeJobGroup ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method resumeJobGroup(java.lang.String) in interface Scheduler. |
68 | Abstract method Scheduler.resumeTrigger ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method resumeTrigger(java.lang.String, java.lang.String) in interface Scheduler. |
69 | Abstract method Scheduler.resumeTriggerGroup ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method resumeTriggerGroup(java.lang.String) in interface Scheduler. |
70 | Abstract method Scheduler.triggerJob ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method triggerJob(java.lang.String, java.lang.String) in interface Scheduler. |
71 | Abstract method Scheduler.triggerJob ( String p1, String p2, JobDataMap p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method triggerJob(java.lang.String, java.lang.String, JobDataMap) in interface Scheduler. |
72 | Abstract method Scheduler.triggerJobWithVolatileTrigger ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method triggerJobWithVolatileTrigger(java.lang.String, java.lang.String) in interface Scheduler. |
73 | Abstract method Scheduler.triggerJobWithVolatileTrigger ( String p1, String p2, JobDataMap p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method triggerJobWithVolatileTrigger(java.lang.String, java.lang.String, JobDataMap) in interface Scheduler. |
74 | Abstract method Scheduler.unscheduleJob ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method unscheduleJob(java.lang.String, java.lang.String) in interface Scheduler. |
75 | Field DEFAULT_MANUAL_TRIGGERS (java.lang.String) with the compile-time constant value "MANUAL_TRIGGER" has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find variable DEFAULT_MANUAL_TRIGGERS in Scheduler. |
[+] affected methods (46)
core.JobRunShell.begin ( )Field 'this.scheduler' in the object of this method has type 'Scheduler'.
core.JobRunShell.complete ( boolean successfulExecution )Field 'this.scheduler' in the object of this method has type 'Scheduler'.
core.JobRunShell.getLog ( )Field 'this.scheduler' in the object of this method has type 'Scheduler'.
core.JobRunShell.passivate ( )Field 'this.scheduler' in the object of this method has type 'Scheduler'.
core.JobRunShell.requestShutdown ( )Field 'this.scheduler' in the object of this method has type 'Scheduler'.
core.JobRunShell.run ( )Field 'this.scheduler' in the object of this method has type 'Scheduler'.
core.JobRunShell.schedulerShuttingdown ( )Field 'this.scheduler' in the object of this method has type 'Scheduler'.
JobExecutionContext.getScheduler ( )Return value of this method has type 'Scheduler'.
plugins.history.LoggingJobHistoryPlugin.initialize ( String name, Scheduler scheduler )2nd parameter 'scheduler' of this method has type 'Scheduler'.
plugins.history.LoggingTriggerHistoryPlugin.initialize ( String name, Scheduler scheduler )2nd parameter 'scheduler' of this method has type 'Scheduler'.
plugins.management.ShutdownHookPlugin.initialize ( String name, Scheduler scheduler )2nd parameter 'scheduler' of this method has type 'Scheduler'.
plugins.SchedulerPluginWithUserTransactionSupport.getScheduler ( )Return value of this method has type 'Scheduler'.
plugins.SchedulerPluginWithUserTransactionSupport.initialize ( String name, Scheduler scheduler )2nd parameter 'scheduler' of this method has type 'Scheduler'.
plugins.xml.XMLSchedulingDataProcessorPlugin.initialize ( String name, Scheduler scheduler )2nd parameter 'scheduler' of this method has type 'Scheduler'.
Scheduler.addCalendar ( String p1, Calendar p2, boolean p3, boolean p4 )This abstract method is from 'Scheduler' interface.
Scheduler.addJob ( JobDetail p1, boolean p2 )This abstract method is from 'Scheduler' interface.
Scheduler.deleteCalendar ( String p1 )This abstract method is from 'Scheduler' interface.
Scheduler.getCalendar ( String p1 )This abstract method is from 'Scheduler' interface.
Scheduler.getContext ( )This abstract method is from 'Scheduler' interface.
Scheduler.getCurrentlyExecutingJobs ( )This abstract method is from 'Scheduler' interface.
Scheduler.getMetaData ( )This abstract method is from 'Scheduler' interface.
Scheduler.getPausedTriggerGroups ( )This abstract method is from 'Scheduler' interface.
Scheduler.getSchedulerInstanceId ( )This abstract method is from 'Scheduler' interface.
Scheduler.getSchedulerName ( )This abstract method is from 'Scheduler' interface.
Scheduler.isInStandbyMode ( )This abstract method is from 'Scheduler' interface.
Scheduler.isShutdown ( )This abstract method is from 'Scheduler' interface.
Scheduler.isStarted ( )This abstract method is from 'Scheduler' interface.
Scheduler.pauseAll ( )This abstract method is from 'Scheduler' interface.
Scheduler.resumeAll ( )This abstract method is from 'Scheduler' interface.
Scheduler.scheduleJob ( JobDetail p1, Trigger p2 )This abstract method is from 'Scheduler' interface.
Scheduler.scheduleJob ( Trigger p1 )This abstract method is from 'Scheduler' interface.
Scheduler.setJobFactory ( spi.JobFactory p1 )This abstract method is from 'Scheduler' interface.
Scheduler.shutdown ( )This abstract method is from 'Scheduler' interface.
Scheduler.shutdown ( boolean p1 )This abstract method is from 'Scheduler' interface.
Scheduler.standby ( )This abstract method is from 'Scheduler' interface.
Scheduler.start ( )This abstract method is from 'Scheduler' interface.
Scheduler.startDelayed ( int p1 )This abstract method is from 'Scheduler' interface.
SchedulerFactory.getScheduler ( )Return value of this abstract method has type 'Scheduler'.
SchedulerFactory.getScheduler ( String p1 )Return value of this abstract method has type 'Scheduler'.
spi.SchedulerPlugin.initialize ( String p1, Scheduler p2 )2nd parameter 'p2' of this abstract method has type 'Scheduler'.
xml.XMLSchedulingDataProcessor.executePreProcessCommands ( Scheduler scheduler )1st parameter 'scheduler' of this method has type 'Scheduler'.
xml.XMLSchedulingDataProcessor.processFileAndScheduleJobs ( String fileName, String systemId, Scheduler sched )3rd parameter 'sched' of this method has type 'Scheduler'.
xml.XMLSchedulingDataProcessor.processFileAndScheduleJobs ( String fileName, Scheduler sched )2nd parameter 'sched' of this method has type 'Scheduler'.
xml.XMLSchedulingDataProcessor.processFileAndScheduleJobs ( Scheduler sched, boolean overWriteExistingJobs )1st parameter 'sched' of this method has type 'Scheduler'.
xml.XMLSchedulingDataProcessor.processStreamAndScheduleJobs ( java.io.InputStream stream, String systemId, Scheduler sched )3rd parameter 'sched' of this method has type 'Scheduler'.
xml.XMLSchedulingDataProcessor.scheduleJobs ( Scheduler sched )1st parameter 'sched' of this method has type 'Scheduler'.
[+] SchedulerException (20)
| Change | Effect |
---|
1 | Field ERR_BAD_CONFIGURATION (int) with the compile-time constant value 50 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ERR_BAD_CONFIGURATION in SchedulerException. |
2 | Field ERR_CLIENT_ERROR (int) with the compile-time constant value 100 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ERR_CLIENT_ERROR in SchedulerException. |
3 | Field ERR_COMMUNICATION_FAILURE (int) with the compile-time constant value 200 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ERR_COMMUNICATION_FAILURE in SchedulerException. |
4 | Field ERR_JOB_EXECUTION_THREW_EXCEPTION (int) with the compile-time constant value 800 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ERR_JOB_EXECUTION_THREW_EXCEPTION in SchedulerException. |
5 | Field ERR_JOB_LISTENER (int) with the compile-time constant value 600 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ERR_JOB_LISTENER in SchedulerException. |
6 | Field ERR_JOB_LISTENER_NOT_FOUND (int) with the compile-time constant value 610 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ERR_JOB_LISTENER_NOT_FOUND in SchedulerException. |
7 | Field ERR_PERSISTENCE (int) with the compile-time constant value 400 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ERR_PERSISTENCE in SchedulerException. |
8 | Field ERR_PERSISTENCE_CALENDAR_DOES_NOT_EXIST (int) with the compile-time constant value 420 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ERR_PERSISTENCE_CALENDAR_DOES_NOT_EXIST in SchedulerException. |
9 | Field ERR_PERSISTENCE_CRITICAL_FAILURE (int) with the compile-time constant value 499 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ERR_PERSISTENCE_CRITICAL_FAILURE in SchedulerException. |
10 | Field ERR_PERSISTENCE_JOB_DOES_NOT_EXIST (int) with the compile-time constant value 410 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ERR_PERSISTENCE_JOB_DOES_NOT_EXIST in SchedulerException. |
11 | Field ERR_PERSISTENCE_TRIGGER_DOES_NOT_EXIST (int) with the compile-time constant value 430 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ERR_PERSISTENCE_TRIGGER_DOES_NOT_EXIST in SchedulerException. |
12 | Field ERR_THREAD_POOL (int) with the compile-time constant value 500 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ERR_THREAD_POOL in SchedulerException. |
13 | Field ERR_THREAD_POOL_CRITICAL_FAILURE (int) with the compile-time constant value 599 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ERR_THREAD_POOL_CRITICAL_FAILURE in SchedulerException. |
14 | Field ERR_THREAD_POOL_EXHAUSTED (int) with the compile-time constant value 510 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ERR_THREAD_POOL_EXHAUSTED in SchedulerException. |
15 | Field ERR_TIME_BROKER_FAILURE (int) with the compile-time constant value 70 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ERR_TIME_BROKER_FAILURE in SchedulerException. |
16 | Field ERR_TRIGGER_LISTENER (int) with the compile-time constant value 700 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ERR_TRIGGER_LISTENER in SchedulerException. |
17 | Field ERR_TRIGGER_LISTENER_NOT_FOUND (int) with the compile-time constant value 710 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ERR_TRIGGER_LISTENER_NOT_FOUND in SchedulerException. |
18 | Field ERR_TRIGGER_THREW_EXCEPTION (int) with the compile-time constant value 850 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ERR_TRIGGER_THREW_EXCEPTION in SchedulerException. |
19 | Field ERR_UNSUPPORTED_FUNCTION_IN_THIS_CONFIGURATION (int) with the compile-time constant value 210 has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ERR_UNSUPPORTED_FUNCTION_IN_THIS_CONFIGURATION in SchedulerException. |
20 | Field ERR_UNSPECIFIED (int) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ERR_UNSPECIFIED in SchedulerException. |
[+] affected methods (11)
core.QuartzScheduler.notifySchedulerListenersError ( String msg, SchedulerException se )2nd parameter 'se' of this method has type 'SchedulerException'.
core.QuartzSchedulerMBeanImpl.schedulerError ( String msg, SchedulerException cause )2nd parameter 'cause' of this method has type 'SchedulerException'.
listeners.BroadcastSchedulerListener.schedulerError ( String msg, SchedulerException cause )2nd parameter 'cause' of this method has type 'SchedulerException'.
listeners.SchedulerListenerSupport.schedulerError ( String msg, SchedulerException cause )2nd parameter 'cause' of this method has type 'SchedulerException'.
SchedulerException.getUnderlyingException ( )This method is from 'SchedulerException' class.
SchedulerException.SchedulerException ( )This constructor is from 'SchedulerException' class.
SchedulerException.SchedulerException ( String msg )This constructor is from 'SchedulerException' class.
SchedulerException.SchedulerException ( String msg, Throwable cause )This constructor is from 'SchedulerException' class.
SchedulerException.SchedulerException ( Throwable cause )This constructor is from 'SchedulerException' class.
SchedulerException.toString ( )This method is from 'SchedulerException' class.
SchedulerListener.schedulerError ( String p1, SchedulerException p2 )2nd parameter 'p2' of this abstract method has type 'SchedulerException'.
[+] SchedulerListener (17)
| Change | Effect |
---|
1 | Abstract method SchedulerListener.jobDeleted ( JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method jobDeleted(JobKey) in SchedulerListener. |
2 | Abstract method SchedulerListener.jobPaused ( JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method jobPaused(JobKey) in SchedulerListener. |
3 | Abstract method SchedulerListener.jobResumed ( JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method jobResumed(JobKey) in SchedulerListener. |
4 | Abstract method SchedulerListener.jobUnscheduled ( TriggerKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method jobUnscheduled(TriggerKey) in SchedulerListener. |
5 | Abstract method SchedulerListener.jobsPaused ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method jobsPaused(java.lang.String) in SchedulerListener. |
6 | Abstract method SchedulerListener.jobsResumed ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method jobsResumed(java.lang.String) in SchedulerListener. |
7 | Abstract method SchedulerListener.schedulingDataCleared ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method schedulingDataCleared() in SchedulerListener. |
8 | Abstract method SchedulerListener.triggerPaused ( TriggerKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method triggerPaused(TriggerKey) in SchedulerListener. |
9 | Abstract method SchedulerListener.triggerResumed ( TriggerKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method triggerResumed(TriggerKey) in SchedulerListener. |
10 | Abstract method SchedulerListener.triggersPaused ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method triggersPaused(java.lang.String) in SchedulerListener. |
11 | Abstract method SchedulerListener.triggersResumed ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method triggersResumed(java.lang.String) in SchedulerListener. |
12 | Abstract method SchedulerListener.jobDeleted ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method jobDeleted(java.lang.String, java.lang.String) in interface SchedulerListener. |
13 | Abstract method SchedulerListener.jobUnscheduled ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method jobUnscheduled(java.lang.String, java.lang.String) in interface SchedulerListener. |
14 | Abstract method SchedulerListener.jobsPaused ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method jobsPaused(java.lang.String, java.lang.String) in interface SchedulerListener. |
15 | Abstract method SchedulerListener.jobsResumed ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method jobsResumed(java.lang.String, java.lang.String) in interface SchedulerListener. |
16 | Abstract method SchedulerListener.triggersPaused ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method triggersPaused(java.lang.String, java.lang.String) in interface SchedulerListener. |
17 | Abstract method SchedulerListener.triggersResumed ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method triggersResumed(java.lang.String, java.lang.String) in interface SchedulerListener. |
[+] affected methods (10)
listeners.BroadcastSchedulerListener.addListener ( SchedulerListener listener )1st parameter 'listener' of this method has type 'SchedulerListener'.
listeners.BroadcastSchedulerListener.removeListener ( SchedulerListener listener )1st parameter 'listener' of this method has type 'SchedulerListener'.
SchedulerListener.jobAdded ( JobDetail p1 )This abstract method is from 'SchedulerListener' interface.
SchedulerListener.jobScheduled ( Trigger p1 )This abstract method is from 'SchedulerListener' interface.
SchedulerListener.schedulerError ( String p1, SchedulerException p2 )This abstract method is from 'SchedulerListener' interface.
SchedulerListener.schedulerInStandbyMode ( )This abstract method is from 'SchedulerListener' interface.
SchedulerListener.schedulerShutdown ( )This abstract method is from 'SchedulerListener' interface.
SchedulerListener.schedulerShuttingdown ( )This abstract method is from 'SchedulerListener' interface.
SchedulerListener.schedulerStarted ( )This abstract method is from 'SchedulerListener' interface.
SchedulerListener.triggerFinalized ( Trigger p1 )This abstract method is from 'SchedulerListener' interface.
[+] SimpleTrigger (1)
| Change | Effect |
---|
1 | This class became interface. | Recompilation of a client program may be terminated with the message: SimpleTrigger is abstract; cannot be instantiated. |
[+] affected methods (3)
SimpleTrigger.getRepeatCount ( )This method is from 'SimpleTrigger' class.
SimpleTrigger.getRepeatInterval ( )This method is from 'SimpleTrigger' class.
SimpleTrigger.getTimesTriggered ( )This method is from 'SimpleTrigger' class.
[+] Trigger (1)
| Change | Effect |
---|
1 | This class became interface. | Recompilation of a client program may be terminated with the message: Trigger is abstract; cannot be instantiated. |
[+] affected methods (43)
core.jmx.TriggerSupport.toCompositeData ( Trigger trigger )1st parameter 'trigger' of this method has type 'Trigger'.
core.QuartzScheduler.notifySchedulerListenersFinalized ( Trigger trigger )1st parameter 'trigger' of this method has type 'Trigger'.
core.QuartzScheduler.notifySchedulerListenersSchduled ( Trigger trigger )1st parameter 'trigger' of this method has type 'Trigger'.
core.QuartzScheduler.notifyTriggerListenersMisfired ( Trigger trigger )1st parameter 'trigger' of this method has type 'Trigger'.
core.QuartzSchedulerMBeanImpl.jobScheduled ( Trigger trigger )1st parameter 'trigger' of this method has type 'Trigger'.
core.QuartzSchedulerMBeanImpl.triggerFinalized ( Trigger trigger )1st parameter 'trigger' of this method has type 'Trigger'.
core.SchedulerSignalerImpl.notifySchedulerListenersFinalized ( Trigger trigger )1st parameter 'trigger' of this method has type 'Trigger'.
core.SchedulerSignalerImpl.notifyTriggerListenersMisfired ( Trigger trigger )1st parameter 'trigger' of this method has type 'Trigger'.
JobExecutionContext.getTrigger ( )Return value of this method has type 'Trigger'.
listeners.BroadcastSchedulerListener.jobScheduled ( Trigger trigger )1st parameter 'trigger' of this method has type 'Trigger'.
listeners.BroadcastSchedulerListener.triggerFinalized ( Trigger trigger )1st parameter 'trigger' of this method has type 'Trigger'.
listeners.SchedulerListenerSupport.jobScheduled ( Trigger trigger )1st parameter 'trigger' of this method has type 'Trigger'.
listeners.SchedulerListenerSupport.triggerFinalized ( Trigger trigger )1st parameter 'trigger' of this method has type 'Trigger'.
listeners.TriggerListenerSupport.triggerFired ( Trigger trigger, JobExecutionContext context )1st parameter 'trigger' of this method has type 'Trigger'.
listeners.TriggerListenerSupport.triggerMisfired ( Trigger trigger )1st parameter 'trigger' of this method has type 'Trigger'.
listeners.TriggerListenerSupport.vetoJobExecution ( Trigger trigger, JobExecutionContext context )1st parameter 'trigger' of this method has type 'Trigger'.
ObjectAlreadyExistsException.ObjectAlreadyExistsException ( Trigger offendingTrigger )1st parameter 'offendingTrigger' of this method has type 'Trigger'.
plugins.history.LoggingTriggerHistoryPlugin.triggerFired ( Trigger trigger, JobExecutionContext context )1st parameter 'trigger' of this method has type 'Trigger'.
plugins.history.LoggingTriggerHistoryPlugin.triggerMisfired ( Trigger trigger )1st parameter 'trigger' of this method has type 'Trigger'.
plugins.history.LoggingTriggerHistoryPlugin.vetoJobExecution ( Trigger trigger, JobExecutionContext context )1st parameter 'trigger' of this method has type 'Trigger'.
Scheduler.scheduleJob ( JobDetail p1, Trigger p2 )2nd parameter 'p2' of this abstract method has type 'Trigger'.
Scheduler.scheduleJob ( Trigger p1 )1st parameter 'p1' of this abstract method has type 'Trigger'.
SchedulerListener.jobScheduled ( Trigger p1 )1st parameter 'p1' of this abstract method has type 'Trigger'.
SchedulerListener.triggerFinalized ( Trigger p1 )1st parameter 'p1' of this abstract method has type 'Trigger'.
spi.SchedulerSignaler.notifySchedulerListenersFinalized ( Trigger p1 )1st parameter 'p1' of this abstract method has type 'Trigger'.
spi.SchedulerSignaler.notifyTriggerListenersMisfired ( Trigger p1 )1st parameter 'p1' of this abstract method has type 'Trigger'.
Trigger.equals ( Object obj )This method is from 'Trigger' abstract class.
Trigger.getCalendarName ( )This method is from 'Trigger' abstract class.
Trigger.getDescription ( )This method is from 'Trigger' abstract class.
Trigger.getEndTime ( )This abstract method is from 'Trigger' abstract class.
Trigger.getFinalFireTime ( )This abstract method is from 'Trigger' abstract class.
Trigger.getFireTimeAfter ( java.util.Date p1 )This abstract method is from 'Trigger' abstract class.
Trigger.getJobDataMap ( )This method is from 'Trigger' abstract class.
Trigger.getMisfireInstruction ( )This method is from 'Trigger' abstract class.
Trigger.getNextFireTime ( )This abstract method is from 'Trigger' abstract class.
Trigger.getPreviousFireTime ( )This abstract method is from 'Trigger' abstract class.
Trigger.getPriority ( )This method is from 'Trigger' abstract class.
Trigger.getStartTime ( )This abstract method is from 'Trigger' abstract class.
Trigger.mayFireAgain ( )This abstract method is from 'Trigger' abstract class.
TriggerListener.triggerFired ( Trigger p1, JobExecutionContext p2 )1st parameter 'p1' of this abstract method has type 'Trigger'.
TriggerListener.triggerMisfired ( Trigger p1 )1st parameter 'p1' of this abstract method has type 'Trigger'.
TriggerListener.vetoJobExecution ( Trigger p1, JobExecutionContext p2 )1st parameter 'p1' of this abstract method has type 'Trigger'.
xml.XMLSchedulingDataProcessor.addTriggerToSchedule ( Trigger trigger )1st parameter 'trigger' of this method has type 'Trigger'.
[+] TriggerListener (2)
| Change | Effect |
---|
1 | Abstract method TriggerListener.triggerComplete ( Trigger p1, JobExecutionContext p2, Trigger.CompletedExecutionInstruction p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method triggerComplete(Trigger, JobExecutionContext, Trigger.CompletedExecutionInstruction) in TriggerListener. |
2 | Abstract method TriggerListener.triggerComplete ( Trigger p1, JobExecutionContext p2, int p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method triggerComplete(Trigger, JobExecutionContext, int) in interface TriggerListener. |
[+] affected methods (4)
TriggerListener.getName ( )This abstract method is from 'TriggerListener' interface.
TriggerListener.triggerFired ( Trigger p1, JobExecutionContext p2 )This abstract method is from 'TriggerListener' interface.
TriggerListener.triggerMisfired ( Trigger p1 )This abstract method is from 'TriggerListener' interface.
TriggerListener.vetoJobExecution ( Trigger p1, JobExecutionContext p2 )This abstract method is from 'TriggerListener' interface.
package org.quartz.core
[+] JobRunShell (3)
| Change | Effect |
---|
1 | Type of field jec has been changed from org.quartz.JobExecutionContext to org.quartz.impl.JobExecutionContextImpl. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.quartz.JobExecutionContext, required: org.quartz.impl.JobExecutionContextImpl. |
2 | Field jobRunShellFactory (JobRunShellFactory) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable jobRunShellFactory in JobRunShell. |
3 | Field schdCtxt (SchedulingContext) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable schdCtxt in JobRunShell. |
[+] affected methods (7)
JobRunShell.begin ( )This method is from 'JobRunShell' class.
JobRunShell.complete ( boolean successfulExecution )This method is from 'JobRunShell' class.
JobRunShell.getLog ( )This method is from 'JobRunShell' class.
JobRunShell.passivate ( )This method is from 'JobRunShell' class.
JobRunShell.requestShutdown ( )This method is from 'JobRunShell' class.
JobRunShell.run ( )This method is from 'JobRunShell' class.
JobRunShell.schedulerShuttingdown ( )This method is from 'JobRunShell' class.
[+] JobRunShellFactory (5)
| Change | Effect |
---|
1 | Abstract method JobRunShellFactory.createJobRunShell ( org.quartz.spi.TriggerFiredBundle p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createJobRunShell(org.quartz.spi.TriggerFiredBundle) in JobRunShellFactory. |
2 | Abstract method JobRunShellFactory.initialize ( org.quartz.Scheduler p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method initialize(org.quartz.Scheduler) in JobRunShellFactory. |
3 | Abstract method JobRunShellFactory.borrowJobRunShell ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method borrowJobRunShell() in interface JobRunShellFactory. |
4 | Abstract method JobRunShellFactory.initialize ( org.quartz.Scheduler p1, SchedulingContext p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method initialize(org.quartz.Scheduler, SchedulingContext) in interface JobRunShellFactory. |
5 | Abstract method JobRunShellFactory.returnJobRunShell ( JobRunShell p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method returnJobRunShell(JobRunShell) in interface JobRunShellFactory. |
[+] affected methods (2)
QuartzSchedulerResources.getJobRunShellFactory ( )Return value of this method has type 'JobRunShellFactory'.
QuartzSchedulerResources.setJobRunShellFactory ( JobRunShellFactory jobRunShellFactory )1st parameter 'jobRunShellFactory' of this method has type 'JobRunShellFactory'.
[+] RemotableQuartzScheduler (89)
| Change | Effect |
---|
1 | Abstract method RemotableQuartzScheduler.addCalendar ( String p1, org.quartz.Calendar p2, boolean p3, boolean p4 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addCalendar(java.lang.String, org.quartz.Calendar, boolean, boolean) in RemotableQuartzScheduler. |
2 | Abstract method RemotableQuartzScheduler.addJob ( org.quartz.JobDetail p1, boolean p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addJob(org.quartz.JobDetail, boolean) in RemotableQuartzScheduler. |
3 | Abstract method RemotableQuartzScheduler.checkExists ( org.quartz.JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method checkExists(org.quartz.JobKey) in RemotableQuartzScheduler. |
4 | Abstract method RemotableQuartzScheduler.checkExists ( org.quartz.TriggerKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method checkExists(org.quartz.TriggerKey) in RemotableQuartzScheduler. |
5 | Abstract method RemotableQuartzScheduler.clear ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method clear() in RemotableQuartzScheduler. |
6 | Abstract method RemotableQuartzScheduler.deleteCalendar ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteCalendar(java.lang.String) in RemotableQuartzScheduler. |
7 | Abstract method RemotableQuartzScheduler.deleteJob ( org.quartz.JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteJob(org.quartz.JobKey) in RemotableQuartzScheduler. |
8 | Abstract method RemotableQuartzScheduler.deleteJobs ( java.util.List p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteJobs(java.util.List) in RemotableQuartzScheduler. |
9 | Abstract method RemotableQuartzScheduler.getCalendar ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCalendar(java.lang.String) in RemotableQuartzScheduler. |
10 | Abstract method RemotableQuartzScheduler.getCalendarNames ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCalendarNames() in RemotableQuartzScheduler. |
11 | Abstract method RemotableQuartzScheduler.getJobDetail ( org.quartz.JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getJobDetail(org.quartz.JobKey) in RemotableQuartzScheduler. |
12 | Abstract method RemotableQuartzScheduler.getJobGroupNames ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getJobGroupNames() in RemotableQuartzScheduler. |
13 | Abstract method RemotableQuartzScheduler.getJobKeys ( org.quartz.impl.matchers.GroupMatcher p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getJobKeys(org.quartz.impl.matchers.GroupMatcher) in RemotableQuartzScheduler. |
14 | Abstract method RemotableQuartzScheduler.getPausedTriggerGroups ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPausedTriggerGroups() in RemotableQuartzScheduler. |
15 | Abstract method RemotableQuartzScheduler.getTrigger ( org.quartz.TriggerKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTrigger(org.quartz.TriggerKey) in RemotableQuartzScheduler. |
16 | Abstract method RemotableQuartzScheduler.getTriggerGroupNames ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTriggerGroupNames() in RemotableQuartzScheduler. |
17 | Abstract method RemotableQuartzScheduler.getTriggerKeys ( org.quartz.impl.matchers.GroupMatcher p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTriggerKeys(org.quartz.impl.matchers.GroupMatcher) in RemotableQuartzScheduler. |
18 | Abstract method RemotableQuartzScheduler.getTriggerState ( org.quartz.TriggerKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTriggerState(org.quartz.TriggerKey) in RemotableQuartzScheduler. |
19 | Abstract method RemotableQuartzScheduler.getTriggersOfJob ( org.quartz.JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTriggersOfJob(org.quartz.JobKey) in RemotableQuartzScheduler. |
20 | Abstract method RemotableQuartzScheduler.interrupt ( org.quartz.JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method interrupt(org.quartz.JobKey) in RemotableQuartzScheduler. |
21 | Abstract method RemotableQuartzScheduler.pauseAll ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseAll() in RemotableQuartzScheduler. |
22 | Abstract method RemotableQuartzScheduler.pauseJob ( org.quartz.JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseJob(org.quartz.JobKey) in RemotableQuartzScheduler. |
23 | Abstract method RemotableQuartzScheduler.pauseJobs ( org.quartz.impl.matchers.GroupMatcher p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseJobs(org.quartz.impl.matchers.GroupMatcher) in RemotableQuartzScheduler. |
24 | Abstract method RemotableQuartzScheduler.pauseTrigger ( org.quartz.TriggerKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseTrigger(org.quartz.TriggerKey) in RemotableQuartzScheduler. |
25 | Abstract method RemotableQuartzScheduler.pauseTriggers ( org.quartz.impl.matchers.GroupMatcher p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseTriggers(org.quartz.impl.matchers.GroupMatcher) in RemotableQuartzScheduler. |
26 | Abstract method RemotableQuartzScheduler.rescheduleJob ( org.quartz.TriggerKey p1, org.quartz.Trigger p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method rescheduleJob(org.quartz.TriggerKey, org.quartz.Trigger) in RemotableQuartzScheduler. |
27 | Abstract method RemotableQuartzScheduler.resumeAll ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeAll() in RemotableQuartzScheduler. |
28 | Abstract method RemotableQuartzScheduler.resumeJob ( org.quartz.JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeJob(org.quartz.JobKey) in RemotableQuartzScheduler. |
29 | Abstract method RemotableQuartzScheduler.resumeJobs ( org.quartz.impl.matchers.GroupMatcher p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeJobs(org.quartz.impl.matchers.GroupMatcher) in RemotableQuartzScheduler. |
30 | Abstract method RemotableQuartzScheduler.resumeTrigger ( org.quartz.TriggerKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeTrigger(org.quartz.TriggerKey) in RemotableQuartzScheduler. |
31 | Abstract method RemotableQuartzScheduler.resumeTriggers ( org.quartz.impl.matchers.GroupMatcher p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeTriggers(org.quartz.impl.matchers.GroupMatcher) in RemotableQuartzScheduler. |
32 | Abstract method RemotableQuartzScheduler.scheduleJob ( org.quartz.JobDetail p1, org.quartz.Trigger p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method scheduleJob(org.quartz.JobDetail, org.quartz.Trigger) in RemotableQuartzScheduler. |
33 | Abstract method RemotableQuartzScheduler.scheduleJob ( org.quartz.Trigger p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method scheduleJob(org.quartz.Trigger) in RemotableQuartzScheduler. |
34 | Abstract method RemotableQuartzScheduler.scheduleJobs ( java.util.Map p1, boolean p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method scheduleJobs(java.util.Map, boolean) in RemotableQuartzScheduler. |
35 | Abstract method RemotableQuartzScheduler.triggerJob ( org.quartz.JobKey p1, org.quartz.JobDataMap p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method triggerJob(org.quartz.JobKey, org.quartz.JobDataMap) in RemotableQuartzScheduler. |
36 | Abstract method RemotableQuartzScheduler.triggerJob ( org.quartz.spi.OperableTrigger p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method triggerJob(org.quartz.spi.OperableTrigger) in RemotableQuartzScheduler. |
37 | Abstract method RemotableQuartzScheduler.unscheduleJob ( org.quartz.TriggerKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method unscheduleJob(org.quartz.TriggerKey) in RemotableQuartzScheduler. |
38 | Abstract method RemotableQuartzScheduler.unscheduleJobs ( java.util.List p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method unscheduleJobs(java.util.List) in RemotableQuartzScheduler. |
39 | Abstract method RemotableQuartzScheduler.addCalendar ( SchedulingContext p1, String p2, org.quartz.Calendar p3, boolean p4, boolean p5 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addCalendar(SchedulingContext, java.lang.String, org.quartz.Calendar, boolean, boolean) in interface RemotableQuartzScheduler. |
40 | Abstract method RemotableQuartzScheduler.addGlobalJobListener ( org.quartz.JobListener p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addGlobalJobListener(org.quartz.JobListener) in interface RemotableQuartzScheduler. |
41 | Abstract method RemotableQuartzScheduler.addGlobalTriggerListener ( org.quartz.TriggerListener p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addGlobalTriggerListener(org.quartz.TriggerListener) in interface RemotableQuartzScheduler. |
42 | Abstract method RemotableQuartzScheduler.addJob ( SchedulingContext p1, org.quartz.JobDetail p2, boolean p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addJob(SchedulingContext, org.quartz.JobDetail, boolean) in interface RemotableQuartzScheduler. |
43 | Abstract method RemotableQuartzScheduler.addJobListener ( org.quartz.JobListener p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addJobListener(org.quartz.JobListener) in interface RemotableQuartzScheduler. |
44 | Abstract method RemotableQuartzScheduler.addSchedulerListener ( org.quartz.SchedulerListener p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addSchedulerListener(org.quartz.SchedulerListener) in interface RemotableQuartzScheduler. |
45 | Abstract method RemotableQuartzScheduler.addTriggerListener ( org.quartz.TriggerListener p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addTriggerListener(org.quartz.TriggerListener) in interface RemotableQuartzScheduler. |
46 | Abstract method RemotableQuartzScheduler.deleteCalendar ( SchedulingContext p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deleteCalendar(SchedulingContext, java.lang.String) in interface RemotableQuartzScheduler. |
47 | Abstract method RemotableQuartzScheduler.deleteJob ( SchedulingContext p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deleteJob(SchedulingContext, java.lang.String, java.lang.String) in interface RemotableQuartzScheduler. |
48 | Abstract method RemotableQuartzScheduler.getCalendar ( SchedulingContext p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getCalendar(SchedulingContext, java.lang.String) in interface RemotableQuartzScheduler. |
49 | Abstract method RemotableQuartzScheduler.getCalendarNames ( SchedulingContext p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getCalendarNames(SchedulingContext) in interface RemotableQuartzScheduler. |
50 | Abstract method RemotableQuartzScheduler.getGlobalJobListener ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getGlobalJobListener(java.lang.String) in interface RemotableQuartzScheduler. |
51 | Abstract method RemotableQuartzScheduler.getGlobalJobListeners ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getGlobalJobListeners() in interface RemotableQuartzScheduler. |
52 | Abstract method RemotableQuartzScheduler.getGlobalTriggerListener ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getGlobalTriggerListener(java.lang.String) in interface RemotableQuartzScheduler. |
53 | Abstract method RemotableQuartzScheduler.getGlobalTriggerListeners ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getGlobalTriggerListeners() in interface RemotableQuartzScheduler. |
54 | Abstract method RemotableQuartzScheduler.getJobDetail ( SchedulingContext p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getJobDetail(SchedulingContext, java.lang.String, java.lang.String) in interface RemotableQuartzScheduler. |
55 | Abstract method RemotableQuartzScheduler.getJobGroupNames ( SchedulingContext p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getJobGroupNames(SchedulingContext) in interface RemotableQuartzScheduler. |
56 | Abstract method RemotableQuartzScheduler.getJobListener ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getJobListener(java.lang.String) in interface RemotableQuartzScheduler. |
57 | Abstract method RemotableQuartzScheduler.getJobListenerNames ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getJobListenerNames() in interface RemotableQuartzScheduler. |
58 | Abstract method RemotableQuartzScheduler.getJobNames ( SchedulingContext p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getJobNames(SchedulingContext, java.lang.String) in interface RemotableQuartzScheduler. |
59 | Abstract method RemotableQuartzScheduler.getPausedTriggerGroups ( SchedulingContext p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getPausedTriggerGroups(SchedulingContext) in interface RemotableQuartzScheduler. |
60 | Abstract method RemotableQuartzScheduler.getSchedulerListeners ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getSchedulerListeners() in interface RemotableQuartzScheduler. |
61 | Abstract method RemotableQuartzScheduler.getTrigger ( SchedulingContext p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTrigger(SchedulingContext, java.lang.String, java.lang.String) in interface RemotableQuartzScheduler. |
62 | Abstract method RemotableQuartzScheduler.getTriggerGroupNames ( SchedulingContext p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTriggerGroupNames(SchedulingContext) in interface RemotableQuartzScheduler. |
63 | Abstract method RemotableQuartzScheduler.getTriggerListener ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTriggerListener(java.lang.String) in interface RemotableQuartzScheduler. |
64 | Abstract method RemotableQuartzScheduler.getTriggerListenerNames ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTriggerListenerNames() in interface RemotableQuartzScheduler. |
65 | Abstract method RemotableQuartzScheduler.getTriggerNames ( SchedulingContext p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTriggerNames(SchedulingContext, java.lang.String) in interface RemotableQuartzScheduler. |
66 | Abstract method RemotableQuartzScheduler.getTriggerState ( SchedulingContext p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTriggerState(SchedulingContext, java.lang.String, java.lang.String) in interface RemotableQuartzScheduler. |
67 | Abstract method RemotableQuartzScheduler.getTriggersOfJob ( SchedulingContext p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTriggersOfJob(SchedulingContext, java.lang.String, java.lang.String) in interface RemotableQuartzScheduler. |
68 | Abstract method RemotableQuartzScheduler.interrupt ( SchedulingContext p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method interrupt(SchedulingContext, java.lang.String, java.lang.String) in interface RemotableQuartzScheduler. |
69 | Abstract method RemotableQuartzScheduler.pauseAll ( SchedulingContext p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method pauseAll(SchedulingContext) in interface RemotableQuartzScheduler. |
70 | Abstract method RemotableQuartzScheduler.pauseJob ( SchedulingContext p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method pauseJob(SchedulingContext, java.lang.String, java.lang.String) in interface RemotableQuartzScheduler. |
71 | Abstract method RemotableQuartzScheduler.pauseJobGroup ( SchedulingContext p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method pauseJobGroup(SchedulingContext, java.lang.String) in interface RemotableQuartzScheduler. |
72 | Abstract method RemotableQuartzScheduler.pauseTrigger ( SchedulingContext p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method pauseTrigger(SchedulingContext, java.lang.String, java.lang.String) in interface RemotableQuartzScheduler. |
73 | Abstract method RemotableQuartzScheduler.pauseTriggerGroup ( SchedulingContext p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method pauseTriggerGroup(SchedulingContext, java.lang.String) in interface RemotableQuartzScheduler. |
74 | Abstract method RemotableQuartzScheduler.removeGlobalJobListener ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method removeGlobalJobListener(java.lang.String) in interface RemotableQuartzScheduler. |
75 | Abstract method RemotableQuartzScheduler.removeGlobalTriggerListener ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method removeGlobalTriggerListener(java.lang.String) in interface RemotableQuartzScheduler. |
76 | Abstract method RemotableQuartzScheduler.removeJobListener ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method removeJobListener(java.lang.String) in interface RemotableQuartzScheduler. |
77 | Abstract method RemotableQuartzScheduler.removeSchedulerListener ( org.quartz.SchedulerListener p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method removeSchedulerListener(org.quartz.SchedulerListener) in interface RemotableQuartzScheduler. |
78 | Abstract method RemotableQuartzScheduler.removeTriggerListener ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method removeTriggerListener(java.lang.String) in interface RemotableQuartzScheduler. |
79 | Abstract method RemotableQuartzScheduler.rescheduleJob ( SchedulingContext p1, String p2, String p3, org.quartz.Trigger p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method rescheduleJob(SchedulingContext, java.lang.String, java.lang.String, org.quartz.Trigger) in interface RemotableQuartzScheduler. |
80 | Abstract method RemotableQuartzScheduler.resumeAll ( SchedulingContext p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method resumeAll(SchedulingContext) in interface RemotableQuartzScheduler. |
81 | Abstract method RemotableQuartzScheduler.resumeJob ( SchedulingContext p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method resumeJob(SchedulingContext, java.lang.String, java.lang.String) in interface RemotableQuartzScheduler. |
82 | Abstract method RemotableQuartzScheduler.resumeJobGroup ( SchedulingContext p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method resumeJobGroup(SchedulingContext, java.lang.String) in interface RemotableQuartzScheduler. |
83 | Abstract method RemotableQuartzScheduler.resumeTrigger ( SchedulingContext p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method resumeTrigger(SchedulingContext, java.lang.String, java.lang.String) in interface RemotableQuartzScheduler. |
84 | Abstract method RemotableQuartzScheduler.resumeTriggerGroup ( SchedulingContext p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method resumeTriggerGroup(SchedulingContext, java.lang.String) in interface RemotableQuartzScheduler. |
85 | Abstract method RemotableQuartzScheduler.scheduleJob ( SchedulingContext p1, org.quartz.JobDetail p2, org.quartz.Trigger p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method scheduleJob(SchedulingContext, org.quartz.JobDetail, org.quartz.Trigger) in interface RemotableQuartzScheduler. |
86 | Abstract method RemotableQuartzScheduler.scheduleJob ( SchedulingContext p1, org.quartz.Trigger p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method scheduleJob(SchedulingContext, org.quartz.Trigger) in interface RemotableQuartzScheduler. |
87 | Abstract method RemotableQuartzScheduler.triggerJob ( SchedulingContext p1, String p2, String p3, org.quartz.JobDataMap p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method triggerJob(SchedulingContext, java.lang.String, java.lang.String, org.quartz.JobDataMap) in interface RemotableQuartzScheduler. |
88 | Abstract method RemotableQuartzScheduler.triggerJobWithVolatileTrigger ( SchedulingContext p1, String p2, String p3, org.quartz.JobDataMap p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method triggerJobWithVolatileTrigger(SchedulingContext, java.lang.String, java.lang.String, org.quartz.JobDataMap) in interface RemotableQuartzScheduler. |
89 | Abstract method RemotableQuartzScheduler.unscheduleJob ( SchedulingContext p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method unscheduleJob(SchedulingContext, java.lang.String, java.lang.String) in interface RemotableQuartzScheduler. |
[+] affected methods (19)
RemotableQuartzScheduler.getCurrentlyExecutingJobs ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getJobStoreClass ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getSchedulerContext ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getSchedulerInstanceId ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getSchedulerName ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getThreadPoolClass ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getThreadPoolSize ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getVersion ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.isClustered ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.isInStandbyMode ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.isShutdown ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.numJobsExecuted ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.runningSince ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.shutdown ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.shutdown ( boolean p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.standby ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.start ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.startDelayed ( int p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.supportsPersistence ( )This abstract method is from 'RemotableQuartzScheduler' interface.
[+] SchedulingContext (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SchedulingContext. |
[+] affected methods (4)
SchedulingContext.getInstanceId ( )This method is from 'SchedulingContext' class.
SchedulingContext.SchedulingContext ( )This constructor is from 'SchedulingContext' class.
SchedulingContext.SchedulingContext ( String instanceId )This constructor is from 'SchedulingContext' class.
SchedulingContext.setInstanceId ( String instanceId )This method is from 'SchedulingContext' class.
package org.quartz.core.jmx
[+] QuartzSchedulerMBean (76)
| Change | Effect |
---|
1 | Abstract method QuartzSchedulerMBean.addJob ( java.util.Map p1, boolean p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addJob(java.util.Map, boolean) in QuartzSchedulerMBean. |
2 | Abstract method QuartzSchedulerMBean.addJob ( javax.management.openmbean.CompositeData p1, boolean p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addJob(javax.management.openmbean.CompositeData, boolean) in QuartzSchedulerMBean. |
3 | Abstract method QuartzSchedulerMBean.clear ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method clear() in QuartzSchedulerMBean. |
4 | Abstract method QuartzSchedulerMBean.deleteCalendar ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteCalendar(java.lang.String) in QuartzSchedulerMBean. |
5 | Abstract method QuartzSchedulerMBean.deleteJob ( String p1, String p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteJob(java.lang.String, java.lang.String) in QuartzSchedulerMBean. |
6 | Abstract method QuartzSchedulerMBean.getAllJobDetails ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAllJobDetails() in QuartzSchedulerMBean. |
7 | Abstract method QuartzSchedulerMBean.getAllTriggers ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAllTriggers() in QuartzSchedulerMBean. |
8 | Abstract method QuartzSchedulerMBean.getCalendarNames ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCalendarNames() in QuartzSchedulerMBean. |
9 | Abstract method QuartzSchedulerMBean.getJobDetail ( String p1, String p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getJobDetail(java.lang.String, java.lang.String) in QuartzSchedulerMBean. |
10 | Abstract method QuartzSchedulerMBean.getJobGroupNames ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getJobGroupNames() in QuartzSchedulerMBean. |
11 | Abstract method QuartzSchedulerMBean.getJobNames ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getJobNames(java.lang.String) in QuartzSchedulerMBean. |
12 | Abstract method QuartzSchedulerMBean.getPausedTriggerGroups ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPausedTriggerGroups() in QuartzSchedulerMBean. |
13 | Abstract method QuartzSchedulerMBean.getTrigger ( String p1, String p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTrigger(java.lang.String, java.lang.String) in QuartzSchedulerMBean. |
14 | Abstract method QuartzSchedulerMBean.getTriggerGroupNames ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTriggerGroupNames() in QuartzSchedulerMBean. |
15 | Abstract method QuartzSchedulerMBean.getTriggerNames ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTriggerNames(java.lang.String) in QuartzSchedulerMBean. |
16 | Abstract method QuartzSchedulerMBean.getTriggerState ( String p1, String p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTriggerState(java.lang.String, java.lang.String) in QuartzSchedulerMBean. |
17 | Abstract method QuartzSchedulerMBean.getTriggersOfJob ( String p1, String p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTriggersOfJob(java.lang.String, java.lang.String) in QuartzSchedulerMBean. |
18 | Abstract method QuartzSchedulerMBean.interruptJob ( String p1, String p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method interruptJob(java.lang.String, java.lang.String) in QuartzSchedulerMBean. |
19 | Abstract method QuartzSchedulerMBean.pauseAllTriggers ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseAllTriggers() in QuartzSchedulerMBean. |
20 | Abstract method QuartzSchedulerMBean.pauseJob ( String p1, String p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseJob(java.lang.String, java.lang.String) in QuartzSchedulerMBean. |
21 | Abstract method QuartzSchedulerMBean.pauseJobGroup ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseJobGroup(java.lang.String) in QuartzSchedulerMBean. |
22 | Abstract method QuartzSchedulerMBean.pauseJobsContaining ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseJobsContaining(java.lang.String) in QuartzSchedulerMBean. |
23 | Abstract method QuartzSchedulerMBean.pauseJobsEndingWith ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseJobsEndingWith(java.lang.String) in QuartzSchedulerMBean. |
24 | Abstract method QuartzSchedulerMBean.pauseJobsStartingWith ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseJobsStartingWith(java.lang.String) in QuartzSchedulerMBean. |
25 | Abstract method QuartzSchedulerMBean.pauseTrigger ( String p1, String p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseTrigger(java.lang.String, java.lang.String) in QuartzSchedulerMBean. |
26 | Abstract method QuartzSchedulerMBean.pauseTriggerGroup ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseTriggerGroup(java.lang.String) in QuartzSchedulerMBean. |
27 | Abstract method QuartzSchedulerMBean.pauseTriggersContaining ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseTriggersContaining(java.lang.String) in QuartzSchedulerMBean. |
28 | Abstract method QuartzSchedulerMBean.pauseTriggersEndingWith ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseTriggersEndingWith(java.lang.String) in QuartzSchedulerMBean. |
29 | Abstract method QuartzSchedulerMBean.pauseTriggersStartingWith ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseTriggersStartingWith(java.lang.String) in QuartzSchedulerMBean. |
30 | Abstract method QuartzSchedulerMBean.resumeAllTriggers ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeAllTriggers() in QuartzSchedulerMBean. |
31 | Abstract method QuartzSchedulerMBean.resumeJob ( String p1, String p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeJob(java.lang.String, java.lang.String) in QuartzSchedulerMBean. |
32 | Abstract method QuartzSchedulerMBean.resumeJobGroup ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeJobGroup(java.lang.String) in QuartzSchedulerMBean. |
33 | Abstract method QuartzSchedulerMBean.resumeJobsContaining ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeJobsContaining(java.lang.String) in QuartzSchedulerMBean. |
34 | Abstract method QuartzSchedulerMBean.resumeJobsEndingWith ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeJobsEndingWith(java.lang.String) in QuartzSchedulerMBean. |
35 | Abstract method QuartzSchedulerMBean.resumeJobsStartingWith ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeJobsStartingWith(java.lang.String) in QuartzSchedulerMBean. |
36 | Abstract method QuartzSchedulerMBean.resumeTrigger ( String p1, String p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeTrigger(java.lang.String, java.lang.String) in QuartzSchedulerMBean. |
37 | Abstract method QuartzSchedulerMBean.resumeTriggerGroup ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeTriggerGroup(java.lang.String) in QuartzSchedulerMBean. |
38 | Abstract method QuartzSchedulerMBean.resumeTriggersContaining ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeTriggersContaining(java.lang.String) in QuartzSchedulerMBean. |
39 | Abstract method QuartzSchedulerMBean.resumeTriggersEndingWith ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeTriggersEndingWith(java.lang.String) in QuartzSchedulerMBean. |
40 | Abstract method QuartzSchedulerMBean.resumeTriggersStartingWith ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeTriggersStartingWith(java.lang.String) in QuartzSchedulerMBean. |
41 | Abstract method QuartzSchedulerMBean.scheduleBasicJob ( java.util.Map p1, java.util.Map p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method scheduleBasicJob(java.util.Map, java.util.Map) in QuartzSchedulerMBean. |
42 | Abstract method QuartzSchedulerMBean.scheduleJob ( String p1, String p2, String p3, String p4 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method scheduleJob(java.lang.String, java.lang.String, java.lang.String, java.lang.String) in QuartzSchedulerMBean. |
43 | Abstract method QuartzSchedulerMBean.scheduleJob ( String p1, String p2, java.util.Map p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method scheduleJob(java.lang.String, java.lang.String, java.util.Map) in QuartzSchedulerMBean. |
44 | Abstract method QuartzSchedulerMBean.scheduleJob ( java.util.Map p1, java.util.Map p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method scheduleJob(java.util.Map, java.util.Map) in QuartzSchedulerMBean. |
45 | Abstract method QuartzSchedulerMBean.triggerJob ( String p1, String p2, java.util.Map p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method triggerJob(java.lang.String, java.lang.String, java.util.Map) in QuartzSchedulerMBean. |
46 | Abstract method QuartzSchedulerMBean.unscheduleJob ( String p1, String p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method unscheduleJob(java.lang.String, java.lang.String) in QuartzSchedulerMBean. |
47 | Abstract method QuartzSchedulerMBean.addJob ( String p1, javax.management.openmbean.CompositeData p2, boolean p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addJob(java.lang.String, javax.management.openmbean.CompositeData, boolean) in interface QuartzSchedulerMBean. |
48 | Abstract method QuartzSchedulerMBean.deleteCalendar ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deleteCalendar(java.lang.String, java.lang.String) in interface QuartzSchedulerMBean. |
49 | Abstract method QuartzSchedulerMBean.deleteJob ( String p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deleteJob(java.lang.String, java.lang.String, java.lang.String) in interface QuartzSchedulerMBean. |
50 | Abstract method QuartzSchedulerMBean.getAllJobDetails ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getAllJobDetails(java.lang.String) in interface QuartzSchedulerMBean. |
51 | Abstract method QuartzSchedulerMBean.getAllTriggers ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getAllTriggers(java.lang.String) in interface QuartzSchedulerMBean. |
52 | Abstract method QuartzSchedulerMBean.getCalendarNames ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getCalendarNames(java.lang.String) in interface QuartzSchedulerMBean. |
53 | Abstract method QuartzSchedulerMBean.getJobDetail ( String p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getJobDetail(java.lang.String, java.lang.String, java.lang.String) in interface QuartzSchedulerMBean. |
54 | Abstract method QuartzSchedulerMBean.getJobGroupNames ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getJobGroupNames(java.lang.String) in interface QuartzSchedulerMBean. |
55 | Abstract method QuartzSchedulerMBean.getJobNames ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getJobNames(java.lang.String, java.lang.String) in interface QuartzSchedulerMBean. |
56 | Abstract method QuartzSchedulerMBean.getPausedTriggerGroups ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getPausedTriggerGroups(java.lang.String) in interface QuartzSchedulerMBean. |
57 | Abstract method QuartzSchedulerMBean.getTrigger ( String p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTrigger(java.lang.String, java.lang.String, java.lang.String) in interface QuartzSchedulerMBean. |
58 | Abstract method QuartzSchedulerMBean.getTriggerGroupNames ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTriggerGroupNames(java.lang.String) in interface QuartzSchedulerMBean. |
59 | Abstract method QuartzSchedulerMBean.getTriggerNames ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTriggerNames(java.lang.String, java.lang.String) in interface QuartzSchedulerMBean. |
60 | Abstract method QuartzSchedulerMBean.getTriggerState ( String p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTriggerState(java.lang.String, java.lang.String, java.lang.String) in interface QuartzSchedulerMBean. |
61 | Abstract method QuartzSchedulerMBean.getTriggersOfJob ( String p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTriggersOfJob(java.lang.String, java.lang.String, java.lang.String) in interface QuartzSchedulerMBean. |
62 | Abstract method QuartzSchedulerMBean.interruptJob ( String p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method interruptJob(java.lang.String, java.lang.String, java.lang.String) in interface QuartzSchedulerMBean. |
63 | Abstract method QuartzSchedulerMBean.pauseAllTriggers ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method pauseAllTriggers(java.lang.String) in interface QuartzSchedulerMBean. |
64 | Abstract method QuartzSchedulerMBean.pauseJob ( String p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method pauseJob(java.lang.String, java.lang.String, java.lang.String) in interface QuartzSchedulerMBean. |
65 | Abstract method QuartzSchedulerMBean.pauseJobGroup ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method pauseJobGroup(java.lang.String, java.lang.String) in interface QuartzSchedulerMBean. |
66 | Abstract method QuartzSchedulerMBean.pauseTrigger ( String p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method pauseTrigger(java.lang.String, java.lang.String, java.lang.String) in interface QuartzSchedulerMBean. |
67 | Abstract method QuartzSchedulerMBean.pauseTriggerGroup ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method pauseTriggerGroup(java.lang.String, java.lang.String) in interface QuartzSchedulerMBean. |
68 | Abstract method QuartzSchedulerMBean.resumeAllTriggers ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method resumeAllTriggers(java.lang.String) in interface QuartzSchedulerMBean. |
69 | Abstract method QuartzSchedulerMBean.resumeJob ( String p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method resumeJob(java.lang.String, java.lang.String, java.lang.String) in interface QuartzSchedulerMBean. |
70 | Abstract method QuartzSchedulerMBean.resumeJobGroup ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method resumeJobGroup(java.lang.String, java.lang.String) in interface QuartzSchedulerMBean. |
71 | Abstract method QuartzSchedulerMBean.resumeTrigger ( String p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method resumeTrigger(java.lang.String, java.lang.String, java.lang.String) in interface QuartzSchedulerMBean. |
72 | Abstract method QuartzSchedulerMBean.resumeTriggerGroup ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method resumeTriggerGroup(java.lang.String, java.lang.String) in interface QuartzSchedulerMBean. |
73 | Abstract method QuartzSchedulerMBean.scheduleJob ( String p1, String p2, String p3, String p4, String p5 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method scheduleJob(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) in interface QuartzSchedulerMBean. |
74 | Abstract method QuartzSchedulerMBean.triggerJob ( String p1, String p2, String p3, java.util.Map p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method triggerJob(java.lang.String, java.lang.String, java.lang.String, java.util.Map) in interface QuartzSchedulerMBean. |
75 | Abstract method QuartzSchedulerMBean.triggerJobWithVolatileTrigger ( String p1, String p2, String p3, java.util.Map p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method triggerJobWithVolatileTrigger(java.lang.String, java.lang.String, java.lang.String, java.util.Map) in interface QuartzSchedulerMBean. |
76 | Abstract method QuartzSchedulerMBean.unscheduleJob ( String p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method unscheduleJob(java.lang.String, java.lang.String, java.lang.String) in interface QuartzSchedulerMBean. |
[+] affected methods (19)
QuartzSchedulerMBean.getCurrentlyExecutingJobs ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getJobsCompletedMostRecentSample ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getJobsExecutedMostRecentSample ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getJobsScheduledMostRecentSample ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getJobStoreClassName ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getPerformanceMetrics ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getSchedulerInstanceId ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getSchedulerName ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getThreadPoolClassName ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getThreadPoolSize ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getVersion ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.isSampledStatisticsEnabled ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.isShutdown ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.isStandbyMode ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.isStarted ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.setSampledStatisticsEnabled ( boolean p1 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.shutdown ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.standby ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.start ( )This abstract method is from 'QuartzSchedulerMBean' interface.
package org.quartz.jobs
[+] FileScanJob (1)
| Change | Effect |
---|
1 | Removed super-interface org.quartz.StatefulJob. | Recompilation of a client program may be terminated with the message: cannot find method in class FileScanJob. |
[+] affected methods (3)
FileScanJob.execute ( org.quartz.JobExecutionContext context )This method is from 'FileScanJob' class.
FileScanJob.FileScanJob ( )This constructor is from 'FileScanJob' class.
FileScanJob.getLastModifiedDate ( String fileName )This method is from 'FileScanJob' class.
package org.quartz.listeners
[+] FilterAndBroadcastJobListener (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FilterAndBroadcastJobListener. |
[+] affected methods (15)
FilterAndBroadcastJobListener.addJobGroupPattern ( String regularExpression )This method is from 'FilterAndBroadcastJobListener' class.
FilterAndBroadcastJobListener.addJobNamePattern ( String regularExpression )This method is from 'FilterAndBroadcastJobListener' class.
FilterAndBroadcastJobListener.addListener ( org.quartz.JobListener listener )This method is from 'FilterAndBroadcastJobListener' class.
FilterAndBroadcastJobListener.FilterAndBroadcastJobListener ( String name )This constructor is from 'FilterAndBroadcastJobListener' class.
FilterAndBroadcastJobListener.FilterAndBroadcastJobListener ( String name, java.util.List listeners )This constructor is from 'FilterAndBroadcastJobListener' class.
FilterAndBroadcastJobListener.getJobGroupPatterns ( )This method is from 'FilterAndBroadcastJobListener' class.
FilterAndBroadcastJobListener.getJobNamePatterns ( )This method is from 'FilterAndBroadcastJobListener' class.
FilterAndBroadcastJobListener.getListeners ( )This method is from 'FilterAndBroadcastJobListener' class.
FilterAndBroadcastJobListener.getName ( )This method is from 'FilterAndBroadcastJobListener' class.
FilterAndBroadcastJobListener.jobExecutionVetoed ( org.quartz.JobExecutionContext context )This method is from 'FilterAndBroadcastJobListener' class.
FilterAndBroadcastJobListener.jobToBeExecuted ( org.quartz.JobExecutionContext context )This method is from 'FilterAndBroadcastJobListener' class.
FilterAndBroadcastJobListener.jobWasExecuted ( org.quartz.JobExecutionContext context, org.quartz.JobExecutionException jobException )This method is from 'FilterAndBroadcastJobListener' class.
FilterAndBroadcastJobListener.removeListener ( String listenerName )This method is from 'FilterAndBroadcastJobListener' class.
FilterAndBroadcastJobListener.removeListener ( org.quartz.JobListener listener )This method is from 'FilterAndBroadcastJobListener' class.
FilterAndBroadcastJobListener.shouldDispatch ( org.quartz.JobExecutionContext context )This method is from 'FilterAndBroadcastJobListener' class.
[+] FilterAndBroadcastTriggerListener (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FilterAndBroadcastTriggerListener. |
[+] affected methods (16)
FilterAndBroadcastTriggerListener.addListener ( org.quartz.TriggerListener listener )This method is from 'FilterAndBroadcastTriggerListener' class.
FilterAndBroadcastTriggerListener.addTriggerGroupPattern ( String regularExpression )This method is from 'FilterAndBroadcastTriggerListener' class.
FilterAndBroadcastTriggerListener.addTriggerNamePattern ( String regularExpression )This method is from 'FilterAndBroadcastTriggerListener' class.
FilterAndBroadcastTriggerListener.FilterAndBroadcastTriggerListener ( String name )This constructor is from 'FilterAndBroadcastTriggerListener' class.
FilterAndBroadcastTriggerListener.FilterAndBroadcastTriggerListener ( String name, java.util.List listeners )This constructor is from 'FilterAndBroadcastTriggerListener' class.
FilterAndBroadcastTriggerListener.getListeners ( )This method is from 'FilterAndBroadcastTriggerListener' class.
FilterAndBroadcastTriggerListener.getName ( )This method is from 'FilterAndBroadcastTriggerListener' class.
FilterAndBroadcastTriggerListener.getTriggerGroupPatterns ( )This method is from 'FilterAndBroadcastTriggerListener' class.
FilterAndBroadcastTriggerListener.getTriggerNamePatterns ( )This method is from 'FilterAndBroadcastTriggerListener' class.
FilterAndBroadcastTriggerListener.removeListener ( String listenerName )This method is from 'FilterAndBroadcastTriggerListener' class.
FilterAndBroadcastTriggerListener.removeListener ( org.quartz.TriggerListener listener )This method is from 'FilterAndBroadcastTriggerListener' class.
FilterAndBroadcastTriggerListener.shouldDispatch ( org.quartz.Trigger trigger )This method is from 'FilterAndBroadcastTriggerListener' class.
FilterAndBroadcastTriggerListener.triggerComplete ( org.quartz.Trigger trigger, org.quartz.JobExecutionContext context, int triggerInstructionCode )This method is from 'FilterAndBroadcastTriggerListener' class.
FilterAndBroadcastTriggerListener.triggerFired ( org.quartz.Trigger trigger, org.quartz.JobExecutionContext context )This method is from 'FilterAndBroadcastTriggerListener' class.
FilterAndBroadcastTriggerListener.triggerMisfired ( org.quartz.Trigger trigger )This method is from 'FilterAndBroadcastTriggerListener' class.
FilterAndBroadcastTriggerListener.vetoJobExecution ( org.quartz.Trigger trigger, org.quartz.JobExecutionContext context )This method is from 'FilterAndBroadcastTriggerListener' class.
package org.quartz.simpl
[+] RAMJobStore (2)
| Change | Effect |
---|
1 | Field jobsByFQN has been renamed to jobsByKey. | Recompilation of a client program may be terminated with the message: cannot find variable jobsByFQN in RAMJobStore. |
2 | Field triggersByFQN has been renamed to triggersByKey. | Recompilation of a client program may be terminated with the message: cannot find variable triggersByFQN in RAMJobStore. |
[+] affected methods (16)
RAMJobStore.applyMisfire ( TriggerWrapper tw )This method is from 'RAMJobStore' class.
RAMJobStore.getEstimatedTimeToReleaseAndAcquireTrigger ( )This method is from 'RAMJobStore' class.
RAMJobStore.getFiredTriggerRecordId ( )This method is from 'RAMJobStore' class.
RAMJobStore.getLog ( )This method is from 'RAMJobStore' class.
RAMJobStore.getMisfireThreshold ( )This method is from 'RAMJobStore' class.
RAMJobStore.getTriggerWrappersForCalendar ( String calName )This method is from 'RAMJobStore' class.
RAMJobStore.initialize ( org.quartz.spi.ClassLoadHelper loadHelper, org.quartz.spi.SchedulerSignaler signaler )This method is from 'RAMJobStore' class.
RAMJobStore.isClustered ( )This method is from 'RAMJobStore' class.
RAMJobStore.peekTriggers ( )This method is from 'RAMJobStore' class.
RAMJobStore.RAMJobStore ( )This constructor is from 'RAMJobStore' class.
RAMJobStore.schedulerStarted ( )This method is from 'RAMJobStore' class.
RAMJobStore.setInstanceId ( String schedInstId )This method is from 'RAMJobStore' class.
RAMJobStore.setInstanceName ( String schedName )This method is from 'RAMJobStore' class.
RAMJobStore.setMisfireThreshold ( long misfireThreshold )This method is from 'RAMJobStore' class.
RAMJobStore.shutdown ( )This method is from 'RAMJobStore' class.
RAMJobStore.supportsPersistence ( )This method is from 'RAMJobStore' class.
package org.quartz.spi
[+] JobFactory (2)
| Change | Effect |
---|
1 | Abstract method JobFactory.newJob ( TriggerFiredBundle p1, org.quartz.Scheduler p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method newJob(TriggerFiredBundle, org.quartz.Scheduler) in JobFactory. |
2 | Abstract method JobFactory.newJob ( TriggerFiredBundle p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method newJob(TriggerFiredBundle) in interface JobFactory. |
[+] affected methods (3)
org.quartz.core.QuartzScheduler.getJobFactory ( )Return value of this method has type 'JobFactory'.
org.quartz.core.QuartzScheduler.setJobFactory ( JobFactory factory )1st parameter 'factory' of this method has type 'JobFactory'.
org.quartz.Scheduler.setJobFactory ( JobFactory p1 )1st parameter 'p1' of this abstract method has type 'JobFactory'.
[+] JobStore (79)
| Change | Effect |
---|
1 | Abstract method JobStore.acquireNextTriggers ( long p1, int p2, long p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method acquireNextTriggers(long, int, long) in JobStore. |
2 | Abstract method JobStore.checkExists ( org.quartz.JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method checkExists(org.quartz.JobKey) in JobStore. |
3 | Abstract method JobStore.checkExists ( org.quartz.TriggerKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method checkExists(org.quartz.TriggerKey) in JobStore. |
4 | Abstract method JobStore.clearAllSchedulingData ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method clearAllSchedulingData() in JobStore. |
5 | Abstract method JobStore.getCalendarNames ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCalendarNames() in JobStore. |
6 | Abstract method JobStore.getJobGroupNames ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getJobGroupNames() in JobStore. |
7 | Abstract method JobStore.getJobKeys ( org.quartz.impl.matchers.GroupMatcher p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getJobKeys(org.quartz.impl.matchers.GroupMatcher) in JobStore. |
8 | Abstract method JobStore.getNumberOfCalendars ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getNumberOfCalendars() in JobStore. |
9 | Abstract method JobStore.getNumberOfJobs ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getNumberOfJobs() in JobStore. |
10 | Abstract method JobStore.getNumberOfTriggers ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getNumberOfTriggers() in JobStore. |
11 | Abstract method JobStore.getPausedTriggerGroups ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPausedTriggerGroups() in JobStore. |
12 | Abstract method JobStore.getTriggerGroupNames ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTriggerGroupNames() in JobStore. |
13 | Abstract method JobStore.getTriggerKeys ( org.quartz.impl.matchers.GroupMatcher p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTriggerKeys(org.quartz.impl.matchers.GroupMatcher) in JobStore. |
14 | Abstract method JobStore.getTriggerState ( org.quartz.TriggerKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTriggerState(org.quartz.TriggerKey) in JobStore. |
15 | Abstract method JobStore.getTriggersForJob ( org.quartz.JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTriggersForJob(org.quartz.JobKey) in JobStore. |
16 | Abstract method JobStore.pauseAll ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseAll() in JobStore. |
17 | Abstract method JobStore.pauseJob ( org.quartz.JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseJob(org.quartz.JobKey) in JobStore. |
18 | Abstract method JobStore.pauseJobs ( org.quartz.impl.matchers.GroupMatcher p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseJobs(org.quartz.impl.matchers.GroupMatcher) in JobStore. |
19 | Abstract method JobStore.pauseTrigger ( org.quartz.TriggerKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseTrigger(org.quartz.TriggerKey) in JobStore. |
20 | Abstract method JobStore.pauseTriggers ( org.quartz.impl.matchers.GroupMatcher p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pauseTriggers(org.quartz.impl.matchers.GroupMatcher) in JobStore. |
21 | Abstract method JobStore.releaseAcquiredTrigger ( OperableTrigger p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method releaseAcquiredTrigger(OperableTrigger) in JobStore. |
22 | Abstract method JobStore.removeCalendar ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeCalendar(java.lang.String) in JobStore. |
23 | Abstract method JobStore.removeJob ( org.quartz.JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeJob(org.quartz.JobKey) in JobStore. |
24 | Abstract method JobStore.removeJobs ( java.util.List p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeJobs(java.util.List) in JobStore. |
25 | Abstract method JobStore.removeTrigger ( org.quartz.TriggerKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeTrigger(org.quartz.TriggerKey) in JobStore. |
26 | Abstract method JobStore.removeTriggers ( java.util.List p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeTriggers(java.util.List) in JobStore. |
27 | Abstract method JobStore.replaceTrigger ( org.quartz.TriggerKey p1, OperableTrigger p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method replaceTrigger(org.quartz.TriggerKey, OperableTrigger) in JobStore. |
28 | Abstract method JobStore.resumeAll ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeAll() in JobStore. |
29 | Abstract method JobStore.resumeJob ( org.quartz.JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeJob(org.quartz.JobKey) in JobStore. |
30 | Abstract method JobStore.resumeJobs ( org.quartz.impl.matchers.GroupMatcher p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeJobs(org.quartz.impl.matchers.GroupMatcher) in JobStore. |
31 | Abstract method JobStore.resumeTrigger ( org.quartz.TriggerKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeTrigger(org.quartz.TriggerKey) in JobStore. |
32 | Abstract method JobStore.resumeTriggers ( org.quartz.impl.matchers.GroupMatcher p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resumeTriggers(org.quartz.impl.matchers.GroupMatcher) in JobStore. |
33 | Abstract method JobStore.retrieveCalendar ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method retrieveCalendar(java.lang.String) in JobStore. |
34 | Abstract method JobStore.retrieveJob ( org.quartz.JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method retrieveJob(org.quartz.JobKey) in JobStore. |
35 | Abstract method JobStore.retrieveTrigger ( org.quartz.TriggerKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method retrieveTrigger(org.quartz.TriggerKey) in JobStore. |
36 | Abstract method JobStore.setThreadPoolSize ( int p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setThreadPoolSize(int) in JobStore. |
37 | Abstract method JobStore.storeCalendar ( String p1, org.quartz.Calendar p2, boolean p3, boolean p4 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method storeCalendar(java.lang.String, org.quartz.Calendar, boolean, boolean) in JobStore. |
38 | Abstract method JobStore.storeJob ( org.quartz.JobDetail p1, boolean p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method storeJob(org.quartz.JobDetail, boolean) in JobStore. |
39 | Abstract method JobStore.storeJobAndTrigger ( org.quartz.JobDetail p1, OperableTrigger p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method storeJobAndTrigger(org.quartz.JobDetail, OperableTrigger) in JobStore. |
40 | Abstract method JobStore.storeJobsAndTriggers ( java.util.Map p1, boolean p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method storeJobsAndTriggers(java.util.Map, boolean) in JobStore. |
41 | Abstract method JobStore.storeTrigger ( OperableTrigger p1, boolean p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method storeTrigger(OperableTrigger, boolean) in JobStore. |
42 | Abstract method JobStore.triggeredJobComplete ( OperableTrigger p1, org.quartz.JobDetail p2, org.quartz.Trigger.CompletedExecutionInstruction p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method triggeredJobComplete(OperableTrigger, org.quartz.JobDetail, org.quartz.Trigger.CompletedExecutionInstruction) in JobStore. |
43 | Abstract method JobStore.triggersFired ( java.util.List p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method triggersFired(java.util.List) in JobStore. |
44 | Abstract method JobStore.acquireNextTrigger ( org.quartz.core.SchedulingContext p1, long p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method acquireNextTrigger(org.quartz.core.SchedulingContext, long) in interface JobStore. |
45 | Abstract method JobStore.getCalendarNames ( org.quartz.core.SchedulingContext p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getCalendarNames(org.quartz.core.SchedulingContext) in interface JobStore. |
46 | Abstract method JobStore.getJobGroupNames ( org.quartz.core.SchedulingContext p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getJobGroupNames(org.quartz.core.SchedulingContext) in interface JobStore. |
47 | Abstract method JobStore.getJobNames ( org.quartz.core.SchedulingContext p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getJobNames(org.quartz.core.SchedulingContext, java.lang.String) in interface JobStore. |
48 | Abstract method JobStore.getNumberOfCalendars ( org.quartz.core.SchedulingContext p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getNumberOfCalendars(org.quartz.core.SchedulingContext) in interface JobStore. |
49 | Abstract method JobStore.getNumberOfJobs ( org.quartz.core.SchedulingContext p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getNumberOfJobs(org.quartz.core.SchedulingContext) in interface JobStore. |
50 | Abstract method JobStore.getNumberOfTriggers ( org.quartz.core.SchedulingContext p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getNumberOfTriggers(org.quartz.core.SchedulingContext) in interface JobStore. |
51 | Abstract method JobStore.getPausedTriggerGroups ( org.quartz.core.SchedulingContext p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getPausedTriggerGroups(org.quartz.core.SchedulingContext) in interface JobStore. |
52 | Abstract method JobStore.getTriggerGroupNames ( org.quartz.core.SchedulingContext p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTriggerGroupNames(org.quartz.core.SchedulingContext) in interface JobStore. |
53 | Abstract method JobStore.getTriggerNames ( org.quartz.core.SchedulingContext p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTriggerNames(org.quartz.core.SchedulingContext, java.lang.String) in interface JobStore. |
54 | Abstract method JobStore.getTriggerState ( org.quartz.core.SchedulingContext p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTriggerState(org.quartz.core.SchedulingContext, java.lang.String, java.lang.String) in interface JobStore. |
55 | Abstract method JobStore.getTriggersForJob ( org.quartz.core.SchedulingContext p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTriggersForJob(org.quartz.core.SchedulingContext, java.lang.String, java.lang.String) in interface JobStore. |
56 | Abstract method JobStore.pauseAll ( org.quartz.core.SchedulingContext p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method pauseAll(org.quartz.core.SchedulingContext) in interface JobStore. |
57 | Abstract method JobStore.pauseJob ( org.quartz.core.SchedulingContext p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method pauseJob(org.quartz.core.SchedulingContext, java.lang.String, java.lang.String) in interface JobStore. |
58 | Abstract method JobStore.pauseJobGroup ( org.quartz.core.SchedulingContext p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method pauseJobGroup(org.quartz.core.SchedulingContext, java.lang.String) in interface JobStore. |
59 | Abstract method JobStore.pauseTrigger ( org.quartz.core.SchedulingContext p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method pauseTrigger(org.quartz.core.SchedulingContext, java.lang.String, java.lang.String) in interface JobStore. |
60 | Abstract method JobStore.pauseTriggerGroup ( org.quartz.core.SchedulingContext p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method pauseTriggerGroup(org.quartz.core.SchedulingContext, java.lang.String) in interface JobStore. |
61 | Abstract method JobStore.releaseAcquiredTrigger ( org.quartz.core.SchedulingContext p1, org.quartz.Trigger p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method releaseAcquiredTrigger(org.quartz.core.SchedulingContext, org.quartz.Trigger) in interface JobStore. |
62 | Abstract method JobStore.removeCalendar ( org.quartz.core.SchedulingContext p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method removeCalendar(org.quartz.core.SchedulingContext, java.lang.String) in interface JobStore. |
63 | Abstract method JobStore.removeJob ( org.quartz.core.SchedulingContext p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method removeJob(org.quartz.core.SchedulingContext, java.lang.String, java.lang.String) in interface JobStore. |
64 | Abstract method JobStore.removeTrigger ( org.quartz.core.SchedulingContext p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method removeTrigger(org.quartz.core.SchedulingContext, java.lang.String, java.lang.String) in interface JobStore. |
65 | Abstract method JobStore.replaceTrigger ( org.quartz.core.SchedulingContext p1, String p2, String p3, org.quartz.Trigger p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method replaceTrigger(org.quartz.core.SchedulingContext, java.lang.String, java.lang.String, org.quartz.Trigger) in interface JobStore. |
66 | Abstract method JobStore.resumeAll ( org.quartz.core.SchedulingContext p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method resumeAll(org.quartz.core.SchedulingContext) in interface JobStore. |
67 | Abstract method JobStore.resumeJob ( org.quartz.core.SchedulingContext p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method resumeJob(org.quartz.core.SchedulingContext, java.lang.String, java.lang.String) in interface JobStore. |
68 | Abstract method JobStore.resumeJobGroup ( org.quartz.core.SchedulingContext p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method resumeJobGroup(org.quartz.core.SchedulingContext, java.lang.String) in interface JobStore. |
69 | Abstract method JobStore.resumeTrigger ( org.quartz.core.SchedulingContext p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method resumeTrigger(org.quartz.core.SchedulingContext, java.lang.String, java.lang.String) in interface JobStore. |
70 | Abstract method JobStore.resumeTriggerGroup ( org.quartz.core.SchedulingContext p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method resumeTriggerGroup(org.quartz.core.SchedulingContext, java.lang.String) in interface JobStore. |
71 | Abstract method JobStore.retrieveCalendar ( org.quartz.core.SchedulingContext p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method retrieveCalendar(org.quartz.core.SchedulingContext, java.lang.String) in interface JobStore. |
72 | Abstract method JobStore.retrieveJob ( org.quartz.core.SchedulingContext p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method retrieveJob(org.quartz.core.SchedulingContext, java.lang.String, java.lang.String) in interface JobStore. |
73 | Abstract method JobStore.retrieveTrigger ( org.quartz.core.SchedulingContext p1, String p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method retrieveTrigger(org.quartz.core.SchedulingContext, java.lang.String, java.lang.String) in interface JobStore. |
74 | Abstract method JobStore.storeCalendar ( org.quartz.core.SchedulingContext p1, String p2, org.quartz.Calendar p3, boolean p4, boolean p5 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method storeCalendar(org.quartz.core.SchedulingContext, java.lang.String, org.quartz.Calendar, boolean, boolean) in interface JobStore. |
75 | Abstract method JobStore.storeJob ( org.quartz.core.SchedulingContext p1, org.quartz.JobDetail p2, boolean p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method storeJob(org.quartz.core.SchedulingContext, org.quartz.JobDetail, boolean) in interface JobStore. |
76 | Abstract method JobStore.storeJobAndTrigger ( org.quartz.core.SchedulingContext p1, org.quartz.JobDetail p2, org.quartz.Trigger p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method storeJobAndTrigger(org.quartz.core.SchedulingContext, org.quartz.JobDetail, org.quartz.Trigger) in interface JobStore. |
77 | Abstract method JobStore.storeTrigger ( org.quartz.core.SchedulingContext p1, org.quartz.Trigger p2, boolean p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method storeTrigger(org.quartz.core.SchedulingContext, org.quartz.Trigger, boolean) in interface JobStore. |
78 | Abstract method JobStore.triggerFired ( org.quartz.core.SchedulingContext p1, org.quartz.Trigger p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method triggerFired(org.quartz.core.SchedulingContext, org.quartz.Trigger) in interface JobStore. |
79 | Abstract method JobStore.triggeredJobComplete ( org.quartz.core.SchedulingContext p1, org.quartz.Trigger p2, org.quartz.JobDetail p3, int p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method triggeredJobComplete(org.quartz.core.SchedulingContext, org.quartz.Trigger, org.quartz.JobDetail, int) in interface JobStore. |
[+] affected methods (10)
org.quartz.core.QuartzSchedulerResources.getJobStore ( )Return value of this method has type 'JobStore'.
org.quartz.core.QuartzSchedulerResources.setJobStore ( JobStore jobStore )1st parameter 'jobStore' of this method has type 'JobStore'.
JobStore.getEstimatedTimeToReleaseAndAcquireTrigger ( )This abstract method is from 'JobStore' interface.
JobStore.initialize ( ClassLoadHelper p1, SchedulerSignaler p2 )This abstract method is from 'JobStore' interface.
JobStore.isClustered ( )This abstract method is from 'JobStore' interface.
JobStore.schedulerStarted ( )This abstract method is from 'JobStore' interface.
JobStore.setInstanceId ( String p1 )This abstract method is from 'JobStore' interface.
JobStore.setInstanceName ( String p1 )This abstract method is from 'JobStore' interface.
JobStore.shutdown ( )This abstract method is from 'JobStore' interface.
JobStore.supportsPersistence ( )This abstract method is from 'JobStore' interface.
[+] SchedulerSignaler (1)
| Change | Effect |
---|
1 | Abstract method SchedulerSignaler.notifySchedulerListenersJobDeleted ( org.quartz.JobKey p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method notifySchedulerListenersJobDeleted(org.quartz.JobKey) in SchedulerSignaler. |
[+] affected methods (21)
org.quartz.core.QuartzScheduler.getSchedulerSignaler ( )Return value of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.applyMisfire ( org.quartz.simpl.TriggerWrapper tw )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getEstimatedTimeToReleaseAndAcquireTrigger ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getFiredTriggerRecordId ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getLog ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getMisfireThreshold ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getTriggerWrappersForCalendar ( String calName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.initialize ( ClassLoadHelper loadHelper, SchedulerSignaler signaler )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.isClustered ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.peekTriggers ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.RAMJobStore ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.schedulerStarted ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.setInstanceId ( String schedInstId )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.setInstanceName ( String schedName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.setMisfireThreshold ( long misfireThreshold )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.shutdown ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.supportsPersistence ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
JobStore.initialize ( ClassLoadHelper p1, SchedulerSignaler p2 )2nd parameter 'p2' of this abstract method has type 'SchedulerSignaler'.
SchedulerSignaler.notifySchedulerListenersFinalized ( org.quartz.Trigger p1 )This abstract method is from 'SchedulerSignaler' interface.
SchedulerSignaler.notifyTriggerListenersMisfired ( org.quartz.Trigger p1 )This abstract method is from 'SchedulerSignaler' interface.
SchedulerSignaler.signalSchedulingChange ( long p1 )This abstract method is from 'SchedulerSignaler' interface.
package org.quartz.utils
[+] Pair (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Pair. |
[+] affected methods (8)
Pair.equals ( Object that )This method is from 'Pair' class.
Pair.getFirst ( )This method is from 'Pair' class.
Pair.getSecond ( )This method is from 'Pair' class.
Pair.hashCode ( )This method is from 'Pair' class.
Pair.Pair ( )This constructor is from 'Pair' class.
Pair.Pair ( Object first, Object second )This constructor is from 'Pair' class.
Pair.setFirst ( Object first )This method is from 'Pair' class.
Pair.setSecond ( Object second )This method is from 'Pair' class.
[+] TriggerStatus (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TriggerStatus. |
[+] affected methods (8)
TriggerStatus.getJobKey ( )This method is from 'TriggerStatus' class.
TriggerStatus.getKey ( )This method is from 'TriggerStatus' class.
TriggerStatus.getNextFireTime ( )This method is from 'TriggerStatus' class.
TriggerStatus.getStatus ( )This method is from 'TriggerStatus' class.
TriggerStatus.setJobKey ( Key jobKey )This method is from 'TriggerStatus' class.
TriggerStatus.setKey ( Key key )This method is from 'TriggerStatus' class.
TriggerStatus.toString ( )This method is from 'TriggerStatus' class.
TriggerStatus.TriggerStatus ( String status, java.util.Date nextFireTime )This constructor is from 'TriggerStatus' class.
quartz-commonj-1.8.6.jar
package org.quartz.custom
[+] WorkManagerThreadExecutor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class WorkManagerThreadExecutor. |
[+] affected methods (4)
WorkManagerThreadExecutor.execute ( Thread thread )This method is from 'WorkManagerThreadExecutor' class.
WorkManagerThreadExecutor.initialize ( )This method is from 'WorkManagerThreadExecutor' class.
WorkManagerThreadExecutor.setWorkManagerName ( String workManagerName )This method is from 'WorkManagerThreadExecutor' class.
WorkManagerThreadExecutor.WorkManagerThreadExecutor ( )This constructor is from 'WorkManagerThreadExecutor' class.
to the top
Problems with Data Types, Medium Severity (3)
quartz-all-1.8.6.jar
package org.quartz
[+] DateIntervalTrigger (1)
| Change | Effect |
---|
1 | Superclass has been changed from Trigger to impl.triggers.AbstractTrigger. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in DateIntervalTrigger. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (30)
DateIntervalTrigger.computeFirstFireTime ( Calendar calendar )This method is from 'DateIntervalTrigger' class.
DateIntervalTrigger.DateIntervalTrigger ( )This constructor is from 'DateIntervalTrigger' class.
DateIntervalTrigger.DateIntervalTrigger ( String name, String group, String jobName, String jobGroup, java.util.Date startTime, java.util.Date endTime, DateIntervalTrigger.IntervalUnit intervalUnit, int repeatInterval )This constructor is from 'DateIntervalTrigger' class.
DateIntervalTrigger.DateIntervalTrigger ( String name, String group, java.util.Date startTime, java.util.Date endTime, DateIntervalTrigger.IntervalUnit intervalUnit, int repeatInterval )This constructor is from 'DateIntervalTrigger' class.
DateIntervalTrigger.DateIntervalTrigger ( String name, String group, DateIntervalTrigger.IntervalUnit intervalUnit, int repeatInterval )This constructor is from 'DateIntervalTrigger' class.
DateIntervalTrigger.DateIntervalTrigger ( String name, java.util.Date startTime, java.util.Date endTime, DateIntervalTrigger.IntervalUnit intervalUnit, int repeatInterval )This constructor is from 'DateIntervalTrigger' class.
DateIntervalTrigger.DateIntervalTrigger ( String name, DateIntervalTrigger.IntervalUnit intervalUnit, int repeatInterval )This constructor is from 'DateIntervalTrigger' class.
DateIntervalTrigger.getEndTime ( )This method is from 'DateIntervalTrigger' class.
DateIntervalTrigger.getFinalFireTime ( )This method is from 'DateIntervalTrigger' class.
DateIntervalTrigger.getFireTimeAfter ( java.util.Date afterTime )This method is from 'DateIntervalTrigger' class.
DateIntervalTrigger.getFireTimeAfter ( java.util.Date afterTime, boolean ignoreEndTime )This method is from 'DateIntervalTrigger' class.
DateIntervalTrigger.getNextFireTime ( )This method is from 'DateIntervalTrigger' class.
DateIntervalTrigger.getPreviousFireTime ( )This method is from 'DateIntervalTrigger' class.
DateIntervalTrigger.getRepeatInterval ( )This method is from 'DateIntervalTrigger' class.
DateIntervalTrigger.getRepeatIntervalUnit ( )This method is from 'DateIntervalTrigger' class.
DateIntervalTrigger.getStartTime ( )This method is from 'DateIntervalTrigger' class.
DateIntervalTrigger.getTimesTriggered ( )This method is from 'DateIntervalTrigger' class.
DateIntervalTrigger.mayFireAgain ( )This method is from 'DateIntervalTrigger' class.
DateIntervalTrigger.setEndTime ( java.util.Date endTime )This method is from 'DateIntervalTrigger' class.
DateIntervalTrigger.setNextFireTime ( java.util.Date nextFireTime )This method is from 'DateIntervalTrigger' class.
DateIntervalTrigger.setPreviousFireTime ( java.util.Date previousFireTime )This method is from 'DateIntervalTrigger' class.
DateIntervalTrigger.setRepeatInterval ( int repeatInterval )This method is from 'DateIntervalTrigger' class.
DateIntervalTrigger.setRepeatIntervalUnit ( DateIntervalTrigger.IntervalUnit intervalUnit )This method is from 'DateIntervalTrigger' class.
DateIntervalTrigger.setStartTime ( java.util.Date startTime )This method is from 'DateIntervalTrigger' class.
DateIntervalTrigger.setTimesTriggered ( int timesTriggered )This method is from 'DateIntervalTrigger' class.
DateIntervalTrigger.triggered ( Calendar calendar )This method is from 'DateIntervalTrigger' class.
DateIntervalTrigger.updateAfterMisfire ( Calendar cal )This method is from 'DateIntervalTrigger' class.
DateIntervalTrigger.updateWithNewCalendar ( Calendar calendar, long misfireThreshold )This method is from 'DateIntervalTrigger' class.
DateIntervalTrigger.validate ( )This method is from 'DateIntervalTrigger' class.
DateIntervalTrigger.validateMisfireInstruction ( int misfireInstruction )This method is from 'DateIntervalTrigger' class.
[+] NthIncludedDayTrigger (1)
| Change | Effect |
---|
1 | Superclass has been changed from Trigger to impl.triggers.AbstractTrigger. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in NthIncludedDayTrigger. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (29)
NthIncludedDayTrigger.clone ( )This method is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.computeFirstFireTime ( Calendar calendar )This method is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.getEndTime ( )This method is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.getFinalFireTime ( )This method is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.getFireAtTime ( )This method is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.getFireTimeAfter ( java.util.Date afterTime )This method is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.getIntervalType ( )This method is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.getN ( )This method is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.getNextFireCutoffInterval ( )This method is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.getNextFireTime ( )This method is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.getPreviousFireTime ( )This method is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.getStartTime ( )This method is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.getTimeZone ( )This method is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.mayFireAgain ( )This method is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.NthIncludedDayTrigger ( )This constructor is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.NthIncludedDayTrigger ( String name )This constructor is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.NthIncludedDayTrigger ( String name, String group )This constructor is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.NthIncludedDayTrigger ( String name, String group, String jobName, String jobGroup )This constructor is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.setEndTime ( java.util.Date endTime )This method is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.setFireAtTime ( String fireAtTime )This method is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.setIntervalType ( int intervalType )This method is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.setN ( int n )This method is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.setNextFireCutoffInterval ( int nextFireCutoffInterval )This method is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.setStartTime ( java.util.Date startTime )This method is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.setTimeZone ( java.util.TimeZone timeZone )This method is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.triggered ( Calendar calendar )This method is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.updateAfterMisfire ( Calendar calendar )This method is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.updateWithNewCalendar ( Calendar calendar, long misfireThreshold )This method is from 'NthIncludedDayTrigger' class.
NthIncludedDayTrigger.validateMisfireInstruction ( int misfireInstruction )This method is from 'NthIncludedDayTrigger' class.
package org.quartz.utils
[+] Key (1)
| Change | Effect |
---|
1 | Removed super-class Pair. | Recompilation of a client program may be terminated with the message: cannot find variable (or method) in Key. |
[+] affected methods (4)
Key.getGroup ( )This method is from 'Key' class.
Key.getName ( )This method is from 'Key' class.
Key.Key ( String name, String group )This constructor is from 'Key' class.
Key.toString ( )This method is from 'Key' class.
to the top
Problems with Methods, Medium Severity (11)
quartz-all-1.8.6.jar, JobDetailSupport
package org.quartz.core.jmx
[+] JobDetailSupport.newJobDetail ( javax.management.openmbean.CompositeData cData ) [static] : org.quartz.JobDetail (1)
[run-time name: org/quartz/core/jmx/JobDetailSupport.newJobDetail:(Ljavax/management/openmbean/CompositeData;)Lorg/quartz/JobDetail;]
| Change | Effect |
---|
1 | Added java.lang.ClassNotFoundException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.ClassNotFoundException must be caught or declared to be thrown. |
quartz-all-1.8.6.jar, PoolingConnectionProvider
package org.quartz.utils
[+] PoolingConnectionProvider.PoolingConnectionProvider ( java.util.Properties config ) (1)
[run-time name: org/quartz/utils/PoolingConnectionProvider."<init>":(Ljava/util/Properties;)V]
| Change | Effect |
---|
1 | Added org.quartz.SchedulerException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception org.quartz.SchedulerException must be caught or declared to be thrown. |
[+] PoolingConnectionProvider.PoolingConnectionProvider ( String dbDriver, String dbURL, String dbUser, String dbPassword, int maxConnections, String dbValidationQuery ) (1)
[run-time name: org/quartz/utils/PoolingConnectionProvider."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;)V]
| Change | Effect |
---|
1 | Added org.quartz.SchedulerException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception org.quartz.SchedulerException must be caught or declared to be thrown. |
quartz-all-1.8.6.jar, QuartzSchedulerMBean
package org.quartz.core.jmx
[+] QuartzSchedulerMBean.getCurrentlyExecutingJobs ( ) [abstract] : javax.management.openmbean.TabularData (2)
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.getCurrentlyExecutingJobs:()Ljavax/management/openmbean/TabularData;]
| Change | Effect |
---|
1 | Added java.lang.Exception exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.Exception must be caught or declared to be thrown. |
2 | Removed org.quartz.SchedulerException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getCurrentlyExecutingJobs() in QuartzSchedulerMBean; overridden method does not throw org.quartz.SchedulerException. |
[+] QuartzSchedulerMBean.start ( ) [abstract] : void (2)
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.start:()V]
| Change | Effect |
---|
1 | Added java.lang.Exception exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.Exception must be caught or declared to be thrown. |
2 | Removed org.quartz.SchedulerException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override start() in org.quartz.core.jmx.QuartzSchedulerMBean; overridden method does not throw org.quartz.SchedulerException. |
quartz-all-1.8.6.jar, QuartzSchedulerMBeanImpl
package org.quartz.core
[+] QuartzSchedulerMBeanImpl.getCurrentlyExecutingJobs ( ) : javax.management.openmbean.TabularData (2)
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.getCurrentlyExecutingJobs:()Ljavax/management/openmbean/TabularData;]
| Change | Effect |
---|
1 | Removed org.quartz.SchedulerException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override getCurrentlyExecutingJobs() in QuartzSchedulerMBeanImpl; overridden method does not throw org.quartz.SchedulerException. |
2 | Added java.lang.Exception exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.Exception must be caught or declared to be thrown. |
[+] QuartzSchedulerMBeanImpl.start ( ) : void (2)
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.start:()V]
| Change | Effect |
---|
1 | Removed org.quartz.SchedulerException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override start() in org.quartz.core.QuartzSchedulerMBeanImpl; overridden method does not throw org.quartz.SchedulerException. |
2 | Added java.lang.Exception exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.Exception must be caught or declared to be thrown. |
to the top
Other Changes in Data Types (10)
quartz-all-1.8.6.jar
package org.quartz
[+] CronExpression (2)
| Change | Effect |
---|
1 | Field MAX_YEAR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to MAX_YEAR is ambiguous. |
2 | Field lastdayOffset has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to lastdayOffset is ambiguous. |
[+] affected methods (30)
CronExpression.addToSet ( int val, int end, int incr, int type )This method is from 'CronExpression' class.
CronExpression.buildExpression ( String expression )This method is from 'CronExpression' class.
CronExpression.checkNext ( int pos, String s, int val, int type )This method is from 'CronExpression' class.
CronExpression.clone ( )This method is from 'CronExpression' class.
CronExpression.CronExpression ( String cronExpression )This constructor is from 'CronExpression' class.
CronExpression.findNextWhiteSpace ( int i, String s )This method is from 'CronExpression' class.
CronExpression.getCronExpression ( )This method is from 'CronExpression' class.
CronExpression.getDayOfWeekNumber ( String s )This method is from 'CronExpression' class.
CronExpression.getExpressionSetSummary ( java.util.ArrayList list )This method is from 'CronExpression' class.
CronExpression.getExpressionSetSummary ( java.util.Set set )This method is from 'CronExpression' class.
CronExpression.getExpressionSummary ( )This method is from 'CronExpression' class.
CronExpression.getFinalFireTime ( )This method is from 'CronExpression' class.
CronExpression.getLastDayOfMonth ( int monthNum, int year )This method is from 'CronExpression' class.
CronExpression.getMonthNumber ( String s )This method is from 'CronExpression' class.
CronExpression.getNextInvalidTimeAfter ( java.util.Date date )This method is from 'CronExpression' class.
CronExpression.getNextValidTimeAfter ( java.util.Date date )This method is from 'CronExpression' class.
CronExpression.getNumericValue ( String s, int i )This method is from 'CronExpression' class.
CronExpression.getSet ( int type )This method is from 'CronExpression' class.
CronExpression.getTimeAfter ( java.util.Date afterTime )This method is from 'CronExpression' class.
CronExpression.getTimeBefore ( java.util.Date endTime )This method is from 'CronExpression' class.
CronExpression.getTimeZone ( )This method is from 'CronExpression' class.
CronExpression.getValue ( int v, String s, int i )This method is from 'CronExpression' class.
CronExpression.isLeapYear ( int year )This method is from 'CronExpression' class.
CronExpression.isSatisfiedBy ( java.util.Date date )This method is from 'CronExpression' class.
CronExpression.isValidExpression ( String cronExpression )This method is from 'CronExpression' class.
CronExpression.setCalendarHour ( java.util.Calendar cal, int hour )This method is from 'CronExpression' class.
CronExpression.setTimeZone ( java.util.TimeZone timeZone )This method is from 'CronExpression' class.
CronExpression.skipWhiteSpace ( int i, String s )This method is from 'CronExpression' class.
CronExpression.storeExpressionVals ( int pos, String s, int type )This method is from 'CronExpression' class.
CronExpression.toString ( )This method is from 'CronExpression' class.
package org.quartz.core
[+] JobRunShell (1)
| Change | Effect |
---|
1 | Field firedTriggerBundle has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to firedTriggerBundle is ambiguous. |
[+] affected methods (7)
JobRunShell.begin ( )This method is from 'JobRunShell' class.
JobRunShell.complete ( boolean successfulExecution )This method is from 'JobRunShell' class.
JobRunShell.getLog ( )This method is from 'JobRunShell' class.
JobRunShell.passivate ( )This method is from 'JobRunShell' class.
JobRunShell.requestShutdown ( )This method is from 'JobRunShell' class.
JobRunShell.run ( )This method is from 'JobRunShell' class.
JobRunShell.schedulerShuttingdown ( )This method is from 'JobRunShell' class.
package org.quartz.core.jmx
[+] QuartzSchedulerMBean (1)
| Change | Effect |
---|
1 | Field SCHEDULING_DATA_CLEARED has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to SCHEDULING_DATA_CLEARED is ambiguous. |
[+] affected methods (19)
QuartzSchedulerMBean.getCurrentlyExecutingJobs ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getJobsCompletedMostRecentSample ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getJobsExecutedMostRecentSample ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getJobsScheduledMostRecentSample ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getJobStoreClassName ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getPerformanceMetrics ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getSchedulerInstanceId ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getSchedulerName ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getThreadPoolClassName ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getThreadPoolSize ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getVersion ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.isSampledStatisticsEnabled ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.isShutdown ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.isStandbyMode ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.isStarted ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.setSampledStatisticsEnabled ( boolean p1 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.shutdown ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.standby ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.start ( )This abstract method is from 'QuartzSchedulerMBean' interface.
package org.quartz.jobs
[+] FileScanJob (1)
| Change | Effect |
---|
1 | Field MINIMUM_UPDATE_AGE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to MINIMUM_UPDATE_AGE is ambiguous. |
[+] affected methods (3)
FileScanJob.execute ( org.quartz.JobExecutionContext context )This method is from 'FileScanJob' class.
FileScanJob.FileScanJob ( )This constructor is from 'FileScanJob' class.
FileScanJob.getLastModifiedDate ( String fileName )This method is from 'FileScanJob' class.
package org.quartz.utils
[+] Key (1)
| Change | Effect |
---|
1 | Field DEFAULT_GROUP has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to DEFAULT_GROUP is ambiguous. |
[+] affected methods (4)
Key.getGroup ( )This method is from 'Key' class.
Key.getName ( )This method is from 'Key' class.
Key.Key ( String name, String group )This constructor is from 'Key' class.
Key.toString ( )This method is from 'Key' class.
[+] PoolingConnectionProvider (4)
| Change | Effect |
---|
1 | Field DB_IDLE_VALIDATION_SECONDS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to DB_IDLE_VALIDATION_SECONDS is ambiguous. |
2 | Field DB_MAX_CACHED_STATEMENTS_PER_CONNECTION has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to DB_MAX_CACHED_STATEMENTS_PER_CONNECTION is ambiguous. |
3 | Field DB_VALIDATE_ON_CHECKOUT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to DB_VALIDATE_ON_CHECKOUT is ambiguous. |
4 | Field DEFAULT_DB_MAX_CACHED_STATEMENTS_PER_CONNECTION has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to DEFAULT_DB_MAX_CACHED_STATEMENTS_PER_CONNECTION is ambiguous. |
[+] affected methods (4)
PoolingConnectionProvider.getConnection ( )This method is from 'PoolingConnectionProvider' class.
PoolingConnectionProvider.PoolingConnectionProvider ( String dbDriver, String dbURL, String dbUser, String dbPassword, int maxConnections, String dbValidationQuery )This constructor is from 'PoolingConnectionProvider' class.
PoolingConnectionProvider.PoolingConnectionProvider ( java.util.Properties config )This constructor is from 'PoolingConnectionProvider' class.
PoolingConnectionProvider.shutdown ( )This method is from 'PoolingConnectionProvider' class.
to the top
Java ARchives (6)
quartz-1.8.6.jar
quartz-all-1.8.6.jar
quartz-commonj-1.8.6.jar
quartz-jboss-1.8.6.jar
quartz-oracle-1.8.6.jar
quartz-weblogic-1.8.6.jar
to the top
Classes (153)
org.quartz.spi.SchedulerSignaler
org.quartz.core.QuartzSchedulerMBeanImpl.Emitter
org.quartz.simpl.HostnameInstanceIdGenerator
org.quartz.SchedulerFactory
org.quartz.SchedulerListener
org.quartz.utils.JNDIConnectionProvider
org.quartz.core.RemotableQuartzScheduler
org.quartz.core.ErrorLogger
org.quartz.utils.DBConnectionManager
org.quartz.utils.UpdateChecker
org.quartz.utils.Key
org.quartz.utils.CircularLossyQueue
org.quartz.spi.ThreadExecutor
org.quartz.core.JobRunShell.VetoedException
org.quartz.SchedulerMetaData
org.quartz.utils.DirtyFlagMap.DirtyFlagSet
org.quartz.utils.counter.sampled.SampledRateCounterConfig
org.quartz.core.SampledStatisticsImpl
org.quartz.utils.counter.CounterManager
org.quartz.simpl.ZeroSizeThreadPool
org.quartz.core.ExecutingJobsManager
org.quartz.simpl.SimpleJobFactory
org.quartz.core.NullSampledStatisticsImpl
org.quartz.jobs.FileScanListener
org.quartz.jobs.ee.jms.SendQueueMessageJob
org.quartz.jobs.ee.mail.SendMailJob
org.quartz.ee.jta.UserTransactionHelper.UserTransactionWithContext
org.quartz.utils.StringKeyDirtyFlagMap
org.quartz.ObjectAlreadyExistsException
org.quartz.core.jmx.JobDataMapSupport
org.quartz.helpers.VersionPrinter
org.quartz.jobs.ee.jms.JmsJobException
org.quartz.plugins.history.LoggingJobHistoryPlugin
org.quartz.spi.ClassLoadHelper
org.quartz.jobs.ee.ejb.EJBInvokerJob
org.quartz.JobListener
org.quartz.core.QuartzScheduler_Stub
org.quartz.simpl.PropertySettingJobFactory
org.quartz.core.jmx.JobExecutionContextSupport
org.quartz.utils.counter.sampled.SampledCounterConfig
org.quartz.utils.counter.CounterImpl
org.quartz.CronExpression
org.quartz.ValueSet
org.quartz.simpl.TriggerComparator
org.quartz.utils.counter.CounterManagerImpl
org.quartz.simpl.JobWrapper
org.quartz.Job
org.quartz.spi.JobStore
org.quartz.JobPersistenceException
org.quartz.utils.ConnectionProvider
org.quartz.utils.counter.CounterConfig
org.quartz.simpl.SimpleInstanceIdGenerator
org.quartz.JobDetail
org.quartz.xml.XMLSchedulingDataProcessor
org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
org.quartz.simpl.SimpleThreadPool.WorkerThread
org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin.JobFile
org.quartz.utils.DirtyFlagMap
org.quartz.utils.counter.sampled.SampledRateCounterImpl
org.quartz.core.jmx.JobDetailSupport
org.quartz.plugins.management.ShutdownHookPlugin
org.quartz.simpl.SystemPropertyInstanceIdGenerator
org.quartz.spi.SchedulerPlugin
org.quartz.InterruptableJob
org.quartz.ee.servlet.QuartzInitializerServlet
org.quartz.jobs.ee.jms.JmsHelper
org.quartz.simpl.SimpleClassLoadHelper
org.quartz.JobExecutionContext
org.quartz.StatefulJob
org.quartz.spi.TriggerFiredBundle
org.quartz.ee.jta.JTAJobRunShellFactory
org.quartz.simpl.LoadingLoaderClassLoadHelper
org.quartz.simpl.SimpleTimeBroker
org.quartz.utils.counter.sampled.SampledCounter
org.quartz.ee.jmx.jboss.QuartzServiceMBean
org.quartz.ee.jta.JTAJobRunShell
org.quartz.jobs.ee.jmx.JMXInvokerJob
org.quartz.CriticalSchedulerException
org.quartz.core.JobRunShellFactory
org.quartz.core.JobRunShell
org.quartz.utils.counter.sampled.TimeStampedCounterValue
org.quartz.SchedulerContext
org.quartz.spi.JobFactory
org.quartz.listeners.FilterAndBroadcastJobListener
org.quartz.custom.DelegatingWork
org.quartz.ee.servlet.QuartzInitializerListener
org.quartz.JobExecutionException
org.quartz.jobs.ee.jms.JmsMessageFactory
org.quartz.core.SchedulingContext
org.quartz.core.QuartzSchedulerResources
org.quartz.jobs.FileScanJob
org.quartz.DateIntervalTrigger
org.quartz.simpl.RAMJobStore
org.quartz.utils.DirtyFlagMap.DirtyFlagMapEntry
org.quartz.utils.DirtyFlagMap.DirtyFlagMapEntryIterator
org.quartz.core.QuartzScheduler
org.quartz.core.SchedulerSignalerImpl
org.quartz.jobs.ee.jms.SendTopicMessageJob
org.quartz.xml.ValidationException
org.quartz.SchedulerConfigException
org.quartz.utils.DirtyFlagMap.DirtyFlagCollection
org.quartz.ee.jmx.jboss.JBoss4RMIRemoteMBeanScheduler
org.quartz.listeners.JobChainingJobListener
org.quartz.core.QuartzSchedulerMBeanImpl
org.quartz.NthIncludedDayTrigger
org.quartz.CronTrigger
org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
org.quartz.utils.counter.sampled.SampledCounterImpl
org.quartz.Scheduler
org.quartz.ee.jmx.jboss.QuartzService
org.quartz.plugins.history.LoggingTriggerHistoryPlugin
org.quartz.UnableToInterruptJobException
org.quartz.listeners.TriggerListenerSupport
org.quartz.spi.InstanceIdGenerator
org.quartz.jobs.ee.jms.SendDestinationMessageJob
org.quartz.jobs.NativeJob
org.quartz.utils.DirtyFlagMap.DirtyFlagMapEntrySet
org.quartz.utils.TriggerStatus
org.quartz.simpl.CascadingClassLoadHelper
org.quartz.utils.weblogic.WeblogicConnectionProvider
org.quartz.spi.ThreadPool
org.quartz.listeners.JobListenerSupport
org.quartz.ee.jta.UserTransactionHelper
org.quartz.TriggerListener
org.quartz.DateIntervalTrigger.IntervalUnit
org.quartz.spi.TimeBroker
org.quartz.simpl.InitThreadContextClassLoadHelper
org.quartz.Trigger
org.quartz.utils.counter.Counter
org.quartz.TriggerUtils
org.quartz.core.jmx.QuartzSchedulerMBean
org.quartz.utils.PoolingConnectionProvider
org.quartz.utils.Pair
org.quartz.utils.counter.sampled.SampledRateCounter
org.quartz.Calendar
org.quartz.core.SampledStatistics
org.quartz.SimpleTrigger
org.quartz.listeners.BroadcastSchedulerListener
org.quartz.jobs.ee.mail.SendMailJob.MailInfo
org.quartz.utils.PropertiesParser
org.quartz.custom.WorkManagerThreadExecutor
org.quartz.listeners.FilterAndBroadcastTriggerListener
org.quartz.utils.DirtyFlagMap.DirtyFlagIterator
org.quartz.simpl.TriggerWrapper
org.quartz.jobs.NativeJob.StreamConsumer
org.quartz.simpl.SimpleThreadPool
org.quartz.core.QuartzSchedulerThread
org.quartz.simpl.ThreadContextClassLoadHelper
org.quartz.core.jmx.TriggerSupport
org.quartz.jobs.NoOpJob
org.quartz.JobDataMap
org.quartz.listeners.SchedulerListenerSupport
org.quartz.SchedulerException
to the top
Generated on Thu Apr 26 11:11:04 2012 for Quartz by Java API Compliance Checker 1.1
A tool for checking backward compatibility of a Java library API