Binary compatibility report for the Quartz library between 2.0.2 and 2.1.4 versions
Test Info
Library Name | Quartz |
Version #1 | 2.0.2 |
Version #2 | 2.1.4 |
Test Results
Total Java ARchives | 7 |
---|
Total Classes | 178 |
---|
Total Methods / Types | 1966 / 158 |
---|
Verdict | Incompatible (6.3%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 88 |
---|
Removed Methods | High | 2 |
---|
Problems with Data Types | High | 3 |
---|
Medium | 6 |
Low | 2 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 2 |
Other Changes in Data Types | - | 8 |
Added Methods (88)
quartz-all-2.1.4.jar, CalendarIntervalScheduleBuilder.class
package org.quartz
CalendarIntervalScheduleBuilder.inTimeZone ( java.util.TimeZone timezone ) : CalendarIntervalScheduleBuilder
[run-time name: org/quartz/CalendarIntervalScheduleBuilder.inTimeZone:(Ljava/util/TimeZone;)Lorg/quartz/CalendarIntervalScheduleBuilder;]
CalendarIntervalScheduleBuilder.preserveHourOfDayAcrossDaylightSavings ( boolean preserveHourOfDay ) : CalendarIntervalScheduleBuilder
[run-time name: org/quartz/CalendarIntervalScheduleBuilder.preserveHourOfDayAcrossDaylightSavings:(Z)Lorg/quartz/CalendarIntervalScheduleBuilder;]
CalendarIntervalScheduleBuilder.skipDayIfHourDoesNotExist ( boolean skipDay ) : CalendarIntervalScheduleBuilder
[run-time name: org/quartz/CalendarIntervalScheduleBuilder.skipDayIfHourDoesNotExist:(Z)Lorg/quartz/CalendarIntervalScheduleBuilder;]
quartz-all-2.1.4.jar, CalendarIntervalTrigger.class
package org.quartz
CalendarIntervalTrigger.getTimeZone ( ) [abstract] : java.util.TimeZone
[run-time name: org/quartz/CalendarIntervalTrigger.getTimeZone:()Ljava/util/TimeZone;]
CalendarIntervalTrigger.isPreserveHourOfDayAcrossDaylightSavings ( ) [abstract] : boolean
[run-time name: org/quartz/CalendarIntervalTrigger.isPreserveHourOfDayAcrossDaylightSavings:()Z]
CalendarIntervalTrigger.isSkipDayIfHourDoesNotExist ( ) [abstract] : boolean
[run-time name: org/quartz/CalendarIntervalTrigger.isSkipDayIfHourDoesNotExist:()Z]
quartz-all-2.1.4.jar, CascadingClassLoadHelper.class
package org.quartz.simpl
CascadingClassLoadHelper.loadClass ( String name, Class clazz ) : Class
[run-time name: org/quartz/simpl/CascadingClassLoadHelper.loadClass:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Class;]
quartz-all-2.1.4.jar, ClassLoadHelper.class
package org.quartz.spi
ClassLoadHelper.loadClass ( String p1, Class p2 ) [abstract] : Class
[run-time name: org/quartz/spi/ClassLoadHelper.loadClass:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Class;]
quartz-all-2.1.4.jar, CronScheduleBuilder.class
package org.quartz
CronScheduleBuilder.atHourAndMinuteOnGivenDaysOfWeek ( int hour, int minute, Integer[ ] daysOfWeek ) [static] : CronScheduleBuilder
[run-time name: org/quartz/CronScheduleBuilder.atHourAndMinuteOnGivenDaysOfWeek:(II[Ljava/lang/Integer;)Lorg/quartz/CronScheduleBuilder;]
CronScheduleBuilder.cronSchedule ( CronExpression cronExpression ) [static] : CronScheduleBuilder
[run-time name: org/quartz/CronScheduleBuilder.cronSchedule:(Lorg/quartz/CronExpression;)Lorg/quartz/CronScheduleBuilder;]
CronScheduleBuilder.CronScheduleBuilder ( CronExpression cronExpression )
[run-time name: org/quartz/CronScheduleBuilder."<init>":(Lorg/quartz/CronExpression;)V]
CronScheduleBuilder.cronScheduleNonvalidatedExpression ( String cronExpression ) [static] : CronScheduleBuilder
[run-time name: org/quartz/CronScheduleBuilder.cronScheduleNonvalidatedExpression:(Ljava/lang/String;)Lorg/quartz/CronScheduleBuilder;]
quartz-all-2.1.4.jar, DailyTimeIntervalScheduleBuilder.class
package org.quartz
DailyTimeIntervalScheduleBuilder.build ( ) : spi.MutableTrigger
[run-time name: org/quartz/DailyTimeIntervalScheduleBuilder.build:()Lorg/quartz/spi/MutableTrigger;]
DailyTimeIntervalScheduleBuilder.dailyTimeIntervalSchedule ( ) [static] : DailyTimeIntervalScheduleBuilder
[run-time name: org/quartz/DailyTimeIntervalScheduleBuilder.dailyTimeIntervalSchedule:()Lorg/quartz/DailyTimeIntervalScheduleBuilder;]
DailyTimeIntervalScheduleBuilder.DailyTimeIntervalScheduleBuilder ( )
[run-time name: org/quartz/DailyTimeIntervalScheduleBuilder."<init>":()V]
DailyTimeIntervalScheduleBuilder.endingDailyAfterCount ( int count ) : DailyTimeIntervalScheduleBuilder
[run-time name: org/quartz/DailyTimeIntervalScheduleBuilder.endingDailyAfterCount:(I)Lorg/quartz/DailyTimeIntervalScheduleBuilder;]
DailyTimeIntervalScheduleBuilder.endingDailyAt ( TimeOfDay timeOfDay ) : DailyTimeIntervalScheduleBuilder
[run-time name: org/quartz/DailyTimeIntervalScheduleBuilder.endingDailyAt:(Lorg/quartz/TimeOfDay;)Lorg/quartz/DailyTimeIntervalScheduleBuilder;]
DailyTimeIntervalScheduleBuilder.onDaysOfTheWeek ( Integer[ ] onDaysOfWeek ) : DailyTimeIntervalScheduleBuilder
[run-time name: org/quartz/DailyTimeIntervalScheduleBuilder.onDaysOfTheWeek:([Ljava/lang/Integer;)Lorg/quartz/DailyTimeIntervalScheduleBuilder;]
DailyTimeIntervalScheduleBuilder.onDaysOfTheWeek ( java.util.Set onDaysOfWeek ) : DailyTimeIntervalScheduleBuilder
[run-time name: org/quartz/DailyTimeIntervalScheduleBuilder.onDaysOfTheWeek:(Ljava/util/Set;)Lorg/quartz/DailyTimeIntervalScheduleBuilder;]
DailyTimeIntervalScheduleBuilder.onEveryDay ( ) : DailyTimeIntervalScheduleBuilder
[run-time name: org/quartz/DailyTimeIntervalScheduleBuilder.onEveryDay:()Lorg/quartz/DailyTimeIntervalScheduleBuilder;]
DailyTimeIntervalScheduleBuilder.onMondayThroughFriday ( ) : DailyTimeIntervalScheduleBuilder
[run-time name: org/quartz/DailyTimeIntervalScheduleBuilder.onMondayThroughFriday:()Lorg/quartz/DailyTimeIntervalScheduleBuilder;]
DailyTimeIntervalScheduleBuilder.onSaturdayAndSunday ( ) : DailyTimeIntervalScheduleBuilder
[run-time name: org/quartz/DailyTimeIntervalScheduleBuilder.onSaturdayAndSunday:()Lorg/quartz/DailyTimeIntervalScheduleBuilder;]
DailyTimeIntervalScheduleBuilder.startingDailyAt ( TimeOfDay timeOfDay ) : DailyTimeIntervalScheduleBuilder
[run-time name: org/quartz/DailyTimeIntervalScheduleBuilder.startingDailyAt:(Lorg/quartz/TimeOfDay;)Lorg/quartz/DailyTimeIntervalScheduleBuilder;]
DailyTimeIntervalScheduleBuilder.withInterval ( int timeInterval, DateBuilder.IntervalUnit unit ) : DailyTimeIntervalScheduleBuilder
[run-time name: org/quartz/DailyTimeIntervalScheduleBuilder.withInterval:(ILorg/quartz/DateBuilder$IntervalUnit;)Lorg/quartz/DailyTimeIntervalScheduleBuilder;]
DailyTimeIntervalScheduleBuilder.withIntervalInHours ( int intervalInHours ) : DailyTimeIntervalScheduleBuilder
[run-time name: org/quartz/DailyTimeIntervalScheduleBuilder.withIntervalInHours:(I)Lorg/quartz/DailyTimeIntervalScheduleBuilder;]
DailyTimeIntervalScheduleBuilder.withIntervalInMinutes ( int intervalInMinutes ) : DailyTimeIntervalScheduleBuilder
[run-time name: org/quartz/DailyTimeIntervalScheduleBuilder.withIntervalInMinutes:(I)Lorg/quartz/DailyTimeIntervalScheduleBuilder;]
DailyTimeIntervalScheduleBuilder.withIntervalInSeconds ( int intervalInSeconds ) : DailyTimeIntervalScheduleBuilder
[run-time name: org/quartz/DailyTimeIntervalScheduleBuilder.withIntervalInSeconds:(I)Lorg/quartz/DailyTimeIntervalScheduleBuilder;]
DailyTimeIntervalScheduleBuilder.withMisfireHandlingInstructionDoNothing ( ) : DailyTimeIntervalScheduleBuilder
[run-time name: org/quartz/DailyTimeIntervalScheduleBuilder.withMisfireHandlingInstructionDoNothing:()Lorg/quartz/DailyTimeIntervalScheduleBuilder;]
DailyTimeIntervalScheduleBuilder.withMisfireHandlingInstructionFireAndProceed ( ) : DailyTimeIntervalScheduleBuilder
[run-time name: org/quartz/DailyTimeIntervalScheduleBuilder.withMisfireHandlingInstructionFireAndProceed:()Lorg/quartz/DailyTimeIntervalScheduleBuilder;]
DailyTimeIntervalScheduleBuilder.withMisfireHandlingInstructionIgnoreMisfires ( ) : DailyTimeIntervalScheduleBuilder
[run-time name: org/quartz/DailyTimeIntervalScheduleBuilder.withMisfireHandlingInstructionIgnoreMisfires:()Lorg/quartz/DailyTimeIntervalScheduleBuilder;]
DailyTimeIntervalScheduleBuilder.withRepeatCount ( int repeatCount ) : DailyTimeIntervalScheduleBuilder
[run-time name: org/quartz/DailyTimeIntervalScheduleBuilder.withRepeatCount:(I)Lorg/quartz/DailyTimeIntervalScheduleBuilder;]
quartz-all-2.1.4.jar, DailyTimeIntervalTrigger.class
package org.quartz
DailyTimeIntervalTrigger.getDaysOfWeek ( ) [abstract] : java.util.Set
[run-time name: org/quartz/DailyTimeIntervalTrigger.getDaysOfWeek:()Ljava/util/Set;]
DailyTimeIntervalTrigger.getEndTimeOfDay ( ) [abstract] : TimeOfDay
[run-time name: org/quartz/DailyTimeIntervalTrigger.getEndTimeOfDay:()Lorg/quartz/TimeOfDay;]
DailyTimeIntervalTrigger.getRepeatCount ( ) [abstract] : int
[run-time name: org/quartz/DailyTimeIntervalTrigger.getRepeatCount:()I]
DailyTimeIntervalTrigger.getRepeatInterval ( ) [abstract] : int
[run-time name: org/quartz/DailyTimeIntervalTrigger.getRepeatInterval:()I]
DailyTimeIntervalTrigger.getRepeatIntervalUnit ( ) [abstract] : DateBuilder.IntervalUnit
[run-time name: org/quartz/DailyTimeIntervalTrigger.getRepeatIntervalUnit:()Lorg/quartz/DateBuilder$IntervalUnit;]
DailyTimeIntervalTrigger.getStartTimeOfDay ( ) [abstract] : TimeOfDay
[run-time name: org/quartz/DailyTimeIntervalTrigger.getStartTimeOfDay:()Lorg/quartz/TimeOfDay;]
DailyTimeIntervalTrigger.getTimesTriggered ( ) [abstract] : int
[run-time name: org/quartz/DailyTimeIntervalTrigger.getTimesTriggered:()I]
DailyTimeIntervalTrigger.getTriggerBuilder ( ) [abstract] : TriggerBuilder
[run-time name: org/quartz/DailyTimeIntervalTrigger.getTriggerBuilder:()Lorg/quartz/TriggerBuilder;]
quartz-all-2.1.4.jar, InitThreadContextClassLoadHelper.class
package org.quartz.simpl
InitThreadContextClassLoadHelper.loadClass ( String name, Class clazz ) : Class
[run-time name: org/quartz/simpl/InitThreadContextClassLoadHelper.loadClass:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Class;]
quartz-all-2.1.4.jar, JobExecutionContext.class
package org.quartz
JobExecutionContext.getFireInstanceId ( ) [abstract] : String
[run-time name: org/quartz/JobExecutionContext.getFireInstanceId:()Ljava/lang/String;]
quartz-all-2.1.4.jar, JobStore.class
package org.quartz.spi
JobStore.schedulerPaused ( ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.schedulerPaused:()V]
JobStore.schedulerResumed ( ) [abstract] : void
[run-time name: org/quartz/spi/JobStore.schedulerResumed:()V]
quartz-all-2.1.4.jar, ListenerManager.class
package org.quartz
ListenerManager.addJobListener ( JobListener p1 ) [abstract] : void
[run-time name: org/quartz/ListenerManager.addJobListener:(Lorg/quartz/JobListener;)V]
ListenerManager.addJobListener ( JobListener p1, Matcher p2 ) [abstract] : void
[run-time name: org/quartz/ListenerManager.addJobListener:(Lorg/quartz/JobListener;Lorg/quartz/Matcher;)V]
ListenerManager.addTriggerListener ( TriggerListener p1 ) [abstract] : void
[run-time name: org/quartz/ListenerManager.addTriggerListener:(Lorg/quartz/TriggerListener;)V]
ListenerManager.addTriggerListener ( TriggerListener p1, Matcher p2 ) [abstract] : void
[run-time name: org/quartz/ListenerManager.addTriggerListener:(Lorg/quartz/TriggerListener;Lorg/quartz/Matcher;)V]
quartz-all-2.1.4.jar, ListenerManagerImpl.class
package org.quartz.core
ListenerManagerImpl.addJobListener ( org.quartz.JobListener jobListener ) : void
[run-time name: org/quartz/core/ListenerManagerImpl.addJobListener:(Lorg/quartz/JobListener;)V]
ListenerManagerImpl.addJobListener ( org.quartz.JobListener jobListener, org.quartz.Matcher matcher ) : void
[run-time name: org/quartz/core/ListenerManagerImpl.addJobListener:(Lorg/quartz/JobListener;Lorg/quartz/Matcher;)V]
ListenerManagerImpl.addTriggerListener ( org.quartz.TriggerListener triggerListener ) : void
[run-time name: org/quartz/core/ListenerManagerImpl.addTriggerListener:(Lorg/quartz/TriggerListener;)V]
quartz-all-2.1.4.jar, LoadingLoaderClassLoadHelper.class
package org.quartz.simpl
LoadingLoaderClassLoadHelper.loadClass ( String name, Class clazz ) : Class
[run-time name: org/quartz/simpl/LoadingLoaderClassLoadHelper.loadClass:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Class;]
quartz-all-2.1.4.jar, QuartzInitializerListener.class
package org.quartz.ee.servlet
QuartzInitializerListener.getSchedulerFactory ( String configFile ) : org.quartz.impl.StdSchedulerFactory
[run-time name: org/quartz/ee/servlet/QuartzInitializerListener.getSchedulerFactory:(Ljava/lang/String;)Lorg/quartz/impl/StdSchedulerFactory;]
quartz-all-2.1.4.jar, QuartzInitializerServlet.class
package org.quartz.ee.servlet
QuartzInitializerServlet.getSchedulerFactory ( String configFile ) : org.quartz.impl.StdSchedulerFactory
[run-time name: org/quartz/ee/servlet/QuartzInitializerServlet.getSchedulerFactory:(Ljava/lang/String;)Lorg/quartz/impl/StdSchedulerFactory;]
quartz-all-2.1.4.jar, QuartzScheduler.class
package org.quartz.core
QuartzScheduler.getDbRetryInterval ( ) : long
[run-time name: org/quartz/core/QuartzScheduler.getDbRetryInterval:()J]
QuartzScheduler.interrupt ( String fireInstanceId ) : boolean
[run-time name: org/quartz/core/QuartzScheduler.interrupt:(Ljava/lang/String;)Z]
quartz-all-2.1.4.jar, QuartzScheduler_Stub.class
package org.quartz.core
QuartzScheduler_Stub.interrupt ( String p1 ) : boolean
[run-time name: org/quartz/core/QuartzScheduler_Stub.interrupt:(Ljava/lang/String;)Z]
quartz-all-2.1.4.jar, QuartzSchedulerMBean.class
package org.quartz.core.jmx
QuartzSchedulerMBean.interruptJob ( String p1 ) [abstract] : boolean
[run-time name: org/quartz/core/jmx/QuartzSchedulerMBean.interruptJob:(Ljava/lang/String;)Z]
quartz-all-2.1.4.jar, QuartzSchedulerMBeanImpl.class
package org.quartz.core
QuartzSchedulerMBeanImpl.interruptJob ( String fireInstanceId ) : boolean
[run-time name: org/quartz/core/QuartzSchedulerMBeanImpl.interruptJob:(Ljava/lang/String;)Z]
quartz-all-2.1.4.jar, RAMJobStore.class
package org.quartz.simpl
RAMJobStore.schedulerPaused ( ) : void
[run-time name: org/quartz/simpl/RAMJobStore.schedulerPaused:()V]
RAMJobStore.schedulerResumed ( ) : void
[run-time name: org/quartz/simpl/RAMJobStore.schedulerResumed:()V]
quartz-all-2.1.4.jar, RemotableQuartzScheduler.class
package org.quartz.core
RemotableQuartzScheduler.interrupt ( String p1 ) [abstract] : boolean
[run-time name: org/quartz/core/RemotableQuartzScheduler.interrupt:(Ljava/lang/String;)Z]
quartz-all-2.1.4.jar, Scheduler.class
package org.quartz
Scheduler.interrupt ( String p1 ) [abstract] : boolean
[run-time name: org/quartz/Scheduler.interrupt:(Ljava/lang/String;)Z]
quartz-all-2.1.4.jar, SimpleClassLoadHelper.class
package org.quartz.simpl
SimpleClassLoadHelper.loadClass ( String name, Class clazz ) : Class
[run-time name: org/quartz/simpl/SimpleClassLoadHelper.loadClass:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Class;]
quartz-all-2.1.4.jar, StringKeyDirtyFlagMap.class
package org.quartz.utils
StringKeyDirtyFlagMap.put ( String key, Object value ) : Object
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap.put:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
quartz-all-2.1.4.jar, SystemPropertyInstanceIdGenerator.class
package org.quartz.simpl
SystemPropertyInstanceIdGenerator.getPostpend ( ) : String
[run-time name: org/quartz/simpl/SystemPropertyInstanceIdGenerator.getPostpend:()Ljava/lang/String;]
SystemPropertyInstanceIdGenerator.getPrepend ( ) : String
[run-time name: org/quartz/simpl/SystemPropertyInstanceIdGenerator.getPrepend:()Ljava/lang/String;]
SystemPropertyInstanceIdGenerator.getSystemPropertyName ( ) : String
[run-time name: org/quartz/simpl/SystemPropertyInstanceIdGenerator.getSystemPropertyName:()Ljava/lang/String;]
SystemPropertyInstanceIdGenerator.setPostpend ( String postpend ) : void
[run-time name: org/quartz/simpl/SystemPropertyInstanceIdGenerator.setPostpend:(Ljava/lang/String;)V]
SystemPropertyInstanceIdGenerator.setPrepend ( String prepend ) : void
[run-time name: org/quartz/simpl/SystemPropertyInstanceIdGenerator.setPrepend:(Ljava/lang/String;)V]
SystemPropertyInstanceIdGenerator.setSystemPropertyName ( String systemPropertyName ) : void
[run-time name: org/quartz/simpl/SystemPropertyInstanceIdGenerator.setSystemPropertyName:(Ljava/lang/String;)V]
quartz-all-2.1.4.jar, ThreadContextClassLoadHelper.class
package org.quartz.simpl
ThreadContextClassLoadHelper.loadClass ( String name, Class clazz ) : Class
[run-time name: org/quartz/simpl/ThreadContextClassLoadHelper.loadClass:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Class;]
quartz-all-2.1.4.jar, TimeOfDay.class
package org.quartz
TimeOfDay.before ( TimeOfDay timeOfDay ) : boolean
[run-time name: org/quartz/TimeOfDay.before:(Lorg/quartz/TimeOfDay;)Z]
TimeOfDay.equals ( Object obj ) : boolean
[run-time name: org/quartz/TimeOfDay.equals:(Ljava/lang/Object;)Z]
TimeOfDay.getHour ( ) : int
[run-time name: org/quartz/TimeOfDay.getHour:()I]
TimeOfDay.getMinute ( ) : int
[run-time name: org/quartz/TimeOfDay.getMinute:()I]
TimeOfDay.getSecond ( ) : int
[run-time name: org/quartz/TimeOfDay.getSecond:()I]
TimeOfDay.getTimeOfDayForDate ( java.util.Date dateTime ) : java.util.Date
[run-time name: org/quartz/TimeOfDay.getTimeOfDayForDate:(Ljava/util/Date;)Ljava/util/Date;]
TimeOfDay.hashCode ( ) : int
[run-time name: org/quartz/TimeOfDay.hashCode:()I]
TimeOfDay.hourAndMinuteAndSecondFromDate ( java.util.Date dateTime ) [static] : TimeOfDay
[run-time name: org/quartz/TimeOfDay.hourAndMinuteAndSecondFromDate:(Ljava/util/Date;)Lorg/quartz/TimeOfDay;]
TimeOfDay.hourAndMinuteAndSecondFromDate ( java.util.Date dateTime, java.util.TimeZone tz ) [static] : TimeOfDay
[run-time name: org/quartz/TimeOfDay.hourAndMinuteAndSecondFromDate:(Ljava/util/Date;Ljava/util/TimeZone;)Lorg/quartz/TimeOfDay;]
TimeOfDay.hourAndMinuteFromDate ( java.util.Date dateTime ) [static] : TimeOfDay
[run-time name: org/quartz/TimeOfDay.hourAndMinuteFromDate:(Ljava/util/Date;)Lorg/quartz/TimeOfDay;]
TimeOfDay.hourAndMinuteFromDate ( java.util.Date dateTime, java.util.TimeZone tz ) [static] : TimeOfDay
[run-time name: org/quartz/TimeOfDay.hourAndMinuteFromDate:(Ljava/util/Date;Ljava/util/TimeZone;)Lorg/quartz/TimeOfDay;]
TimeOfDay.hourAndMinuteOfDay ( int hour, int minute ) [static] : TimeOfDay
[run-time name: org/quartz/TimeOfDay.hourAndMinuteOfDay:(II)Lorg/quartz/TimeOfDay;]
TimeOfDay.hourMinuteAndSecondOfDay ( int hour, int minute, int second ) [static] : TimeOfDay
[run-time name: org/quartz/TimeOfDay.hourMinuteAndSecondOfDay:(III)Lorg/quartz/TimeOfDay;]
TimeOfDay.TimeOfDay ( int hour, int minute )
[run-time name: org/quartz/TimeOfDay."<init>":(II)V]
TimeOfDay.TimeOfDay ( int hour, int minute, int second )
[run-time name: org/quartz/TimeOfDay."<init>":(III)V]
TimeOfDay.toString ( ) : String
[run-time name: org/quartz/TimeOfDay.toString:()Ljava/lang/String;]
quartz-all-2.1.4.jar, XMLSchedulingDataProcessor.class
package org.quartz.xml
XMLSchedulingDataProcessor.addTriggerToSchedule ( org.quartz.spi.MutableTrigger trigger ) : void
[run-time name: org/quartz/xml/XMLSchedulingDataProcessor.addTriggerToSchedule:(Lorg/quartz/spi/MutableTrigger;)V]
to the top
Removed Methods (2)
quartz-all-2.0.2.jar, JmsJobException.class
package org.quartz.jobs.ee.jms
JmsJobException.JmsJobException ( )
[run-time name: org/quartz/jobs/ee/jms/JmsJobException."<init>":()V]
quartz-all-2.0.2.jar, XMLSchedulingDataProcessor.class
package org.quartz.xml
XMLSchedulingDataProcessor.addTriggerToSchedule ( org.quartz.Trigger trigger ) : void
[run-time name: org/quartz/xml/XMLSchedulingDataProcessor.addTriggerToSchedule:(Lorg/quartz/Trigger;)V]
to the top
Problems with Data Types, High Severity (3)
quartz-all-2.0.2.jar
package org.quartz.jobs.ee.jms
[+] JmsJobException (1)
| Change | Effect |
---|
1 | This class became final. | A client program may be interrupted by VerifyError exception. |
[+] affected methods (3)
JmsJobException.JmsJobException ( String message )This constructor is from 'JmsJobException' class.
JmsJobException.JmsJobException ( String message, Throwable cause )This constructor is from 'JmsJobException' class.
JmsJobException.JmsJobException ( Throwable cause )This constructor is from 'JmsJobException' class.
[+] SendQueueMessageJob (1)
| Change | Effect |
---|
1 | This class became final. | A client program may be interrupted by VerifyError exception. |
[+] affected methods (2)
SendQueueMessageJob.execute ( org.quartz.JobExecutionContext context )This method is from 'SendQueueMessageJob' class.
SendQueueMessageJob.SendQueueMessageJob ( )This constructor is from 'SendQueueMessageJob' class.
package org.quartz.xml
[+] XMLSchedulingDataProcessor (1)
| Change | Effect |
---|
1 | Field dateFormat (java.text.SimpleDateFormat) has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (38)
XMLSchedulingDataProcessor.addJobGroupToNeverDelete ( String group )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.addJobToSchedule ( org.quartz.JobDetail job )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.addTriggerGroupToNeverDelete ( String group )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.addValidationException ( org.xml.sax.SAXException e )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.clearValidationExceptions ( )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.error ( org.xml.sax.SAXParseException e )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.executePreProcessCommands ( org.quartz.Scheduler scheduler )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.fatalError ( org.xml.sax.SAXParseException e )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.getBoolean ( javax.xml.xpath.XPath xpath, String elementName, org.w3c.dom.Document document )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.getInputStream ( String fileName )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.getJobGroupsToNeverDelete ( )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.getLoadedJobs ( )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.getLoadedTriggers ( )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.getSystemIdForFileName ( String fileName )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.getTriggerGroupsToNeverDelete ( )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.getTrimmedToNullString ( javax.xml.xpath.XPath xpath, String elementName, org.w3c.dom.Node parentNode )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.getURL ( String fileName )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.initDocumentParser ( )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.isIgnoreDuplicates ( )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.isOverWriteExistingData ( )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.maybeThrowValidationException ( )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.prepForProcessing ( )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.process ( org.xml.sax.InputSource is )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.processFile ( )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.processFile ( String fileName )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.processFile ( String fileName, String systemId )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.processFileAndScheduleJobs ( String fileName, String systemId, org.quartz.Scheduler sched )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.processFileAndScheduleJobs ( String fileName, org.quartz.Scheduler sched )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.processFileAndScheduleJobs ( org.quartz.Scheduler sched, boolean overWriteExistingJobs )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.processStreamAndScheduleJobs ( java.io.InputStream stream, String systemId, org.quartz.Scheduler sched )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.removeJobGroupToNeverDelete ( String group )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.removeTriggerGroupToNeverDelete ( String group )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.resolveSchemaSource ( )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.scheduleJobs ( org.quartz.Scheduler sched )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.setIgnoreDuplicates ( boolean ignoreDuplicates )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.setOverWriteExistingData ( boolean overWriteExistingData )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.warning ( org.xml.sax.SAXParseException e )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.XMLSchedulingDataProcessor ( org.quartz.spi.ClassLoadHelper clh )This constructor is from 'XMLSchedulingDataProcessor' class.
to the top
Problems with Data Types, Medium Severity (6)
quartz-all-2.0.2.jar
package org.quartz
[+] JobExecutionContext (1)
| Change | Effect |
---|
1 | Abstract method JobExecutionContext.getFireInstanceId ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method core.jmx.JobExecutionContextSupport.toCompositeData ( JobExecutionContext jec ) and may not be implemented by old clients. |
[+] affected methods (63)
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.notifyTriggerListenersComplete ( JobExecutionContext jec, Trigger.CompletedExecutionInstruction instCode )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 p1 )This abstract method is from 'JobExecutionContext' interface.
JobExecutionContext.getCalendar ( )This abstract method is from 'JobExecutionContext' interface.
JobExecutionContext.getFireTime ( )This abstract method is from 'JobExecutionContext' interface.
JobExecutionContext.getJobDetail ( )This abstract method is from 'JobExecutionContext' interface.
JobExecutionContext.getJobInstance ( )This abstract method is from 'JobExecutionContext' interface.
JobExecutionContext.getJobRunTime ( )This abstract method is from 'JobExecutionContext' interface.
JobExecutionContext.getMergedJobDataMap ( )This abstract method is from 'JobExecutionContext' interface.
JobExecutionContext.getNextFireTime ( )This abstract method is from 'JobExecutionContext' interface.
JobExecutionContext.getPreviousFireTime ( )This abstract method is from 'JobExecutionContext' interface.
JobExecutionContext.getRefireCount ( )This abstract method is from 'JobExecutionContext' interface.
JobExecutionContext.getResult ( )This abstract method is from 'JobExecutionContext' interface.
JobExecutionContext.getScheduledFireTime ( )This abstract method is from 'JobExecutionContext' interface.
JobExecutionContext.getScheduler ( )This abstract method is from 'JobExecutionContext' interface.
JobExecutionContext.getTrigger ( )This abstract method is from 'JobExecutionContext' interface.
JobExecutionContext.isRecovering ( )This abstract method is from 'JobExecutionContext' interface.
JobExecutionContext.put ( Object p1, Object p2 )This abstract method is from 'JobExecutionContext' interface.
JobExecutionContext.setResult ( Object p1 )This abstract method is from 'JobExecutionContext' interface.
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.DirectoryScanJob.execute ( JobExecutionContext context )1st parameter 'context' of this 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.BroadcastJobListener.jobExecutionVetoed ( JobExecutionContext context )1st parameter 'context' of this method has type 'JobExecutionContext'.
listeners.BroadcastJobListener.jobToBeExecuted ( JobExecutionContext context )1st parameter 'context' of this method has type 'JobExecutionContext'.
listeners.BroadcastJobListener.jobWasExecuted ( JobExecutionContext context, JobExecutionException jobException )1st parameter 'context' of this method has type 'JobExecutionContext'.
listeners.BroadcastTriggerListener.triggerComplete ( Trigger trigger, JobExecutionContext context, Trigger.CompletedExecutionInstruction triggerInstructionCode )2nd parameter 'context' of this method has type 'JobExecutionContext'.
listeners.BroadcastTriggerListener.triggerFired ( Trigger trigger, JobExecutionContext context )2nd parameter 'context' of this method has type 'JobExecutionContext'.
listeners.BroadcastTriggerListener.vetoJobExecution ( Trigger trigger, JobExecutionContext context )2nd 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.triggerComplete ( Trigger trigger, JobExecutionContext context, Trigger.CompletedExecutionInstruction triggerInstructionCode )2nd 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.triggerComplete ( Trigger trigger, JobExecutionContext context, Trigger.CompletedExecutionInstruction triggerInstructionCode )2nd 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'.
spi.OperableTrigger.executionComplete ( JobExecutionContext p1, JobExecutionException p2 )1st parameter 'p1' of this abstract method has type 'JobExecutionContext'.
TriggerListener.triggerComplete ( Trigger p1, JobExecutionContext p2, Trigger.CompletedExecutionInstruction p3 )2nd parameter 'p2' of this abstract 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'.
[+] ListenerManager (2)
| Change | Effect |
---|
1 | Abstract method ListenerManager.addJobListener ( JobListener p1, Matcher p2 ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method plugins.history.LoggingJobHistoryPlugin.initialize ( String name, Scheduler scheduler ) and may not be implemented by old clients. |
2 | Abstract method ListenerManager.addTriggerListener ( TriggerListener p1, Matcher p2 ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method plugins.history.LoggingTriggerHistoryPlugin.initialize ( String name, Scheduler scheduler ) and may not be implemented by old clients. |
[+] affected methods (23)
core.QuartzScheduler.getListenerManager ( )Return value of this method has type 'ListenerManager'.
ListenerManager.addJobListener ( JobListener p1, java.util.List p2 )This abstract method is from 'ListenerManager' interface.
ListenerManager.addJobListener ( JobListener p1, Matcher[ ] p2 )This abstract method is from 'ListenerManager' interface.
ListenerManager.addJobListenerMatcher ( String p1, Matcher p2 )This abstract method is from 'ListenerManager' interface.
ListenerManager.addSchedulerListener ( SchedulerListener p1 )This abstract method is from 'ListenerManager' interface.
ListenerManager.addTriggerListener ( TriggerListener p1, java.util.List p2 )This abstract method is from 'ListenerManager' interface.
ListenerManager.addTriggerListener ( TriggerListener p1, Matcher[ ] p2 )This abstract method is from 'ListenerManager' interface.
ListenerManager.addTriggerListenerMatcher ( String p1, Matcher p2 )This abstract method is from 'ListenerManager' interface.
ListenerManager.getJobListener ( String p1 )This abstract method is from 'ListenerManager' interface.
ListenerManager.getJobListenerMatchers ( String p1 )This abstract method is from 'ListenerManager' interface.
ListenerManager.getJobListeners ( )This abstract method is from 'ListenerManager' interface.
ListenerManager.getSchedulerListeners ( )This abstract method is from 'ListenerManager' interface.
ListenerManager.getTriggerListener ( String p1 )This abstract method is from 'ListenerManager' interface.
ListenerManager.getTriggerListenerMatchers ( String p1 )This abstract method is from 'ListenerManager' interface.
ListenerManager.getTriggerListeners ( )This abstract method is from 'ListenerManager' interface.
ListenerManager.removeJobListener ( String p1 )This abstract method is from 'ListenerManager' interface.
ListenerManager.removeJobListenerMatcher ( String p1, Matcher p2 )This abstract method is from 'ListenerManager' interface.
ListenerManager.removeSchedulerListener ( SchedulerListener p1 )This abstract method is from 'ListenerManager' interface.
ListenerManager.removeTriggerListener ( String p1 )This abstract method is from 'ListenerManager' interface.
ListenerManager.removeTriggerListenerMatcher ( String p1, Matcher p2 )This abstract method is from 'ListenerManager' interface.
ListenerManager.setJobListenerMatchers ( String p1, java.util.List p2 )This abstract method is from 'ListenerManager' interface.
ListenerManager.setTriggerListenerMatchers ( String p1, java.util.List p2 )This abstract method is from 'ListenerManager' interface.
Scheduler.getListenerManager ( )Return value of this abstract method has type 'ListenerManager'.
package org.quartz.spi
[+] ClassLoadHelper (1)
| Change | Effect |
---|
1 | Abstract method ClassLoadHelper.loadClass ( String p1, Class p2 ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method org.quartz.xml.XMLSchedulingDataProcessor.process ( org.xml.sax.InputSource is ) and may not be implemented by old clients. |
[+] affected methods (57)
org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin.fileUpdated ( String fileName )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin.getFileNames ( )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin.getScanInterval ( )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin.initialize ( String name, org.quartz.Scheduler scheduler )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin.isFailOnFileNotFound ( )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin.processFile ( String filePath )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin.setFailOnFileNotFound ( boolean failOnFileNotFound )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin.setFileNames ( String fileNames )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin.setScanInterval ( long scanInterval )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin.shutdown ( )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin.start ( javax.transaction.UserTransaction userTransaction )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin.XMLSchedulingDataProcessorPlugin ( )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.simpl.RAMJobStore.initialize ( ClassLoadHelper loadHelper, SchedulerSignaler signaler )1st parameter 'loadHelper' of this method has type 'ClassLoadHelper'.
ClassLoadHelper.getClassLoader ( )This abstract method is from 'ClassLoadHelper' interface.
ClassLoadHelper.getResource ( String p1 )This abstract method is from 'ClassLoadHelper' interface.
ClassLoadHelper.getResourceAsStream ( String p1 )This abstract method is from 'ClassLoadHelper' interface.
ClassLoadHelper.initialize ( )This abstract method is from 'ClassLoadHelper' interface.
ClassLoadHelper.loadClass ( String p1 )This abstract method is from 'ClassLoadHelper' interface.
JobStore.initialize ( ClassLoadHelper p1, SchedulerSignaler p2 )1st parameter 'p1' of this abstract method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.addJobGroupToNeverDelete ( String group )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.addJobToSchedule ( org.quartz.JobDetail job )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.addTriggerGroupToNeverDelete ( String group )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.addValidationException ( org.xml.sax.SAXException e )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.clearValidationExceptions ( )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.error ( org.xml.sax.SAXParseException e )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.executePreProcessCommands ( org.quartz.Scheduler scheduler )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.fatalError ( org.xml.sax.SAXParseException e )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.getBoolean ( javax.xml.xpath.XPath xpath, String elementName, org.w3c.dom.Document document )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.getInputStream ( String fileName )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.getJobGroupsToNeverDelete ( )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.getLoadedJobs ( )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.getLoadedTriggers ( )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.getSystemIdForFileName ( String fileName )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.getTriggerGroupsToNeverDelete ( )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.getTrimmedToNullString ( javax.xml.xpath.XPath xpath, String elementName, org.w3c.dom.Node parentNode )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.getURL ( String fileName )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.initDocumentParser ( )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.isIgnoreDuplicates ( )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.isOverWriteExistingData ( )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.maybeThrowValidationException ( )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.prepForProcessing ( )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.process ( org.xml.sax.InputSource is )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.processFile ( )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.processFile ( String fileName )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.processFile ( String fileName, String systemId )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.processFileAndScheduleJobs ( String fileName, String systemId, org.quartz.Scheduler sched )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.processFileAndScheduleJobs ( String fileName, org.quartz.Scheduler sched )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.processFileAndScheduleJobs ( org.quartz.Scheduler sched, boolean overWriteExistingJobs )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.processStreamAndScheduleJobs ( java.io.InputStream stream, String systemId, org.quartz.Scheduler sched )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.removeJobGroupToNeverDelete ( String group )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.removeTriggerGroupToNeverDelete ( String group )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.resolveSchemaSource ( )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.scheduleJobs ( org.quartz.Scheduler sched )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.setIgnoreDuplicates ( boolean ignoreDuplicates )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.setOverWriteExistingData ( boolean overWriteExistingData )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.warning ( org.xml.sax.SAXParseException e )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.xml.XMLSchedulingDataProcessor.XMLSchedulingDataProcessor ( ClassLoadHelper clh )1st parameter 'clh' of this method has type 'ClassLoadHelper'.
[+] JobStore (2)
| Change | Effect |
---|
1 | Abstract method JobStore.schedulerPaused ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method org.quartz.core.QuartzScheduler.standby ( ) and may not be implemented by old clients. |
2 | Abstract method JobStore.schedulerResumed ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method org.quartz.core.QuartzScheduler.start ( ) and may not be implemented by old clients. |
[+] affected methods (53)
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.acquireNextTriggers ( long p1, int p2, long p3 )This abstract method is from 'JobStore' interface.
JobStore.checkExists ( org.quartz.JobKey p1 )This abstract method is from 'JobStore' interface.
JobStore.checkExists ( org.quartz.TriggerKey p1 )This abstract method is from 'JobStore' interface.
JobStore.clearAllSchedulingData ( )This abstract method is from 'JobStore' interface.
JobStore.getCalendarNames ( )This abstract method is from 'JobStore' interface.
JobStore.getEstimatedTimeToReleaseAndAcquireTrigger ( )This abstract method is from 'JobStore' interface.
JobStore.getJobGroupNames ( )This abstract method is from 'JobStore' interface.
JobStore.getJobKeys ( org.quartz.impl.matchers.GroupMatcher p1 )This abstract method is from 'JobStore' interface.
JobStore.getNumberOfCalendars ( )This abstract method is from 'JobStore' interface.
JobStore.getNumberOfJobs ( )This abstract method is from 'JobStore' interface.
JobStore.getNumberOfTriggers ( )This abstract method is from 'JobStore' interface.
JobStore.getPausedTriggerGroups ( )This abstract method is from 'JobStore' interface.
JobStore.getTriggerGroupNames ( )This abstract method is from 'JobStore' interface.
JobStore.getTriggerKeys ( org.quartz.impl.matchers.GroupMatcher p1 )This abstract method is from 'JobStore' interface.
JobStore.getTriggersForJob ( org.quartz.JobKey p1 )This abstract method is from 'JobStore' interface.
JobStore.getTriggerState ( org.quartz.TriggerKey p1 )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.pauseAll ( )This abstract method is from 'JobStore' interface.
JobStore.pauseJob ( org.quartz.JobKey p1 )This abstract method is from 'JobStore' interface.
JobStore.pauseJobs ( org.quartz.impl.matchers.GroupMatcher p1 )This abstract method is from 'JobStore' interface.
JobStore.pauseTrigger ( org.quartz.TriggerKey p1 )This abstract method is from 'JobStore' interface.
JobStore.pauseTriggers ( org.quartz.impl.matchers.GroupMatcher p1 )This abstract method is from 'JobStore' interface.
JobStore.releaseAcquiredTrigger ( OperableTrigger p1 )This abstract method is from 'JobStore' interface.
JobStore.removeCalendar ( String p1 )This abstract method is from 'JobStore' interface.
JobStore.removeJob ( org.quartz.JobKey p1 )This abstract method is from 'JobStore' interface.
JobStore.removeJobs ( java.util.List p1 )This abstract method is from 'JobStore' interface.
JobStore.removeTrigger ( org.quartz.TriggerKey p1 )This abstract method is from 'JobStore' interface.
JobStore.removeTriggers ( java.util.List p1 )This abstract method is from 'JobStore' interface.
JobStore.replaceTrigger ( org.quartz.TriggerKey p1, OperableTrigger p2 )This abstract method is from 'JobStore' interface.
JobStore.resumeAll ( )This abstract method is from 'JobStore' interface.
JobStore.resumeJob ( org.quartz.JobKey p1 )This abstract method is from 'JobStore' interface.
JobStore.resumeJobs ( org.quartz.impl.matchers.GroupMatcher p1 )This abstract method is from 'JobStore' interface.
JobStore.resumeTrigger ( org.quartz.TriggerKey p1 )This abstract method is from 'JobStore' interface.
JobStore.resumeTriggers ( org.quartz.impl.matchers.GroupMatcher p1 )This abstract method is from 'JobStore' interface.
JobStore.retrieveCalendar ( String p1 )This abstract method is from 'JobStore' interface.
JobStore.retrieveJob ( org.quartz.JobKey p1 )This abstract method is from 'JobStore' interface.
JobStore.retrieveTrigger ( org.quartz.TriggerKey p1 )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.setThreadPoolSize ( int p1 )This abstract method is from 'JobStore' interface.
JobStore.shutdown ( )This abstract method is from 'JobStore' interface.
JobStore.storeCalendar ( String p1, org.quartz.Calendar p2, boolean p3, boolean p4 )This abstract method is from 'JobStore' interface.
JobStore.storeJob ( org.quartz.JobDetail p1, boolean p2 )This abstract method is from 'JobStore' interface.
JobStore.storeJobAndTrigger ( org.quartz.JobDetail p1, OperableTrigger p2 )This abstract method is from 'JobStore' interface.
JobStore.storeJobsAndTriggers ( java.util.Map p1, boolean p2 )This abstract method is from 'JobStore' interface.
JobStore.storeTrigger ( OperableTrigger p1, boolean p2 )This abstract method is from 'JobStore' interface.
JobStore.supportsPersistence ( )This abstract method is from 'JobStore' interface.
JobStore.triggeredJobComplete ( OperableTrigger p1, org.quartz.JobDetail p2, org.quartz.Trigger.CompletedExecutionInstruction p3 )This abstract method is from 'JobStore' interface.
JobStore.triggersFired ( java.util.List p1 )This abstract method is from 'JobStore' interface.
to the top
Problems with Data Types, Low Severity (2)
quartz-all-2.0.2.jar
package org.quartz.utils
[+] StringKeyDirtyFlagMap (1)
| Change | Effect |
---|
1 | Method StringKeyDirtyFlagMap.putAll ( java.util.Map map ) has been moved up type hierarchy to DirtyFlagMap.putAll ( java.util.Map t ) | Method DirtyFlagMap.putAll ( java.util.Map t ) will be called instead of StringKeyDirtyFlagMap.putAll ( java.util.Map map ) in a client program. |
[+] affected methods (1)
StringKeyDirtyFlagMap.putAll ( java.util.Map map )Method 'DirtyFlagMap.putAll ( java.util.Map t )' will be called instead of this method in a client program.
package org.quartz.xml
[+] XMLSchedulingDataProcessor (1)
| Change | Effect |
---|
1 | Field XSD_DATE_FORMAT (java.lang.String) with the compile-time constant value "yyyy-MM-dd'T'hh:mm:ss" has been removed from this class. | A client program may change behavior. |
[+] affected methods (38)
XMLSchedulingDataProcessor.addJobGroupToNeverDelete ( String group )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.addJobToSchedule ( org.quartz.JobDetail job )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.addTriggerGroupToNeverDelete ( String group )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.addValidationException ( org.xml.sax.SAXException e )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.clearValidationExceptions ( )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.error ( org.xml.sax.SAXParseException e )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.executePreProcessCommands ( org.quartz.Scheduler scheduler )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.fatalError ( org.xml.sax.SAXParseException e )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.getBoolean ( javax.xml.xpath.XPath xpath, String elementName, org.w3c.dom.Document document )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.getInputStream ( String fileName )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.getJobGroupsToNeverDelete ( )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.getLoadedJobs ( )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.getLoadedTriggers ( )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.getSystemIdForFileName ( String fileName )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.getTriggerGroupsToNeverDelete ( )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.getTrimmedToNullString ( javax.xml.xpath.XPath xpath, String elementName, org.w3c.dom.Node parentNode )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.getURL ( String fileName )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.initDocumentParser ( )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.isIgnoreDuplicates ( )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.isOverWriteExistingData ( )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.maybeThrowValidationException ( )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.prepForProcessing ( )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.process ( org.xml.sax.InputSource is )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.processFile ( )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.processFile ( String fileName )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.processFile ( String fileName, String systemId )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.processFileAndScheduleJobs ( String fileName, String systemId, org.quartz.Scheduler sched )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.processFileAndScheduleJobs ( String fileName, org.quartz.Scheduler sched )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.processFileAndScheduleJobs ( org.quartz.Scheduler sched, boolean overWriteExistingJobs )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.processStreamAndScheduleJobs ( java.io.InputStream stream, String systemId, org.quartz.Scheduler sched )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.removeJobGroupToNeverDelete ( String group )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.removeTriggerGroupToNeverDelete ( String group )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.resolveSchemaSource ( )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.scheduleJobs ( org.quartz.Scheduler sched )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.setIgnoreDuplicates ( boolean ignoreDuplicates )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.setOverWriteExistingData ( boolean overWriteExistingData )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.warning ( org.xml.sax.SAXParseException e )This method is from 'XMLSchedulingDataProcessor' class.
XMLSchedulingDataProcessor.XMLSchedulingDataProcessor ( org.quartz.spi.ClassLoadHelper clh )This constructor is from 'XMLSchedulingDataProcessor' class.
to the top
Problems with Methods, Low Severity (2)
quartz-all-2.0.2.jar, CronScheduleBuilder
package org.quartz
[+] CronScheduleBuilder.cronSchedule ( String cronExpression ) [static] : CronScheduleBuilder (1)
[run-time name: org/quartz/CronScheduleBuilder.cronSchedule:(Ljava/lang/String;)Lorg/quartz/CronScheduleBuilder;]
| Change | Effect |
---|
1 | Removed java.text.ParseException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
quartz-all-2.0.2.jar, RAMJobStore
package org.quartz.simpl
[+] RAMJobStore.schedulerStarted ( ) : void (1)
[run-time name: org/quartz/simpl/RAMJobStore.schedulerStarted:()V]
| Change | Effect |
---|
1 | Removed org.quartz.SchedulerException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
to the top
Other Changes in Data Types (8)
quartz-all-2.0.2.jar
package org.quartz
[+] CalendarIntervalTrigger (3)
| Change | Effect |
---|
1 | Abstract method CalendarIntervalTrigger.getTimeZone ( ) has been added to this interface. | No effect. |
2 | Abstract method CalendarIntervalTrigger.isPreserveHourOfDayAcrossDaylightSavings ( ) has been added to this interface. | No effect. |
3 | Abstract method CalendarIntervalTrigger.isSkipDayIfHourDoesNotExist ( ) has been added to this interface. | No effect. |
[+] affected methods (4)
CalendarIntervalTrigger.getRepeatInterval ( )This abstract method is from 'CalendarIntervalTrigger' interface.
CalendarIntervalTrigger.getRepeatIntervalUnit ( )This abstract method is from 'CalendarIntervalTrigger' interface.
CalendarIntervalTrigger.getTimesTriggered ( )This abstract method is from 'CalendarIntervalTrigger' interface.
CalendarIntervalTrigger.getTriggerBuilder ( )This abstract method is from 'CalendarIntervalTrigger' interface.
[+] ListenerManager (2)
| Change | Effect |
---|
1 | Abstract method ListenerManager.addJobListener ( JobListener p1 ) has been added to this interface. | No effect. |
2 | Abstract method ListenerManager.addTriggerListener ( TriggerListener p1 ) has been added to this interface. | No effect. |
[+] affected methods (23)
core.QuartzScheduler.getListenerManager ( )Return value of this method has type 'ListenerManager'.
ListenerManager.addJobListener ( JobListener p1, java.util.List p2 )This abstract method is from 'ListenerManager' interface.
ListenerManager.addJobListener ( JobListener p1, Matcher[ ] p2 )This abstract method is from 'ListenerManager' interface.
ListenerManager.addJobListenerMatcher ( String p1, Matcher p2 )This abstract method is from 'ListenerManager' interface.
ListenerManager.addSchedulerListener ( SchedulerListener p1 )This abstract method is from 'ListenerManager' interface.
ListenerManager.addTriggerListener ( TriggerListener p1, java.util.List p2 )This abstract method is from 'ListenerManager' interface.
ListenerManager.addTriggerListener ( TriggerListener p1, Matcher[ ] p2 )This abstract method is from 'ListenerManager' interface.
ListenerManager.addTriggerListenerMatcher ( String p1, Matcher p2 )This abstract method is from 'ListenerManager' interface.
ListenerManager.getJobListener ( String p1 )This abstract method is from 'ListenerManager' interface.
ListenerManager.getJobListenerMatchers ( String p1 )This abstract method is from 'ListenerManager' interface.
ListenerManager.getJobListeners ( )This abstract method is from 'ListenerManager' interface.
ListenerManager.getSchedulerListeners ( )This abstract method is from 'ListenerManager' interface.
ListenerManager.getTriggerListener ( String p1 )This abstract method is from 'ListenerManager' interface.
ListenerManager.getTriggerListenerMatchers ( String p1 )This abstract method is from 'ListenerManager' interface.
ListenerManager.getTriggerListeners ( )This abstract method is from 'ListenerManager' interface.
ListenerManager.removeJobListener ( String p1 )This abstract method is from 'ListenerManager' interface.
ListenerManager.removeJobListenerMatcher ( String p1, Matcher p2 )This abstract method is from 'ListenerManager' interface.
ListenerManager.removeSchedulerListener ( SchedulerListener p1 )This abstract method is from 'ListenerManager' interface.
ListenerManager.removeTriggerListener ( String p1 )This abstract method is from 'ListenerManager' interface.
ListenerManager.removeTriggerListenerMatcher ( String p1, Matcher p2 )This abstract method is from 'ListenerManager' interface.
ListenerManager.setJobListenerMatchers ( String p1, java.util.List p2 )This abstract method is from 'ListenerManager' interface.
ListenerManager.setTriggerListenerMatchers ( String p1, java.util.List p2 )This abstract method is from 'ListenerManager' interface.
Scheduler.getListenerManager ( )Return value of this abstract method has type 'ListenerManager'.
[+] Scheduler (1)
| Change | Effect |
---|
1 | Abstract method Scheduler.interrupt ( String p1 ) has been added to this interface. | No effect. |
[+] affected methods (90)
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.completeTriggerRetryLoop ( spi.OperableTrigger trigger, JobDetail jobDetail, Trigger.CompletedExecutionInstruction instCode )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.initialize ( core.QuartzScheduler qs )Field 'this.scheduler' in the object of this method has type 'Scheduler'.
core.JobRunShell.JobRunShell ( Scheduler scheduler, spi.TriggerFiredBundle bndle )1st parameter 'scheduler' 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'.
core.JobRunShell.vetoedJobRetryLoop ( spi.OperableTrigger trigger, JobDetail jobDetail, Trigger.CompletedExecutionInstruction instCode )Field 'this.scheduler' in the object of this method has type 'Scheduler'.
core.JobRunShellFactory.createJobRunShell ( spi.TriggerFiredBundle p1 )Field 'RetVal.scheduler' in return value of this abstract method has type 'Scheduler'.
core.JobRunShellFactory.initialize ( Scheduler p1 )1st parameter 'p1' of this abstract method has type 'Scheduler'.
ee.jta.JTAAnnotationAwareJobRunShellFactory.createJobRunShell ( spi.TriggerFiredBundle bundle )Field 'RetVal.scheduler' in return value of this method has type 'Scheduler'.
ee.jta.JTAAnnotationAwareJobRunShellFactory.initialize ( Scheduler scheduler )1st parameter 'scheduler' of this method has type 'Scheduler'.
ee.jta.JTAJobRunShell.JTAJobRunShell ( Scheduler scheduler, spi.TriggerFiredBundle bndle )1st parameter 'scheduler' of this method has type 'Scheduler'.
ee.jta.JTAJobRunShellFactory.createJobRunShell ( spi.TriggerFiredBundle bundle )Field 'RetVal.scheduler' in return value of this method has type 'Scheduler'.
ee.jta.JTAJobRunShellFactory.initialize ( Scheduler scheduler )1st parameter 'scheduler' of this method has type 'Scheduler'.
JobExecutionContext.getScheduler ( )Return value of this abstract 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.checkExists ( JobKey p1 )This abstract method is from 'Scheduler' interface.
Scheduler.checkExists ( TriggerKey p1 )This abstract method is from 'Scheduler' interface.
Scheduler.clear ( )This abstract method is from 'Scheduler' interface.
Scheduler.deleteCalendar ( String p1 )This abstract method is from 'Scheduler' interface.
Scheduler.deleteJob ( JobKey p1 )This abstract method is from 'Scheduler' interface.
Scheduler.deleteJobs ( java.util.List p1 )This abstract method is from 'Scheduler' interface.
Scheduler.getCalendar ( String p1 )This abstract method is from 'Scheduler' interface.
Scheduler.getCalendarNames ( )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.getJobDetail ( JobKey p1 )This abstract method is from 'Scheduler' interface.
Scheduler.getJobGroupNames ( )This abstract method is from 'Scheduler' interface.
Scheduler.getJobKeys ( impl.matchers.GroupMatcher p1 )This abstract method is from 'Scheduler' interface.
Scheduler.getListenerManager ( )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.getTrigger ( TriggerKey p1 )This abstract method is from 'Scheduler' interface.
Scheduler.getTriggerGroupNames ( )This abstract method is from 'Scheduler' interface.
Scheduler.getTriggerKeys ( impl.matchers.GroupMatcher p1 )This abstract method is from 'Scheduler' interface.
Scheduler.getTriggersOfJob ( JobKey p1 )This abstract method is from 'Scheduler' interface.
Scheduler.getTriggerState ( TriggerKey p1 )This abstract method is from 'Scheduler' interface.
Scheduler.interrupt ( JobKey p1 )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.pauseJob ( JobKey p1 )This abstract method is from 'Scheduler' interface.
Scheduler.pauseJobs ( impl.matchers.GroupMatcher p1 )This abstract method is from 'Scheduler' interface.
Scheduler.pauseTrigger ( TriggerKey p1 )This abstract method is from 'Scheduler' interface.
Scheduler.pauseTriggers ( impl.matchers.GroupMatcher p1 )This abstract method is from 'Scheduler' interface.
Scheduler.rescheduleJob ( TriggerKey p1, Trigger p2 )This abstract method is from 'Scheduler' interface.
Scheduler.resumeAll ( )This abstract method is from 'Scheduler' interface.
Scheduler.resumeJob ( JobKey p1 )This abstract method is from 'Scheduler' interface.
Scheduler.resumeJobs ( impl.matchers.GroupMatcher p1 )This abstract method is from 'Scheduler' interface.
Scheduler.resumeTrigger ( TriggerKey p1 )This abstract method is from 'Scheduler' interface.
Scheduler.resumeTriggers ( impl.matchers.GroupMatcher p1 )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.scheduleJobs ( java.util.Map p1, boolean p2 )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.
Scheduler.triggerJob ( JobKey p1 )This abstract method is from 'Scheduler' interface.
Scheduler.triggerJob ( JobKey p1, JobDataMap p2 )This abstract method is from 'Scheduler' interface.
Scheduler.unscheduleJob ( TriggerKey p1 )This abstract method is from 'Scheduler' interface.
Scheduler.unscheduleJobs ( java.util.List 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'.
simpl.PropertySettingJobFactory.newJob ( spi.TriggerFiredBundle bundle, Scheduler scheduler )2nd parameter 'scheduler' of this method has type 'Scheduler'.
simpl.SimpleJobFactory.newJob ( spi.TriggerFiredBundle bundle, Scheduler Scheduler )2nd parameter 'Scheduler' of this method has type 'Scheduler'.
spi.JobFactory.newJob ( spi.TriggerFiredBundle p1, Scheduler p2 )2nd parameter 'p2' 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'.
package org.quartz.core
[+] RemotableQuartzScheduler (1)
| Change | Effect |
---|
1 | Abstract method RemotableQuartzScheduler.interrupt ( String p1 ) has been added to this interface. | No effect. |
[+] affected methods (57)
RemotableQuartzScheduler.addCalendar ( String p1, org.quartz.Calendar p2, boolean p3, boolean p4 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.addJob ( org.quartz.JobDetail p1, boolean p2 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.checkExists ( org.quartz.JobKey p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.checkExists ( org.quartz.TriggerKey p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.clear ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.deleteCalendar ( String p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.deleteJob ( org.quartz.JobKey p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.deleteJobs ( java.util.List p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getCalendar ( String p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getCalendarNames ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getCurrentlyExecutingJobs ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getJobDetail ( org.quartz.JobKey p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getJobGroupNames ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getJobKeys ( org.quartz.impl.matchers.GroupMatcher p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getJobStoreClass ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getPausedTriggerGroups ( )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.getTrigger ( org.quartz.TriggerKey p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getTriggerGroupNames ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getTriggerKeys ( org.quartz.impl.matchers.GroupMatcher p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getTriggersOfJob ( org.quartz.JobKey p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getTriggerState ( org.quartz.TriggerKey p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getVersion ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.interrupt ( org.quartz.JobKey p1 )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.pauseAll ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.pauseJob ( org.quartz.JobKey p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.pauseJobs ( org.quartz.impl.matchers.GroupMatcher p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.pauseTrigger ( org.quartz.TriggerKey p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.pauseTriggers ( org.quartz.impl.matchers.GroupMatcher p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.rescheduleJob ( org.quartz.TriggerKey p1, org.quartz.Trigger p2 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.resumeAll ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.resumeJob ( org.quartz.JobKey p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.resumeJobs ( org.quartz.impl.matchers.GroupMatcher p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.resumeTrigger ( org.quartz.TriggerKey p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.resumeTriggers ( org.quartz.impl.matchers.GroupMatcher p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.runningSince ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.scheduleJob ( org.quartz.JobDetail p1, org.quartz.Trigger p2 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.scheduleJob ( org.quartz.Trigger p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.scheduleJobs ( java.util.Map p1, boolean p2 )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.
RemotableQuartzScheduler.triggerJob ( org.quartz.JobKey p1, org.quartz.JobDataMap p2 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.triggerJob ( org.quartz.spi.OperableTrigger p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.unscheduleJob ( org.quartz.TriggerKey p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.unscheduleJobs ( java.util.List p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
package org.quartz.core.jmx
[+] QuartzSchedulerMBean (1)
| Change | Effect |
---|
1 | Abstract method QuartzSchedulerMBean.interruptJob ( String p1 ) has been added to this interface. | No effect. |
[+] affected methods (65)
QuartzSchedulerMBean.addJob ( java.util.Map p1, boolean p2 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.addJob ( javax.management.openmbean.CompositeData p1, boolean p2 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.clear ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.deleteCalendar ( String p1 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.deleteJob ( String p1, String p2 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getAllJobDetails ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getAllTriggers ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getCalendarNames ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getCurrentlyExecutingJobs ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getJobDetail ( String p1, String p2 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getJobGroupNames ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getJobNames ( String p1 )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.getPausedTriggerGroups ( )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.getTrigger ( String p1, String p2 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getTriggerGroupNames ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getTriggerNames ( String p1 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getTriggersOfJob ( String p1, String p2 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getTriggerState ( String p1, String p2 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.getVersion ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.interruptJob ( String p1, String p2 )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.pauseAllTriggers ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.pauseJob ( String p1, String p2 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.pauseJobGroup ( String p1 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.pauseJobsContaining ( String p1 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.pauseJobsEndingWith ( String p1 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.pauseJobsStartingWith ( String p1 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.pauseTrigger ( String p1, String p2 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.pauseTriggerGroup ( String p1 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.pauseTriggersContaining ( String p1 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.pauseTriggersEndingWith ( String p1 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.pauseTriggersStartingWith ( String p1 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.resumeAllTriggers ( )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.resumeJob ( String p1, String p2 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.resumeJobGroup ( String p1 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.resumeJobsContaining ( String p1 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.resumeJobsEndingWith ( String p1 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.resumeJobsStartingWith ( String p1 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.resumeTrigger ( String p1, String p2 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.resumeTriggerGroup ( String p1 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.resumeTriggersContaining ( String p1 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.resumeTriggersEndingWith ( String p1 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.resumeTriggersStartingWith ( String p1 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.scheduleBasicJob ( java.util.Map p1, java.util.Map p2 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.scheduleJob ( String p1, String p2, String p3, String p4 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.scheduleJob ( String p1, String p2, java.util.Map p3 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.scheduleJob ( java.util.Map p1, java.util.Map p2 )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.
QuartzSchedulerMBean.triggerJob ( String p1, String p2, java.util.Map p3 )This abstract method is from 'QuartzSchedulerMBean' interface.
QuartzSchedulerMBean.unscheduleJob ( String p1, String p2 )This abstract method is from 'QuartzSchedulerMBean' interface.
to the top
Java ARchives (7)
quartz-2.0.2.jar
quartz-all-2.0.2.jar
quartz-backward-compat-2.0.2.jar
quartz-commonj-2.0.2.jar
quartz-jboss-2.0.2.jar
quartz-oracle-2.0.2.jar
quartz-weblogic-2.0.2.jar
to the top
Classes (178)
org.quartz.JobKey
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.simpl.TriggerWrapperComparator
org.quartz.utils.Key
org.quartz.CalendarIntervalTrigger
org.quartz.utils.CircularLossyQueue
org.quartz.Trigger.TriggerState
org.quartz.spi.ThreadExecutor
org.quartz.core.jmx.CronTriggerSupport
org.quartz.core.JobRunShell.VetoedException
org.quartz.SimpleScheduleBuilder
org.quartz.SchedulerMetaData
org.quartz.utils.DirtyFlagMap.DirtyFlagSet
org.quartz.utils.counter.sampled.SampledRateCounterConfig
org.quartz.core.SampledStatisticsImpl
org.quartz.ee.jta.JTAAnnotationAwareJobRunShellFactory
org.quartz.utils.counter.CounterManager
org.quartz.CalendarIntervalScheduleBuilder
org.quartz.simpl.ZeroSizeThreadPool
org.quartz.listeners.BroadcastJobListener
org.quartz.core.ExecutingJobsManager
org.quartz.ScheduleBuilder
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.spi.MutableTrigger
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.listeners.BroadcastTriggerListener
org.quartz.ValueSet
org.quartz.utils.counter.CounterManagerImpl
org.quartz.PersistJobDataAfterExecution
org.quartz.simpl.JobWrapper
org.quartz.TriggerBuilder
org.quartz.jobs.DirectoryScanJob
org.quartz.Job
org.quartz.spi.OperableTrigger
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.DateBuilder
org.quartz.xml.XMLSchedulingDataProcessor
org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
org.quartz.ListenerManager
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.JobBuilder
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.jobs.DirectoryScanListener
org.quartz.utils.counter.sampled.TimeStampedCounterValue
org.quartz.core.JobRunShellFactory
org.quartz.core.JobRunShell
org.quartz.SchedulerContext
org.quartz.spi.JobFactory
org.quartz.commonj.DelegatingWork
org.quartz.ee.servlet.QuartzInitializerListener
org.quartz.JobExecutionException
org.quartz.jobs.ee.jms.JmsMessageFactory
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.NthIncludedDayTrigger
org.quartz.core.QuartzSchedulerMBeanImpl
org.quartz.CronTrigger
org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
org.quartz.utils.counter.sampled.SampledCounterImpl
org.quartz.Scheduler
org.quartz.ee.jmx.jboss.QuartzService
org.quartz.Matcher
org.quartz.plugins.history.LoggingTriggerHistoryPlugin
org.quartz.Trigger.CompletedExecutionInstruction
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.ExecuteInJTATransaction
org.quartz.core.jmx.SimpleTriggerSupport
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.core.ListenerManagerImpl
org.quartz.DateIntervalTrigger.IntervalUnit
org.quartz.spi.TimeBroker
org.quartz.simpl.InitThreadContextClassLoadHelper
org.quartz.Trigger
org.quartz.utils.counter.Counter
org.quartz.core.jmx.QuartzSchedulerMBean
org.quartz.TriggerUtils
org.quartz.utils.PoolingConnectionProvider
org.quartz.utils.ClassUtils
org.quartz.utils.counter.sampled.SampledRateCounter
org.quartz.Calendar
org.quartz.core.SampledStatistics
org.quartz.SimpleTrigger
org.quartz.CronScheduleBuilder
org.quartz.listeners.BroadcastSchedulerListener
org.quartz.jobs.ee.mail.SendMailJob.MailInfo
org.quartz.DateBuilder.IntervalUnit
org.quartz.utils.PropertiesParser
org.quartz.commonj.WorkManagerThreadExecutor
org.quartz.DisallowConcurrentExecution
org.quartz.utils.DirtyFlagMap.DirtyFlagIterator
org.quartz.simpl.TriggerWrapper
org.quartz.jobs.NativeJob.StreamConsumer
org.quartz.simpl.SimpleThreadPool
org.quartz.spi.TriggerFiredResult
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.Trigger.TriggerTimeComparator
org.quartz.SchedulerException
org.quartz.TriggerKey
to the top
Generated on Thu Apr 26 11:10:44 2012 for Quartz by Java API Compliance Checker 1.1
A tool for checking backward compatibility of a Java library API