Binary compatibility report for the Quartz library between 1.5.2 and 1.6.6 versions
Test Info
Library Name | Quartz |
Version #1 | 1.5.2 |
Version #2 | 1.6.6 |
Test Results
Total Java ARchives | 5 |
---|
Total Classes | 109 |
---|
Total Methods / Types | 1639 / 100 |
---|
Verdict | Incompatible (22.1%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 279 |
---|
Removed Methods | High | 93 |
---|
Problems with Data Types | High | 11 |
---|
Medium | 13 |
Low | 66 |
Problems with Methods | High | 10 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 20 |
Added Methods (279)
quartz-all-1.6.6.jar, BroadcastSchedulerListener.class
package org.quartz.listeners
BroadcastSchedulerListener.addListener ( org.quartz.SchedulerListener listener ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.addListener:(Lorg/quartz/SchedulerListener;)V]
BroadcastSchedulerListener.BroadcastSchedulerListener ( )
[run-time name: org/quartz/listeners/BroadcastSchedulerListener."<init>":()V]
BroadcastSchedulerListener.BroadcastSchedulerListener ( java.util.List listeners )
[run-time name: org/quartz/listeners/BroadcastSchedulerListener."<init>":(Ljava/util/List;)V]
BroadcastSchedulerListener.getListeners ( ) : java.util.List
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.getListeners:()Ljava/util/List;]
BroadcastSchedulerListener.jobScheduled ( org.quartz.Trigger trigger ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.jobScheduled:(Lorg/quartz/Trigger;)V]
BroadcastSchedulerListener.jobsPaused ( String jobName, String jobGroup ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.jobsPaused:(Ljava/lang/String;Ljava/lang/String;)V]
BroadcastSchedulerListener.jobsResumed ( String jobName, String jobGroup ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.jobsResumed:(Ljava/lang/String;Ljava/lang/String;)V]
BroadcastSchedulerListener.jobUnscheduled ( String triggerName, String triggerGroup ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.jobUnscheduled:(Ljava/lang/String;Ljava/lang/String;)V]
BroadcastSchedulerListener.removeListener ( org.quartz.SchedulerListener listener ) : boolean
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.removeListener:(Lorg/quartz/SchedulerListener;)Z]
BroadcastSchedulerListener.schedulerError ( String msg, org.quartz.SchedulerException cause ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.schedulerError:(Ljava/lang/String;Lorg/quartz/SchedulerException;)V]
BroadcastSchedulerListener.schedulerShutdown ( ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.schedulerShutdown:()V]
BroadcastSchedulerListener.triggerFinalized ( org.quartz.Trigger trigger ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.triggerFinalized:(Lorg/quartz/Trigger;)V]
BroadcastSchedulerListener.triggersPaused ( String triggerName, String triggerGroup ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.triggersPaused:(Ljava/lang/String;Ljava/lang/String;)V]
BroadcastSchedulerListener.triggersResumed ( String triggerName, String triggerGroup ) : void
[run-time name: org/quartz/listeners/BroadcastSchedulerListener.triggersResumed:(Ljava/lang/String;Ljava/lang/String;)V]
quartz-all-1.6.6.jar, CascadingClassLoadHelper.class
package org.quartz.simpl
CascadingClassLoadHelper.getClassLoader ( ) : ClassLoader
[run-time name: org/quartz/simpl/CascadingClassLoadHelper.getClassLoader:()Ljava/lang/ClassLoader;]
quartz-all-1.6.6.jar, ClassLoadHelper.class
package org.quartz.spi
ClassLoadHelper.getClassLoader ( ) [abstract] : ClassLoader
[run-time name: org/quartz/spi/ClassLoadHelper.getClassLoader:()Ljava/lang/ClassLoader;]
quartz-all-1.6.6.jar, CronExpression.class
package org.quartz
CronExpression.getFinalFireTime ( ) : java.util.Date
[run-time name: org/quartz/CronExpression.getFinalFireTime:()Ljava/util/Date;]
CronExpression.getNextInvalidTimeAfter ( java.util.Date date ) : java.util.Date
[run-time name: org/quartz/CronExpression.getNextInvalidTimeAfter:(Ljava/util/Date;)Ljava/util/Date;]
quartz-all-1.6.6.jar, CronTrigger.class
package org.quartz
CronTrigger.CronTrigger ( String name )
[run-time name: org/quartz/CronTrigger."<init>":(Ljava/lang/String;)V]
CronTrigger.hasAdditionalProperties ( ) : boolean
[run-time name: org/quartz/CronTrigger.hasAdditionalProperties:()Z]
quartz-all-1.6.6.jar, DirtyFlagMap.class
package org.quartz.utils
DirtyFlagMap.hashCode ( ) : int
[run-time name: org/quartz/utils/DirtyFlagMap.hashCode:()I]
quartz-all-1.6.6.jar, ExceptionHelper.class
package org.quartz.utils
ExceptionHelper.getCause ( Throwable exception ) [static] : Throwable
[run-time name: org/quartz/utils/ExceptionHelper.getCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;]
ExceptionHelper.setCause ( Throwable exception, Throwable cause ) [static] : Throwable
[run-time name: org/quartz/utils/ExceptionHelper.setCause:(Ljava/lang/Throwable;Ljava/lang/Throwable;)Ljava/lang/Throwable;]
ExceptionHelper.supportsNestedThrowable ( ) [static] : boolean
[run-time name: org/quartz/utils/ExceptionHelper.supportsNestedThrowable:()Z]
quartz-all-1.6.6.jar, FilterAndBroadcastJobListener.class
package org.quartz.listeners
FilterAndBroadcastJobListener.addJobGroupPattern ( String regularExpression ) : void
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.addJobGroupPattern:(Ljava/lang/String;)V]
FilterAndBroadcastJobListener.addJobNamePattern ( String regularExpression ) : void
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.addJobNamePattern:(Ljava/lang/String;)V]
FilterAndBroadcastJobListener.addListener ( org.quartz.JobListener listener ) : void
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.addListener:(Lorg/quartz/JobListener;)V]
FilterAndBroadcastJobListener.FilterAndBroadcastJobListener ( String name )
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener."<init>":(Ljava/lang/String;)V]
FilterAndBroadcastJobListener.FilterAndBroadcastJobListener ( String name, java.util.List listeners )
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener."<init>":(Ljava/lang/String;Ljava/util/List;)V]
FilterAndBroadcastJobListener.getJobGroupPatterns ( ) : java.util.List
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.getJobGroupPatterns:()Ljava/util/List;]
FilterAndBroadcastJobListener.getJobNamePatterns ( ) : java.util.List
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.getJobNamePatterns:()Ljava/util/List;]
FilterAndBroadcastJobListener.getListeners ( ) : java.util.List
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.getListeners:()Ljava/util/List;]
FilterAndBroadcastJobListener.getName ( ) : String
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.getName:()Ljava/lang/String;]
FilterAndBroadcastJobListener.jobExecutionVetoed ( org.quartz.JobExecutionContext context ) : void
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.jobExecutionVetoed:(Lorg/quartz/JobExecutionContext;)V]
FilterAndBroadcastJobListener.jobToBeExecuted ( org.quartz.JobExecutionContext context ) : void
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.jobToBeExecuted:(Lorg/quartz/JobExecutionContext;)V]
FilterAndBroadcastJobListener.jobWasExecuted ( org.quartz.JobExecutionContext context, org.quartz.JobExecutionException jobException ) : void
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.jobWasExecuted:(Lorg/quartz/JobExecutionContext;Lorg/quartz/JobExecutionException;)V]
FilterAndBroadcastJobListener.removeListener ( org.quartz.JobListener listener ) : boolean
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.removeListener:(Lorg/quartz/JobListener;)Z]
FilterAndBroadcastJobListener.removeListener ( String listenerName ) : boolean
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.removeListener:(Ljava/lang/String;)Z]
FilterAndBroadcastJobListener.shouldDispatch ( org.quartz.JobExecutionContext context ) : boolean
[run-time name: org/quartz/listeners/FilterAndBroadcastJobListener.shouldDispatch:(Lorg/quartz/JobExecutionContext;)Z]
quartz-all-1.6.6.jar, FilterAndBroadcastTriggerListener.class
package org.quartz.listeners
FilterAndBroadcastTriggerListener.addListener ( org.quartz.TriggerListener listener ) : void
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.addListener:(Lorg/quartz/TriggerListener;)V]
FilterAndBroadcastTriggerListener.addTriggerGroupPattern ( String regularExpression ) : void
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.addTriggerGroupPattern:(Ljava/lang/String;)V]
FilterAndBroadcastTriggerListener.addTriggerNamePattern ( String regularExpression ) : void
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.addTriggerNamePattern:(Ljava/lang/String;)V]
FilterAndBroadcastTriggerListener.FilterAndBroadcastTriggerListener ( String name )
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener."<init>":(Ljava/lang/String;)V]
FilterAndBroadcastTriggerListener.FilterAndBroadcastTriggerListener ( String name, java.util.List listeners )
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener."<init>":(Ljava/lang/String;Ljava/util/List;)V]
FilterAndBroadcastTriggerListener.getListeners ( ) : java.util.List
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.getListeners:()Ljava/util/List;]
FilterAndBroadcastTriggerListener.getName ( ) : String
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.getName:()Ljava/lang/String;]
FilterAndBroadcastTriggerListener.getTriggerGroupPatterns ( ) : java.util.List
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.getTriggerGroupPatterns:()Ljava/util/List;]
FilterAndBroadcastTriggerListener.getTriggerNamePatterns ( ) : java.util.List
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.getTriggerNamePatterns:()Ljava/util/List;]
FilterAndBroadcastTriggerListener.removeListener ( org.quartz.TriggerListener listener ) : boolean
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.removeListener:(Lorg/quartz/TriggerListener;)Z]
FilterAndBroadcastTriggerListener.removeListener ( String listenerName ) : boolean
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.removeListener:(Ljava/lang/String;)Z]
FilterAndBroadcastTriggerListener.shouldDispatch ( org.quartz.Trigger trigger ) : boolean
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.shouldDispatch:(Lorg/quartz/Trigger;)Z]
FilterAndBroadcastTriggerListener.triggerComplete ( org.quartz.Trigger trigger, org.quartz.JobExecutionContext context, int triggerInstructionCode ) : void
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.triggerComplete:(Lorg/quartz/Trigger;Lorg/quartz/JobExecutionContext;I)V]
FilterAndBroadcastTriggerListener.triggerFired ( org.quartz.Trigger trigger, org.quartz.JobExecutionContext context ) : void
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.triggerFired:(Lorg/quartz/Trigger;Lorg/quartz/JobExecutionContext;)V]
FilterAndBroadcastTriggerListener.triggerMisfired ( org.quartz.Trigger trigger ) : void
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.triggerMisfired:(Lorg/quartz/Trigger;)V]
FilterAndBroadcastTriggerListener.vetoJobExecution ( org.quartz.Trigger trigger, org.quartz.JobExecutionContext context ) : boolean
[run-time name: org/quartz/listeners/FilterAndBroadcastTriggerListener.vetoJobExecution:(Lorg/quartz/Trigger;Lorg/quartz/JobExecutionContext;)Z]
quartz-all-1.6.6.jar, InitThreadContextClassLoadHelper.class
package org.quartz.simpl
InitThreadContextClassLoadHelper.getClassLoader ( ) : ClassLoader
[run-time name: org/quartz/simpl/InitThreadContextClassLoadHelper.getClassLoader:()Ljava/lang/ClassLoader;]
quartz-all-1.6.6.jar, JmsHelper.class
package org.quartz.jobs.ee.jms
JmsHelper.closeResource ( Object resource ) [static] : void
[run-time name: org/quartz/jobs/ee/jms/JmsHelper.closeResource:(Ljava/lang/Object;)V]
JmsHelper.getInitialContext ( org.quartz.JobDataMap jobDataMap ) [static] : javax.naming.InitialContext
[run-time name: org/quartz/jobs/ee/jms/JmsHelper.getInitialContext:(Lorg/quartz/JobDataMap;)Ljavax/naming/InitialContext;]
JmsHelper.getMessageFactory ( String factoryName ) [static] : JmsMessageFactory
[run-time name: org/quartz/jobs/ee/jms/JmsHelper.getMessageFactory:(Ljava/lang/String;)Lorg/quartz/jobs/ee/jms/JmsMessageFactory;]
JmsHelper.isDestinationSecure ( org.quartz.JobDataMap jobDataMap ) [static] : boolean
[run-time name: org/quartz/jobs/ee/jms/JmsHelper.isDestinationSecure:(Lorg/quartz/JobDataMap;)Z]
JmsHelper.useTransaction ( org.quartz.JobDataMap jobDataMap ) [static] : boolean
[run-time name: org/quartz/jobs/ee/jms/JmsHelper.useTransaction:(Lorg/quartz/JobDataMap;)Z]
quartz-all-1.6.6.jar, JmsJobException.class
package org.quartz.jobs.ee.jms
JmsJobException.JmsJobException ( )
[run-time name: org/quartz/jobs/ee/jms/JmsJobException."<init>":()V]
JmsJobException.JmsJobException ( String message )
[run-time name: org/quartz/jobs/ee/jms/JmsJobException."<init>":(Ljava/lang/String;)V]
JmsJobException.JmsJobException ( String message, Throwable cause )
[run-time name: org/quartz/jobs/ee/jms/JmsJobException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
JmsJobException.JmsJobException ( Throwable cause )
[run-time name: org/quartz/jobs/ee/jms/JmsJobException."<init>":(Ljava/lang/Throwable;)V]
quartz-all-1.6.6.jar, JmsMessageFactory.class
package org.quartz.jobs.ee.jms
JmsMessageFactory.createMessage ( org.quartz.JobDataMap p1, javax.jms.Session p2 ) [abstract] : javax.jms.Message
[run-time name: org/quartz/jobs/ee/jms/JmsMessageFactory.createMessage:(Lorg/quartz/JobDataMap;Ljavax/jms/Session;)Ljavax/jms/Message;]
quartz-all-1.6.6.jar, JobChainingJobListener.class
package org.quartz.listeners
JobChainingJobListener.addJobChainLink ( org.quartz.utils.Key firstJob, org.quartz.utils.Key secondJob ) : void
[run-time name: org/quartz/listeners/JobChainingJobListener.addJobChainLink:(Lorg/quartz/utils/Key;Lorg/quartz/utils/Key;)V]
JobChainingJobListener.getName ( ) : String
[run-time name: org/quartz/listeners/JobChainingJobListener.getName:()Ljava/lang/String;]
JobChainingJobListener.JobChainingJobListener ( String name )
[run-time name: org/quartz/listeners/JobChainingJobListener."<init>":(Ljava/lang/String;)V]
JobChainingJobListener.jobWasExecuted ( org.quartz.JobExecutionContext context, org.quartz.JobExecutionException jobException ) : void
[run-time name: org/quartz/listeners/JobChainingJobListener.jobWasExecuted:(Lorg/quartz/JobExecutionContext;Lorg/quartz/JobExecutionException;)V]
quartz-all-1.6.6.jar, JobDataMap.class
package org.quartz
JobDataMap.getIntValue ( String key ) : int
[run-time name: org/quartz/JobDataMap.getIntValue:(Ljava/lang/String;)I]
quartz-all-1.6.6.jar, JobDetail.class
package org.quartz
JobDetail.equals ( Object obj ) : boolean
[run-time name: org/quartz/JobDetail.equals:(Ljava/lang/Object;)Z]
JobDetail.getKey ( ) : utils.Key
[run-time name: org/quartz/JobDetail.getKey:()Lorg/quartz/utils/Key;]
JobDetail.hashCode ( ) : int
[run-time name: org/quartz/JobDetail.hashCode:()I]
JobDetail.JobDetail ( String name, Class jobClass )
[run-time name: org/quartz/JobDetail."<init>":(Ljava/lang/String;Ljava/lang/Class;)V]
quartz-all-1.6.6.jar, JobExecutionException.class
package org.quartz
JobExecutionException.JobExecutionException ( String msg, boolean refireImmediately )
[run-time name: org/quartz/JobExecutionException."<init>":(Ljava/lang/String;Z)V]
JobExecutionException.JobExecutionException ( String msg, Throwable cause )
[run-time name: org/quartz/JobExecutionException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
JobExecutionException.JobExecutionException ( String msg, Throwable cause, boolean refireImmediately )
[run-time name: org/quartz/JobExecutionException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;Z)V]
JobExecutionException.JobExecutionException ( Throwable cause )
[run-time name: org/quartz/JobExecutionException."<init>":(Ljava/lang/Throwable;)V]
JobExecutionException.JobExecutionException ( Throwable cause, boolean refireImmediately )
[run-time name: org/quartz/JobExecutionException."<init>":(Ljava/lang/Throwable;Z)V]
JobExecutionException.setRefireImmediately ( boolean refire ) : void
[run-time name: org/quartz/JobExecutionException.setRefireImmediately:(Z)V]
quartz-all-1.6.6.jar, JobInitializationPlugin.class
package org.quartz.plugins.xml
JobInitializationPlugin.getFileNames ( ) : String
[run-time name: org/quartz/plugins/xml/JobInitializationPlugin.getFileNames:()Ljava/lang/String;]
JobInitializationPlugin.processFile ( String filePath ) : void
[run-time name: org/quartz/plugins/xml/JobInitializationPlugin.processFile:(Ljava/lang/String;)V]
JobInitializationPlugin.setFileNames ( String fileNames ) : void
[run-time name: org/quartz/plugins/xml/JobInitializationPlugin.setFileNames:(Ljava/lang/String;)V]
JobInitializationPlugin.start ( javax.transaction.UserTransaction userTransaction ) : void
[run-time name: org/quartz/plugins/xml/JobInitializationPlugin.start:(Ljavax/transaction/UserTransaction;)V]
quartz-all-1.6.6.jar, JobListenerSupport.class
package org.quartz.listeners
JobListenerSupport.getLog ( ) : org.apache.commons.logging.Log
[run-time name: org/quartz/listeners/JobListenerSupport.getLog:()Lorg/apache/commons/logging/Log;]
JobListenerSupport.jobExecutionVetoed ( org.quartz.JobExecutionContext context ) : void
[run-time name: org/quartz/listeners/JobListenerSupport.jobExecutionVetoed:(Lorg/quartz/JobExecutionContext;)V]
JobListenerSupport.JobListenerSupport ( )
[run-time name: org/quartz/listeners/JobListenerSupport."<init>":()V]
JobListenerSupport.jobToBeExecuted ( org.quartz.JobExecutionContext context ) : void
[run-time name: org/quartz/listeners/JobListenerSupport.jobToBeExecuted:(Lorg/quartz/JobExecutionContext;)V]
JobListenerSupport.jobWasExecuted ( org.quartz.JobExecutionContext context, org.quartz.JobExecutionException jobException ) : void
[run-time name: org/quartz/listeners/JobListenerSupport.jobWasExecuted:(Lorg/quartz/JobExecutionContext;Lorg/quartz/JobExecutionException;)V]
quartz-all-1.6.6.jar, JobPersistenceException.class
package org.quartz
JobPersistenceException.JobPersistenceException ( String msg, Throwable cause )
[run-time name: org/quartz/JobPersistenceException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
JobPersistenceException.JobPersistenceException ( String msg, Throwable cause, int errorCode )
[run-time name: org/quartz/JobPersistenceException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;I)V]
quartz-all-1.6.6.jar, JobRunShell.class
package org.quartz.core
JobRunShell.vetoedJobRetryLoop ( org.quartz.Trigger trigger, org.quartz.JobDetail jobDetail, int instCode ) : boolean
[run-time name: org/quartz/core/JobRunShell.vetoedJobRetryLoop:(Lorg/quartz/Trigger;Lorg/quartz/JobDetail;I)Z]
quartz-all-1.6.6.jar, JobSchedulingDataProcessor.class
package org.quartz.xml
JobSchedulingDataProcessor.getSystemIdForFileName ( String fileName ) : String
[run-time name: org/quartz/xml/JobSchedulingDataProcessor.getSystemIdForFileName:(Ljava/lang/String;)Ljava/lang/String;]
JobSchedulingDataProcessor.getURL ( String fileName ) : java.net.URL
[run-time name: org/quartz/xml/JobSchedulingDataProcessor.getURL:(Ljava/lang/String;)Ljava/net/URL;]
JobSchedulingDataProcessor.initDigester ( boolean validating, boolean validatingSchema ) : void
[run-time name: org/quartz/xml/JobSchedulingDataProcessor.initDigester:(ZZ)V]
JobSchedulingDataProcessor.JobSchedulingDataProcessor ( org.quartz.spi.ClassLoadHelper clh, boolean validating, boolean validatingSchema )
[run-time name: org/quartz/xml/JobSchedulingDataProcessor."<init>":(Lorg/quartz/spi/ClassLoadHelper;ZZ)V]
quartz-all-1.6.6.jar, JTAJobRunShell.class
package org.quartz.ee.jta
JTAJobRunShell.JTAJobRunShell ( org.quartz.core.JobRunShellFactory jobRunShellFactory, org.quartz.Scheduler scheduler, org.quartz.core.SchedulingContext schdCtxt )
[run-time name: org/quartz/ee/jta/JTAJobRunShell."<init>":(Lorg/quartz/core/JobRunShellFactory;Lorg/quartz/Scheduler;Lorg/quartz/core/SchedulingContext;)V]
JTAJobRunShell.passivate ( ) : void
[run-time name: org/quartz/ee/jta/JTAJobRunShell.passivate:()V]
quartz-all-1.6.6.jar, JTAJobRunShellFactory.class
package org.quartz.ee.jta
JTAJobRunShellFactory.JTAJobRunShellFactory ( )
[run-time name: org/quartz/ee/jta/JTAJobRunShellFactory."<init>":()V]
quartz-all-1.6.6.jar, MailInfo.class
package org.quartz.jobs.ee.mail
SendMailJob.MailInfo.getCc ( ) : String
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.MailInfo.getCc:()Ljava/lang/String;]
SendMailJob.MailInfo.getContentType ( ) : String
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.MailInfo.getContentType:()Ljava/lang/String;]
SendMailJob.MailInfo.getFrom ( ) : String
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.MailInfo.getFrom:()Ljava/lang/String;]
SendMailJob.MailInfo.getMessage ( ) : String
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.MailInfo.getMessage:()Ljava/lang/String;]
SendMailJob.MailInfo.getReplyTo ( ) : String
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.MailInfo.getReplyTo:()Ljava/lang/String;]
SendMailJob.MailInfo.getSmtpHost ( ) : String
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.MailInfo.getSmtpHost:()Ljava/lang/String;]
SendMailJob.MailInfo.getSubject ( ) : String
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.MailInfo.getSubject:()Ljava/lang/String;]
SendMailJob.MailInfo.getTo ( ) : String
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.MailInfo.getTo:()Ljava/lang/String;]
SendMailJob.MailInfo.SendMailJob.MailInfo ( )
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.MailInfo."<init>":()V]
SendMailJob.MailInfo.setCc ( String cc ) : void
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.MailInfo.setCc:(Ljava/lang/String;)V]
SendMailJob.MailInfo.setContentType ( String contentType ) : void
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.MailInfo.setContentType:(Ljava/lang/String;)V]
SendMailJob.MailInfo.setFrom ( String from ) : void
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.MailInfo.setFrom:(Ljava/lang/String;)V]
SendMailJob.MailInfo.setMessage ( String message ) : void
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.MailInfo.setMessage:(Ljava/lang/String;)V]
SendMailJob.MailInfo.setReplyTo ( String replyTo ) : void
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.MailInfo.setReplyTo:(Ljava/lang/String;)V]
SendMailJob.MailInfo.setSmtpHost ( String smtpHost ) : void
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.MailInfo.setSmtpHost:(Ljava/lang/String;)V]
SendMailJob.MailInfo.setSubject ( String subject ) : void
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.MailInfo.setSubject:(Ljava/lang/String;)V]
SendMailJob.MailInfo.setTo ( String to ) : void
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.MailInfo.setTo:(Ljava/lang/String;)V]
SendMailJob.MailInfo.toString ( ) : String
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.MailInfo.toString:()Ljava/lang/String;]
quartz-all-1.6.6.jar, NthIncludedDayTrigger.class
package org.quartz
NthIncludedDayTrigger.getTimeZone ( ) : java.util.TimeZone
[run-time name: org/quartz/NthIncludedDayTrigger.getTimeZone:()Ljava/util/TimeZone;]
NthIncludedDayTrigger.NthIncludedDayTrigger ( String name )
[run-time name: org/quartz/NthIncludedDayTrigger."<init>":(Ljava/lang/String;)V]
NthIncludedDayTrigger.setTimeZone ( java.util.TimeZone timeZone ) : void
[run-time name: org/quartz/NthIncludedDayTrigger.setTimeZone:(Ljava/util/TimeZone;)V]
quartz-all-1.6.6.jar, Pair.class
package org.quartz.utils
Pair.hashCode ( ) : int
[run-time name: org/quartz/utils/Pair.hashCode:()I]
Pair.Pair ( Object first, Object second )
[run-time name: org/quartz/utils/Pair."<init>":(Ljava/lang/Object;Ljava/lang/Object;)V]
quartz-all-1.6.6.jar, PoolingConnectionProvider.class
package org.quartz.utils
PoolingConnectionProvider.getDataSource ( ) : org.apache.commons.dbcp.BasicDataSource
[run-time name: org/quartz/utils/PoolingConnectionProvider.getDataSource:()Lorg/apache/commons/dbcp/BasicDataSource;]
quartz-all-1.6.6.jar, PropertiesParser.class
package org.quartz.utils
PropertiesParser.getPropertyGroup ( String prefix, boolean stripPrefix, String[ ] excludedPrefixes ) : java.util.Properties
[run-time name: org/quartz/utils/PropertiesParser.getPropertyGroup:(Ljava/lang/String;Z[Ljava/lang/String;)Ljava/util/Properties;]
quartz-all-1.6.6.jar, QuartzScheduler.class
package org.quartz.core
QuartzScheduler.getGlobalJobListener ( String name ) : org.quartz.JobListener
[run-time name: org/quartz/core/QuartzScheduler.getGlobalJobListener:(Ljava/lang/String;)Lorg/quartz/JobListener;]
QuartzScheduler.getGlobalTriggerListener ( String name ) : org.quartz.TriggerListener
[run-time name: org/quartz/core/QuartzScheduler.getGlobalTriggerListener:(Ljava/lang/String;)Lorg/quartz/TriggerListener;]
QuartzScheduler.notifyJobStoreJobVetoed ( SchedulingContext ctxt, org.quartz.Trigger trigger, org.quartz.JobDetail detail, int instCode ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifyJobStoreJobVetoed:(Lorg/quartz/core/SchedulingContext;Lorg/quartz/Trigger;Lorg/quartz/JobDetail;I)V]
QuartzScheduler.notifySchedulerThread ( long candidateNewNextFireTime ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifySchedulerThread:(J)V]
QuartzScheduler.removeGlobalJobListener ( String name ) : boolean
[run-time name: org/quartz/core/QuartzScheduler.removeGlobalJobListener:(Ljava/lang/String;)Z]
QuartzScheduler.removeGlobalTriggerListener ( String name ) : boolean
[run-time name: org/quartz/core/QuartzScheduler.removeGlobalTriggerListener:(Ljava/lang/String;)Z]
QuartzScheduler.startDelayed ( int seconds ) : void
[run-time name: org/quartz/core/QuartzScheduler.startDelayed:(I)V]
quartz-all-1.6.6.jar, QuartzScheduler_Stub.class
package org.quartz.core
QuartzScheduler_Stub.getGlobalJobListener ( String p1 ) : org.quartz.JobListener
[run-time name: org/quartz/core/QuartzScheduler_Stub.getGlobalJobListener:(Ljava/lang/String;)Lorg/quartz/JobListener;]
QuartzScheduler_Stub.getGlobalTriggerListener ( String p1 ) : org.quartz.TriggerListener
[run-time name: org/quartz/core/QuartzScheduler_Stub.getGlobalTriggerListener:(Ljava/lang/String;)Lorg/quartz/TriggerListener;]
QuartzScheduler_Stub.removeGlobalJobListener ( String p1 ) : boolean
[run-time name: org/quartz/core/QuartzScheduler_Stub.removeGlobalJobListener:(Ljava/lang/String;)Z]
QuartzScheduler_Stub.removeGlobalTriggerListener ( String p1 ) : boolean
[run-time name: org/quartz/core/QuartzScheduler_Stub.removeGlobalTriggerListener:(Ljava/lang/String;)Z]
QuartzScheduler_Stub.startDelayed ( int p1 ) : void
[run-time name: org/quartz/core/QuartzScheduler_Stub.startDelayed:(I)V]
quartz-all-1.6.6.jar, QuartzSchedulerResources.class
package org.quartz.core
QuartzSchedulerResources.addSchedulerPlugin ( org.quartz.spi.SchedulerPlugin plugin ) : void
[run-time name: org/quartz/core/QuartzSchedulerResources.addSchedulerPlugin:(Lorg/quartz/spi/SchedulerPlugin;)V]
QuartzSchedulerResources.generateJMXObjectName ( String schedName, String schedInstId ) [static] : String
[run-time name: org/quartz/core/QuartzSchedulerResources.generateJMXObjectName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
QuartzSchedulerResources.getJMXExport ( ) : boolean
[run-time name: org/quartz/core/QuartzSchedulerResources.getJMXExport:()Z]
QuartzSchedulerResources.getJMXObjectName ( ) : String
[run-time name: org/quartz/core/QuartzSchedulerResources.getJMXObjectName:()Ljava/lang/String;]
QuartzSchedulerResources.getMakeSchedulerThreadDaemon ( ) : boolean
[run-time name: org/quartz/core/QuartzSchedulerResources.getMakeSchedulerThreadDaemon:()Z]
QuartzSchedulerResources.getRMIBindName ( ) : String
[run-time name: org/quartz/core/QuartzSchedulerResources.getRMIBindName:()Ljava/lang/String;]
QuartzSchedulerResources.getSchedulerPlugins ( ) : java.util.List
[run-time name: org/quartz/core/QuartzSchedulerResources.getSchedulerPlugins:()Ljava/util/List;]
QuartzSchedulerResources.isThreadsInheritInitializersClassLoadContext ( ) : boolean
[run-time name: org/quartz/core/QuartzSchedulerResources.isThreadsInheritInitializersClassLoadContext:()Z]
QuartzSchedulerResources.setJMXExport ( boolean jmxExport ) : void
[run-time name: org/quartz/core/QuartzSchedulerResources.setJMXExport:(Z)V]
QuartzSchedulerResources.setJMXObjectName ( String jmxObjectName ) : void
[run-time name: org/quartz/core/QuartzSchedulerResources.setJMXObjectName:(Ljava/lang/String;)V]
QuartzSchedulerResources.setMakeSchedulerThreadDaemon ( boolean makeSchedulerThreadDaemon ) : void
[run-time name: org/quartz/core/QuartzSchedulerResources.setMakeSchedulerThreadDaemon:(Z)V]
QuartzSchedulerResources.setRMIBindName ( String rmiBindName ) : void
[run-time name: org/quartz/core/QuartzSchedulerResources.setRMIBindName:(Ljava/lang/String;)V]
QuartzSchedulerResources.setThreadsInheritInitializersClassLoadContext ( boolean threadsInheritInitializersClassLoadContext ) : void
[run-time name: org/quartz/core/QuartzSchedulerResources.setThreadsInheritInitializersClassLoadContext:(Z)V]
quartz-all-1.6.6.jar, QuartzSchedulerThread.class
package org.quartz.core
QuartzSchedulerThread.clearSignaledSchedulingChange ( ) : void
[run-time name: org/quartz/core/QuartzSchedulerThread.clearSignaledSchedulingChange:()V]
QuartzSchedulerThread.getSignaledNextFireTime ( ) : long
[run-time name: org/quartz/core/QuartzSchedulerThread.getSignaledNextFireTime:()J]
QuartzSchedulerThread.isScheduleChanged ( ) : boolean
[run-time name: org/quartz/core/QuartzSchedulerThread.isScheduleChanged:()Z]
QuartzSchedulerThread.signalSchedulingChange ( long candidateNewNextFireTime ) : void
[run-time name: org/quartz/core/QuartzSchedulerThread.signalSchedulingChange:(J)V]
quartz-all-1.6.6.jar, RemotableQuartzScheduler.class
package org.quartz.core
RemotableQuartzScheduler.getGlobalJobListener ( String p1 ) [abstract] : org.quartz.JobListener
[run-time name: org/quartz/core/RemotableQuartzScheduler.getGlobalJobListener:(Ljava/lang/String;)Lorg/quartz/JobListener;]
RemotableQuartzScheduler.getGlobalTriggerListener ( String p1 ) [abstract] : org.quartz.TriggerListener
[run-time name: org/quartz/core/RemotableQuartzScheduler.getGlobalTriggerListener:(Ljava/lang/String;)Lorg/quartz/TriggerListener;]
RemotableQuartzScheduler.removeGlobalJobListener ( String p1 ) [abstract] : boolean
[run-time name: org/quartz/core/RemotableQuartzScheduler.removeGlobalJobListener:(Ljava/lang/String;)Z]
RemotableQuartzScheduler.removeGlobalTriggerListener ( String p1 ) [abstract] : boolean
[run-time name: org/quartz/core/RemotableQuartzScheduler.removeGlobalTriggerListener:(Ljava/lang/String;)Z]
RemotableQuartzScheduler.startDelayed ( int p1 ) [abstract] : void
[run-time name: org/quartz/core/RemotableQuartzScheduler.startDelayed:(I)V]
quartz-all-1.6.6.jar, Scheduler.class
package org.quartz
Scheduler.getGlobalJobListener ( String p1 ) [abstract] : JobListener
[run-time name: org/quartz/Scheduler.getGlobalJobListener:(Ljava/lang/String;)Lorg/quartz/JobListener;]
Scheduler.getGlobalTriggerListener ( String p1 ) [abstract] : TriggerListener
[run-time name: org/quartz/Scheduler.getGlobalTriggerListener:(Ljava/lang/String;)Lorg/quartz/TriggerListener;]
Scheduler.isStarted ( ) [abstract] : boolean
[run-time name: org/quartz/Scheduler.isStarted:()Z]
Scheduler.removeGlobalJobListener ( String p1 ) [abstract] : boolean
[run-time name: org/quartz/Scheduler.removeGlobalJobListener:(Ljava/lang/String;)Z]
Scheduler.removeGlobalTriggerListener ( String p1 ) [abstract] : boolean
[run-time name: org/quartz/Scheduler.removeGlobalTriggerListener:(Ljava/lang/String;)Z]
Scheduler.startDelayed ( int p1 ) [abstract] : void
[run-time name: org/quartz/Scheduler.startDelayed:(I)V]
quartz-all-1.6.6.jar, SchedulerConfigException.class
package org.quartz
SchedulerConfigException.SchedulerConfigException ( String msg, Throwable cause )
[run-time name: org/quartz/SchedulerConfigException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
quartz-all-1.6.6.jar, SchedulerException.class
package org.quartz
SchedulerException.SchedulerException ( String msg, Throwable cause )
[run-time name: org/quartz/SchedulerException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
SchedulerException.SchedulerException ( String msg, Throwable cause, int errorCode )
[run-time name: org/quartz/SchedulerException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;I)V]
SchedulerException.SchedulerException ( Throwable cause )
[run-time name: org/quartz/SchedulerException."<init>":(Ljava/lang/Throwable;)V]
quartz-all-1.6.6.jar, SchedulerListenerSupport.class
package org.quartz.listeners
SchedulerListenerSupport.getLog ( ) : org.apache.commons.logging.Log
[run-time name: org/quartz/listeners/SchedulerListenerSupport.getLog:()Lorg/apache/commons/logging/Log;]
SchedulerListenerSupport.jobScheduled ( org.quartz.Trigger trigger ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.jobScheduled:(Lorg/quartz/Trigger;)V]
SchedulerListenerSupport.jobsPaused ( String jobName, String jobGroup ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.jobsPaused:(Ljava/lang/String;Ljava/lang/String;)V]
SchedulerListenerSupport.jobsResumed ( String jobName, String jobGroup ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.jobsResumed:(Ljava/lang/String;Ljava/lang/String;)V]
SchedulerListenerSupport.jobUnscheduled ( String triggerName, String triggerGroup ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.jobUnscheduled:(Ljava/lang/String;Ljava/lang/String;)V]
SchedulerListenerSupport.schedulerError ( String msg, org.quartz.SchedulerException cause ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.schedulerError:(Ljava/lang/String;Lorg/quartz/SchedulerException;)V]
SchedulerListenerSupport.SchedulerListenerSupport ( )
[run-time name: org/quartz/listeners/SchedulerListenerSupport."<init>":()V]
SchedulerListenerSupport.schedulerShutdown ( ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.schedulerShutdown:()V]
SchedulerListenerSupport.triggerFinalized ( org.quartz.Trigger trigger ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.triggerFinalized:(Lorg/quartz/Trigger;)V]
SchedulerListenerSupport.triggersPaused ( String triggerName, String triggerGroup ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.triggersPaused:(Ljava/lang/String;Ljava/lang/String;)V]
SchedulerListenerSupport.triggersResumed ( String triggerName, String triggerGroup ) : void
[run-time name: org/quartz/listeners/SchedulerListenerSupport.triggersResumed:(Ljava/lang/String;Ljava/lang/String;)V]
quartz-all-1.6.6.jar, SchedulerMetaData.class
package org.quartz
SchedulerMetaData.getNumberOfJobsExecuted ( ) : int
[run-time name: org/quartz/SchedulerMetaData.getNumberOfJobsExecuted:()I]
SchedulerMetaData.getRunningSince ( ) : java.util.Date
[run-time name: org/quartz/SchedulerMetaData.getRunningSince:()Ljava/util/Date;]
SchedulerMetaData.isInStandbyMode ( ) : boolean
[run-time name: org/quartz/SchedulerMetaData.isInStandbyMode:()Z]
quartz-all-1.6.6.jar, SchedulerPluginWithUserTransactionSupport.class
package org.quartz.plugins
SchedulerPluginWithUserTransactionSupport.getLog ( ) : org.apache.commons.logging.Log
[run-time name: org/quartz/plugins/SchedulerPluginWithUserTransactionSupport.getLog:()Lorg/apache/commons/logging/Log;]
SchedulerPluginWithUserTransactionSupport.getName ( ) : String
[run-time name: org/quartz/plugins/SchedulerPluginWithUserTransactionSupport.getName:()Ljava/lang/String;]
SchedulerPluginWithUserTransactionSupport.getScheduler ( ) : org.quartz.Scheduler
[run-time name: org/quartz/plugins/SchedulerPluginWithUserTransactionSupport.getScheduler:()Lorg/quartz/Scheduler;]
SchedulerPluginWithUserTransactionSupport.getWrapInUserTransaction ( ) : boolean
[run-time name: org/quartz/plugins/SchedulerPluginWithUserTransactionSupport.getWrapInUserTransaction:()Z]
SchedulerPluginWithUserTransactionSupport.initialize ( String name, org.quartz.Scheduler scheduler ) : void
[run-time name: org/quartz/plugins/SchedulerPluginWithUserTransactionSupport.initialize:(Ljava/lang/String;Lorg/quartz/Scheduler;)V]
SchedulerPluginWithUserTransactionSupport.SchedulerPluginWithUserTransactionSupport ( )
[run-time name: org/quartz/plugins/SchedulerPluginWithUserTransactionSupport."<init>":()V]
SchedulerPluginWithUserTransactionSupport.setWrapInUserTransaction ( boolean wrapInUserTransaction ) : void
[run-time name: org/quartz/plugins/SchedulerPluginWithUserTransactionSupport.setWrapInUserTransaction:(Z)V]
SchedulerPluginWithUserTransactionSupport.shutdown ( ) : void
[run-time name: org/quartz/plugins/SchedulerPluginWithUserTransactionSupport.shutdown:()V]
SchedulerPluginWithUserTransactionSupport.shutdown ( javax.transaction.UserTransaction userTransaction ) : void
[run-time name: org/quartz/plugins/SchedulerPluginWithUserTransactionSupport.shutdown:(Ljavax/transaction/UserTransaction;)V]
SchedulerPluginWithUserTransactionSupport.start ( ) : void
[run-time name: org/quartz/plugins/SchedulerPluginWithUserTransactionSupport.start:()V]
SchedulerPluginWithUserTransactionSupport.start ( javax.transaction.UserTransaction userTransaction ) : void
[run-time name: org/quartz/plugins/SchedulerPluginWithUserTransactionSupport.start:(Ljavax/transaction/UserTransaction;)V]
quartz-all-1.6.6.jar, SchedulerSignaler.class
package org.quartz.spi
SchedulerSignaler.notifySchedulerListenersFinalized ( org.quartz.Trigger p1 ) [abstract] : void
[run-time name: org/quartz/spi/SchedulerSignaler.notifySchedulerListenersFinalized:(Lorg/quartz/Trigger;)V]
SchedulerSignaler.signalSchedulingChange ( long p1 ) [abstract] : void
[run-time name: org/quartz/spi/SchedulerSignaler.signalSchedulingChange:(J)V]
quartz-all-1.6.6.jar, SchedulerSignalerImpl.class
package org.quartz.core
SchedulerSignalerImpl.notifySchedulerListenersFinalized ( org.quartz.Trigger trigger ) : void
[run-time name: org/quartz/core/SchedulerSignalerImpl.notifySchedulerListenersFinalized:(Lorg/quartz/Trigger;)V]
SchedulerSignalerImpl.SchedulerSignalerImpl ( QuartzScheduler sched, QuartzSchedulerThread schedThread )
[run-time name: org/quartz/core/SchedulerSignalerImpl."<init>":(Lorg/quartz/core/QuartzScheduler;Lorg/quartz/core/QuartzSchedulerThread;)V]
SchedulerSignalerImpl.signalSchedulingChange ( long candidateNewNextFireTime ) : void
[run-time name: org/quartz/core/SchedulerSignalerImpl.signalSchedulingChange:(J)V]
quartz-all-1.6.6.jar, SendDestinationMessageJob.class
package org.quartz.jobs.ee.jms
SendDestinationMessageJob.execute ( org.quartz.JobExecutionContext jobCtx ) : void
[run-time name: org/quartz/jobs/ee/jms/SendDestinationMessageJob.execute:(Lorg/quartz/JobExecutionContext;)V]
SendDestinationMessageJob.SendDestinationMessageJob ( )
[run-time name: org/quartz/jobs/ee/jms/SendDestinationMessageJob."<init>":()V]
quartz-all-1.6.6.jar, SendMailJob.class
package org.quartz.jobs.ee.mail
SendMailJob.createMailInfo ( ) : SendMailJob.MailInfo
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.createMailInfo:()Lorg/quartz/jobs/ee/mail/SendMailJob$MailInfo;]
SendMailJob.getMailSession ( SendMailJob.MailInfo mailInfo ) : javax.mail.Session
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.getMailSession:(Lorg/quartz/jobs/ee/mail/SendMailJob$MailInfo;)Ljavax/mail/Session;]
SendMailJob.getOptionalParm ( org.quartz.JobDataMap data, String property ) : String
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.getOptionalParm:(Lorg/quartz/JobDataMap;Ljava/lang/String;)Ljava/lang/String;]
SendMailJob.getRequiredParm ( org.quartz.JobDataMap data, String property, String constantName ) : String
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.getRequiredParm:(Lorg/quartz/JobDataMap;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
SendMailJob.populateMailInfo ( org.quartz.JobDataMap data, SendMailJob.MailInfo mailInfo ) : SendMailJob.MailInfo
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.populateMailInfo:(Lorg/quartz/JobDataMap;Lorg/quartz/jobs/ee/mail/SendMailJob$MailInfo;)Lorg/quartz/jobs/ee/mail/SendMailJob$MailInfo;]
SendMailJob.prepareMimeMessage ( SendMailJob.MailInfo mailInfo ) : javax.mail.internet.MimeMessage
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.prepareMimeMessage:(Lorg/quartz/jobs/ee/mail/SendMailJob$MailInfo;)Ljavax/mail/internet/MimeMessage;]
SendMailJob.setMimeMessageContent ( javax.mail.internet.MimeMessage mimeMessage, SendMailJob.MailInfo mailInfo ) : void
[run-time name: org/quartz/jobs/ee/mail/SendMailJob.setMimeMessageContent:(Ljavax/mail/internet/MimeMessage;Lorg/quartz/jobs/ee/mail/SendMailJob$MailInfo;)V]
quartz-all-1.6.6.jar, SendQueueMessageJob.class
package org.quartz.jobs.ee.jms
SendQueueMessageJob.execute ( org.quartz.JobExecutionContext context ) : void
[run-time name: org/quartz/jobs/ee/jms/SendQueueMessageJob.execute:(Lorg/quartz/JobExecutionContext;)V]
SendQueueMessageJob.SendQueueMessageJob ( )
[run-time name: org/quartz/jobs/ee/jms/SendQueueMessageJob."<init>":()V]
quartz-all-1.6.6.jar, SendTopicMessageJob.class
package org.quartz.jobs.ee.jms
SendTopicMessageJob.execute ( org.quartz.JobExecutionContext jobCtx ) : void
[run-time name: org/quartz/jobs/ee/jms/SendTopicMessageJob.execute:(Lorg/quartz/JobExecutionContext;)V]
SendTopicMessageJob.SendTopicMessageJob ( )
[run-time name: org/quartz/jobs/ee/jms/SendTopicMessageJob."<init>":()V]
quartz-all-1.6.6.jar, SimpleJobFactory.class
package org.quartz.simpl
SimpleJobFactory.getLog ( ) : org.apache.commons.logging.Log
[run-time name: org/quartz/simpl/SimpleJobFactory.getLog:()Lorg/apache/commons/logging/Log;]
quartz-all-1.6.6.jar, SimpleThreadPool.class
package org.quartz.simpl
SimpleThreadPool.blockForAvailableThreads ( ) : int
[run-time name: org/quartz/simpl/SimpleThreadPool.blockForAvailableThreads:()I]
SimpleThreadPool.clearFromBusyWorkersList ( SimpleThreadPool.WorkerThread wt ) : void
[run-time name: org/quartz/simpl/SimpleThreadPool.clearFromBusyWorkersList:(Lorg/quartz/simpl/SimpleThreadPool$WorkerThread;)V]
SimpleThreadPool.createWorkerThreads ( int count ) : java.util.List
[run-time name: org/quartz/simpl/SimpleThreadPool.createWorkerThreads:(I)Ljava/util/List;]
SimpleThreadPool.makeAvailable ( SimpleThreadPool.WorkerThread wt ) : void
[run-time name: org/quartz/simpl/SimpleThreadPool.makeAvailable:(Lorg/quartz/simpl/SimpleThreadPool$WorkerThread;)V]
quartz-all-1.6.6.jar, SimpleTrigger.class
package org.quartz
SimpleTrigger.hasAdditionalProperties ( ) : boolean
[run-time name: org/quartz/SimpleTrigger.hasAdditionalProperties:()Z]
SimpleTrigger.SimpleTrigger ( String name )
[run-time name: org/quartz/SimpleTrigger."<init>":(Ljava/lang/String;)V]
SimpleTrigger.SimpleTrigger ( String name, int repeatCount, long repeatInterval )
[run-time name: org/quartz/SimpleTrigger."<init>":(Ljava/lang/String;IJ)V]
SimpleTrigger.SimpleTrigger ( String name, java.util.Date startTime )
[run-time name: org/quartz/SimpleTrigger."<init>":(Ljava/lang/String;Ljava/util/Date;)V]
SimpleTrigger.SimpleTrigger ( String name, java.util.Date startTime, java.util.Date endTime, int repeatCount, long repeatInterval )
[run-time name: org/quartz/SimpleTrigger."<init>":(Ljava/lang/String;Ljava/util/Date;Ljava/util/Date;IJ)V]
quartz-all-1.6.6.jar, StringKeyDirtyFlagMap.class
package org.quartz.utils
StringKeyDirtyFlagMap.containsTransientData ( ) : boolean
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap.containsTransientData:()Z]
StringKeyDirtyFlagMap.getAllowsTransientData ( ) : boolean
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap.getAllowsTransientData:()Z]
StringKeyDirtyFlagMap.getBoolean ( String key ) : boolean
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap.getBoolean:(Ljava/lang/String;)Z]
StringKeyDirtyFlagMap.getChar ( String key ) : char
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap.getChar:(Ljava/lang/String;)C]
StringKeyDirtyFlagMap.getDouble ( String key ) : double
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap.getDouble:(Ljava/lang/String;)D]
StringKeyDirtyFlagMap.getFloat ( String key ) : float
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap.getFloat:(Ljava/lang/String;)F]
StringKeyDirtyFlagMap.getInt ( String key ) : int
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap.getInt:(Ljava/lang/String;)I]
StringKeyDirtyFlagMap.getKeys ( ) : String[ ]
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap.getKeys:()[Ljava/lang/String;]
StringKeyDirtyFlagMap.getLong ( String key ) : long
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap.getLong:(Ljava/lang/String;)J]
StringKeyDirtyFlagMap.getString ( String key ) : String
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap.getString:(Ljava/lang/String;)Ljava/lang/String;]
StringKeyDirtyFlagMap.put ( Object key, Object value ) : Object
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
StringKeyDirtyFlagMap.put ( String key, boolean value ) : void
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap.put:(Ljava/lang/String;Z)V]
StringKeyDirtyFlagMap.put ( String key, char value ) : void
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap.put:(Ljava/lang/String;C)V]
StringKeyDirtyFlagMap.put ( String key, double value ) : void
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap.put:(Ljava/lang/String;D)V]
StringKeyDirtyFlagMap.put ( String key, float value ) : void
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap.put:(Ljava/lang/String;F)V]
StringKeyDirtyFlagMap.put ( String key, int value ) : void
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap.put:(Ljava/lang/String;I)V]
StringKeyDirtyFlagMap.put ( String key, long value ) : void
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap.put:(Ljava/lang/String;J)V]
StringKeyDirtyFlagMap.put ( String key, String value ) : void
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap.put:(Ljava/lang/String;Ljava/lang/String;)V]
StringKeyDirtyFlagMap.putAll ( java.util.Map map ) : void
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap.putAll:(Ljava/util/Map;)V]
StringKeyDirtyFlagMap.removeTransientData ( ) : void
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap.removeTransientData:()V]
StringKeyDirtyFlagMap.setAllowsTransientData ( boolean allowsTransientData ) : void
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap.setAllowsTransientData:(Z)V]
StringKeyDirtyFlagMap.StringKeyDirtyFlagMap ( )
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap."<init>":()V]
StringKeyDirtyFlagMap.StringKeyDirtyFlagMap ( int initialCapacity )
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap."<init>":(I)V]
StringKeyDirtyFlagMap.StringKeyDirtyFlagMap ( int initialCapacity, float loadFactor )
[run-time name: org/quartz/utils/StringKeyDirtyFlagMap."<init>":(IF)V]
quartz-all-1.6.6.jar, ThreadPool.class
package org.quartz.spi
ThreadPool.blockForAvailableThreads ( ) [abstract] : int
[run-time name: org/quartz/spi/ThreadPool.blockForAvailableThreads:()I]
quartz-all-1.6.6.jar, Trigger.class
package org.quartz
Trigger.clearAllTriggerListeners ( ) : void
[run-time name: org/quartz/Trigger.clearAllTriggerListeners:()V]
Trigger.getKey ( ) : utils.Key
[run-time name: org/quartz/Trigger.getKey:()Lorg/quartz/utils/Key;]
Trigger.getPriority ( ) : int
[run-time name: org/quartz/Trigger.getPriority:()I]
Trigger.setPriority ( int priority ) : void
[run-time name: org/quartz/Trigger.setPriority:(I)V]
Trigger.Trigger ( String name )
[run-time name: org/quartz/Trigger."<init>":(Ljava/lang/String;)V]
quartz-all-1.6.6.jar, TriggerListenerSupport.class
package org.quartz.listeners
TriggerListenerSupport.getLog ( ) : org.apache.commons.logging.Log
[run-time name: org/quartz/listeners/TriggerListenerSupport.getLog:()Lorg/apache/commons/logging/Log;]
TriggerListenerSupport.triggerComplete ( org.quartz.Trigger trigger, org.quartz.JobExecutionContext context, int triggerInstructionCode ) : void
[run-time name: org/quartz/listeners/TriggerListenerSupport.triggerComplete:(Lorg/quartz/Trigger;Lorg/quartz/JobExecutionContext;I)V]
TriggerListenerSupport.triggerFired ( org.quartz.Trigger trigger, org.quartz.JobExecutionContext context ) : void
[run-time name: org/quartz/listeners/TriggerListenerSupport.triggerFired:(Lorg/quartz/Trigger;Lorg/quartz/JobExecutionContext;)V]
TriggerListenerSupport.TriggerListenerSupport ( )
[run-time name: org/quartz/listeners/TriggerListenerSupport."<init>":()V]
TriggerListenerSupport.triggerMisfired ( org.quartz.Trigger trigger ) : void
[run-time name: org/quartz/listeners/TriggerListenerSupport.triggerMisfired:(Lorg/quartz/Trigger;)V]
TriggerListenerSupport.vetoJobExecution ( org.quartz.Trigger trigger, org.quartz.JobExecutionContext context ) : boolean
[run-time name: org/quartz/listeners/TriggerListenerSupport.vetoJobExecution:(Lorg/quartz/Trigger;Lorg/quartz/JobExecutionContext;)Z]
quartz-all-1.6.6.jar, UnableToInterruptJobException.class
package org.quartz
UnableToInterruptJobException.UnableToInterruptJobException ( Throwable cause )
[run-time name: org/quartz/UnableToInterruptJobException."<init>":(Ljava/lang/Throwable;)V]
quartz-all-1.6.6.jar, UserTransactionHelper.class
package org.quartz.ee.jta
UserTransactionHelper.lookupUserTransaction ( ) [static] : javax.transaction.UserTransaction
[run-time name: org/quartz/ee/jta/UserTransactionHelper.lookupUserTransaction:()Ljavax/transaction/UserTransaction;]
UserTransactionHelper.returnUserTransaction ( javax.transaction.UserTransaction userTransaction ) [static] : void
[run-time name: org/quartz/ee/jta/UserTransactionHelper.returnUserTransaction:(Ljavax/transaction/UserTransaction;)V]
quartz-all-1.6.6.jar, ZeroSizeThreadPool.class
package org.quartz.simpl
ZeroSizeThreadPool.blockForAvailableThreads ( ) : int
[run-time name: org/quartz/simpl/ZeroSizeThreadPool.blockForAvailableThreads:()I]
ZeroSizeThreadPool.getLog ( ) : org.apache.commons.logging.Log
[run-time name: org/quartz/simpl/ZeroSizeThreadPool.getLog:()Lorg/apache/commons/logging/Log;]
ZeroSizeThreadPool.getPoolSize ( ) : int
[run-time name: org/quartz/simpl/ZeroSizeThreadPool.getPoolSize:()I]
ZeroSizeThreadPool.initialize ( ) : void
[run-time name: org/quartz/simpl/ZeroSizeThreadPool.initialize:()V]
ZeroSizeThreadPool.runInThread ( Runnable runnable ) : boolean
[run-time name: org/quartz/simpl/ZeroSizeThreadPool.runInThread:(Ljava/lang/Runnable;)Z]
ZeroSizeThreadPool.shutdown ( ) : void
[run-time name: org/quartz/simpl/ZeroSizeThreadPool.shutdown:()V]
ZeroSizeThreadPool.shutdown ( boolean waitForJobsToComplete ) : void
[run-time name: org/quartz/simpl/ZeroSizeThreadPool.shutdown:(Z)V]
ZeroSizeThreadPool.ZeroSizeThreadPool ( )
[run-time name: org/quartz/simpl/ZeroSizeThreadPool."<init>":()V]
quartz-jboss-1.6.6.jar, JBoss4RMIRemoteMBeanScheduler.class
package org.quartz.ee.jmx.jboss
JBoss4RMIRemoteMBeanScheduler.getAttribute ( String attribute ) : Object
[run-time name: org/quartz/ee/jmx/jboss/JBoss4RMIRemoteMBeanScheduler.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;]
JBoss4RMIRemoteMBeanScheduler.getAttributes ( String[ ] attributes ) : javax.management.AttributeList
[run-time name: org/quartz/ee/jmx/jboss/JBoss4RMIRemoteMBeanScheduler.getAttributes:([Ljava/lang/String;)Ljavax/management/AttributeList;]
JBoss4RMIRemoteMBeanScheduler.getContextProperties ( ) : java.util.Properties
[run-time name: org/quartz/ee/jmx/jboss/JBoss4RMIRemoteMBeanScheduler.getContextProperties:()Ljava/util/Properties;]
JBoss4RMIRemoteMBeanScheduler.initialize ( ) : void
[run-time name: org/quartz/ee/jmx/jboss/JBoss4RMIRemoteMBeanScheduler.initialize:()V]
JBoss4RMIRemoteMBeanScheduler.invoke ( String operationName, Object[ ] params, String[ ] signature ) : Object
[run-time name: org/quartz/ee/jmx/jboss/JBoss4RMIRemoteMBeanScheduler.invoke:(Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;]
JBoss4RMIRemoteMBeanScheduler.JBoss4RMIRemoteMBeanScheduler ( )
[run-time name: org/quartz/ee/jmx/jboss/JBoss4RMIRemoteMBeanScheduler."<init>":()V]
JBoss4RMIRemoteMBeanScheduler.setProviderURL ( String providerURL ) : void
[run-time name: org/quartz/ee/jmx/jboss/JBoss4RMIRemoteMBeanScheduler.setProviderURL:(Ljava/lang/String;)V]
quartz-jboss-1.6.6.jar, QuartzService.class
package org.quartz.ee.jmx.jboss
QuartzService.getStartScheduler ( ) : boolean
[run-time name: org/quartz/ee/jmx/jboss/QuartzService.getStartScheduler:()Z]
QuartzService.setStartScheduler ( boolean startScheduler ) : void
[run-time name: org/quartz/ee/jmx/jboss/QuartzService.setStartScheduler:(Z)V]
quartz-jboss-1.6.6.jar, QuartzServiceMBean.class
package org.quartz.ee.jmx.jboss
QuartzServiceMBean.setStartScheduler ( boolean p1 ) [abstract] : void
[run-time name: org/quartz/ee/jmx/jboss/QuartzServiceMBean.setStartScheduler:(Z)V]
to the top
Removed Methods (93)
quartz-all-1.5.2.jar, CronExpression.class
package org.quartz
CronExpression.getTime ( int sc, int mn, int hr, int dayofmn, int mon ) : java.util.Date
[run-time name: org/quartz/CronExpression.getTime:(IIIII)Ljava/util/Date;]
quartz-all-1.5.2.jar, DirtyFlagMap.class
package org.quartz.utils
DirtyFlagMap.DirtyFlagMap ( java.util.Map mapToWrap )
[run-time name: org/quartz/utils/DirtyFlagMap."<init>":(Ljava/util/Map;)V]
DirtyFlagMap.isMutable ( ) : boolean
[run-time name: org/quartz/utils/DirtyFlagMap.isMutable:()Z]
DirtyFlagMap.setMutable ( boolean mutable ) : void
[run-time name: org/quartz/utils/DirtyFlagMap.setMutable:(Z)V]
quartz-all-1.5.2.jar, JobDataMap.class
package org.quartz
JobDataMap.getIntValue ( String key ) : long
[run-time name: org/quartz/JobDataMap.getIntValue:(Ljava/lang/String;)J]
quartz-all-1.5.2.jar, JobExecutionException.class
package org.quartz
JobExecutionException.JobExecutionException ( Exception cause )
[run-time name: org/quartz/JobExecutionException."<init>":(Ljava/lang/Exception;)V]
JobExecutionException.JobExecutionException ( Exception cause, boolean refireImmediately )
[run-time name: org/quartz/JobExecutionException."<init>":(Ljava/lang/Exception;Z)V]
JobExecutionException.JobExecutionException ( String msg, Exception cause, boolean refireImmediately )
[run-time name: org/quartz/JobExecutionException."<init>":(Ljava/lang/String;Ljava/lang/Exception;Z)V]
quartz-all-1.5.2.jar, JobInitializationPlugin.class
package org.quartz.plugins.xml
JobInitializationPlugin.isUseContextClassLoader ( ) : boolean
[run-time name: org/quartz/plugins/xml/JobInitializationPlugin.isUseContextClassLoader:()Z]
JobInitializationPlugin.processFile ( ) : void
[run-time name: org/quartz/plugins/xml/JobInitializationPlugin.processFile:()V]
JobInitializationPlugin.setUseContextClassLoader ( boolean useContextClassLoader ) : void
[run-time name: org/quartz/plugins/xml/JobInitializationPlugin.setUseContextClassLoader:(Z)V]
quartz-all-1.5.2.jar, JobInitializationPluginMultiple.class
package org.quartz.plugins.xml
JobInitializationPluginMultiple.isUseContextClassLoader ( ) : boolean
[run-time name: org/quartz/plugins/xml/JobInitializationPluginMultiple.isUseContextClassLoader:()Z]
JobInitializationPluginMultiple.processFiles ( ) : void
[run-time name: org/quartz/plugins/xml/JobInitializationPluginMultiple.processFiles:()V]
JobInitializationPluginMultiple.setUseContextClassLoader ( boolean useContextClassLoader ) : void
[run-time name: org/quartz/plugins/xml/JobInitializationPluginMultiple.setUseContextClassLoader:(Z)V]
quartz-all-1.5.2.jar, JobPersistenceException.class
package org.quartz
JobPersistenceException.JobPersistenceException ( String msg, Exception cause )
[run-time name: org/quartz/JobPersistenceException."<init>":(Ljava/lang/String;Ljava/lang/Exception;)V]
JobPersistenceException.JobPersistenceException ( String msg, Exception cause, int errorCode )
[run-time name: org/quartz/JobPersistenceException."<init>":(Ljava/lang/String;Ljava/lang/Exception;I)V]
quartz-all-1.5.2.jar, JobSchedulingDataProcessor.class
package org.quartz.xml
JobSchedulingDataProcessor.initDigester ( boolean useContextClassLoader, boolean validating, boolean validatingSchema ) : void
[run-time name: org/quartz/xml/JobSchedulingDataProcessor.initDigester:(ZZZ)V]
JobSchedulingDataProcessor.JobSchedulingDataProcessor ( boolean useContextClassLoader, boolean validating, boolean validatingSchema )
[run-time name: org/quartz/xml/JobSchedulingDataProcessor."<init>":(ZZZ)V]
quartz-all-1.5.2.jar, JTAJobRunShell.class
package org.quartz.ee.jta
JTAJobRunShell.JTAJobRunShell ( org.quartz.core.JobRunShellFactory jobRunShellFactory, org.quartz.Scheduler scheduler, org.quartz.core.SchedulingContext schdCtxt, UserTransactionHelper userTxHelper )
[run-time name: org/quartz/ee/jta/JTAJobRunShell."<init>":(Lorg/quartz/core/JobRunShellFactory;Lorg/quartz/Scheduler;Lorg/quartz/core/SchedulingContext;Lorg/quartz/ee/jta/UserTransactionHelper;)V]
quartz-all-1.5.2.jar, JTAJobRunShellFactory.class
package org.quartz.ee.jta
JTAJobRunShellFactory.JTAJobRunShellFactory ( UserTransactionHelper userTxHelper )
[run-time name: org/quartz/ee/jta/JTAJobRunShellFactory."<init>":(Lorg/quartz/ee/jta/UserTransactionHelper;)V]
quartz-all-1.5.2.jar, QuartzScheduler.class
package org.quartz.core
QuartzScheduler.addSchedulerPlugin ( org.quartz.spi.SchedulerPlugin plugin ) : void
[run-time name: org/quartz/core/QuartzScheduler.addSchedulerPlugin:(Lorg/quartz/spi/SchedulerPlugin;)V]
QuartzScheduler.notifySchedulerThread ( ) : void
[run-time name: org/quartz/core/QuartzScheduler.notifySchedulerThread:()V]
quartz-all-1.5.2.jar, QuartzScheduler_Stub.class
package org.quartz.core
QuartzScheduler_Stub.removeGlobalJobListener ( org.quartz.JobListener p1 ) : boolean
[run-time name: org/quartz/core/QuartzScheduler_Stub.removeGlobalJobListener:(Lorg/quartz/JobListener;)Z]
QuartzScheduler_Stub.removeGlobalTriggerListener ( org.quartz.TriggerListener p1 ) : boolean
[run-time name: org/quartz/core/QuartzScheduler_Stub.removeGlobalTriggerListener:(Lorg/quartz/TriggerListener;)Z]
quartz-all-1.5.2.jar, RemotableQuartzScheduler.class
package org.quartz.core
RemotableQuartzScheduler.removeGlobalJobListener ( org.quartz.JobListener p1 ) [abstract] : boolean
[run-time name: org/quartz/core/RemotableQuartzScheduler.removeGlobalJobListener:(Lorg/quartz/JobListener;)Z]
RemotableQuartzScheduler.removeGlobalTriggerListener ( org.quartz.TriggerListener p1 ) [abstract] : boolean
[run-time name: org/quartz/core/RemotableQuartzScheduler.removeGlobalTriggerListener:(Lorg/quartz/TriggerListener;)Z]
quartz-all-1.5.2.jar, SchedulerConfigException.class
package org.quartz
SchedulerConfigException.SchedulerConfigException ( String msg, Exception cause )
[run-time name: org/quartz/SchedulerConfigException."<init>":(Ljava/lang/String;Ljava/lang/Exception;)V]
quartz-all-1.5.2.jar, SchedulerException.class
package org.quartz
SchedulerException.SchedulerException ( Exception cause )
[run-time name: org/quartz/SchedulerException."<init>":(Ljava/lang/Exception;)V]
SchedulerException.SchedulerException ( String msg, Exception cause )
[run-time name: org/quartz/SchedulerException."<init>":(Ljava/lang/String;Ljava/lang/Exception;)V]
SchedulerException.SchedulerException ( String msg, Exception cause, int errorCode )
[run-time name: org/quartz/SchedulerException."<init>":(Ljava/lang/String;Ljava/lang/Exception;I)V]
quartz-all-1.5.2.jar, SchedulerSignaler.class
package org.quartz.spi
SchedulerSignaler.signalSchedulingChange ( ) [abstract] : void
[run-time name: org/quartz/spi/SchedulerSignaler.signalSchedulingChange:()V]
quartz-all-1.5.2.jar, SchedulerSignalerImpl.class
package org.quartz.core
SchedulerSignalerImpl.signalSchedulingChange ( ) : void
[run-time name: org/quartz/core/SchedulerSignalerImpl.signalSchedulingChange:()V]
quartz-all-1.5.2.jar, SimpleThreadPool.class
package org.quartz.simpl
SimpleThreadPool.createWorkerThreads ( int count ) : SimpleThreadPool.WorkerThread[ ]
[run-time name: org/quartz/simpl/SimpleThreadPool.createWorkerThreads:(I)[Lorg/quartz/simpl/SimpleThreadPool$WorkerThread;]
quartz-all-1.5.2.jar, UICronTrigger.class
package org.quartz
UICronTrigger.computeFirstFireTime ( Calendar calendar ) : java.util.Date
[run-time name: org/quartz/UICronTrigger.computeFirstFireTime:(Lorg/quartz/Calendar;)Ljava/util/Date;]
UICronTrigger.executionComplete ( JobExecutionContext context, JobExecutionException result ) : int
[run-time name: org/quartz/UICronTrigger.executionComplete:(Lorg/quartz/JobExecutionContext;Lorg/quartz/JobExecutionException;)I]
UICronTrigger.getDaysOfMonth ( ) : Integer[ ]
[run-time name: org/quartz/UICronTrigger.getDaysOfMonth:()[Ljava/lang/Integer;]
UICronTrigger.getDaysOfMonthLabels ( ) : Integer[ ]
[run-time name: org/quartz/UICronTrigger.getDaysOfMonthLabels:()[Ljava/lang/Integer;]
UICronTrigger.getDaysOfMonthValues ( ) : Integer[ ]
[run-time name: org/quartz/UICronTrigger.getDaysOfMonthValues:()[Ljava/lang/Integer;]
UICronTrigger.getDaysOfWeek ( ) : Integer[ ]
[run-time name: org/quartz/UICronTrigger.getDaysOfWeek:()[Ljava/lang/Integer;]
UICronTrigger.getDaysOfWeekLabels ( ) : String[ ]
[run-time name: org/quartz/UICronTrigger.getDaysOfWeekLabels:()[Ljava/lang/String;]
UICronTrigger.getDaysOfWeekValues ( ) : Integer[ ]
[run-time name: org/quartz/UICronTrigger.getDaysOfWeekValues:()[Ljava/lang/Integer;]
UICronTrigger.getEndTime ( ) : java.util.Date
[run-time name: org/quartz/UICronTrigger.getEndTime:()Ljava/util/Date;]
UICronTrigger.getExpressionSummary ( ) : String
[run-time name: org/quartz/UICronTrigger.getExpressionSummary:()Ljava/lang/String;]
UICronTrigger.getFinalFireTime ( ) : java.util.Date
[run-time name: org/quartz/UICronTrigger.getFinalFireTime:()Ljava/util/Date;]
UICronTrigger.getFireTimeAfter ( java.util.Date afterTime ) : java.util.Date
[run-time name: org/quartz/UICronTrigger.getFireTimeAfter:(Ljava/util/Date;)Ljava/util/Date;]
UICronTrigger.getHours ( ) : Integer[ ]
[run-time name: org/quartz/UICronTrigger.getHours:()[Ljava/lang/Integer;]
UICronTrigger.getHoursLabels ( ) : String[ ]
[run-time name: org/quartz/UICronTrigger.getHoursLabels:()[Ljava/lang/String;]
UICronTrigger.getHoursValues ( ) : Integer[ ]
[run-time name: org/quartz/UICronTrigger.getHoursValues:()[Ljava/lang/Integer;]
UICronTrigger.getLastDayOfMonth ( int monthNum ) : int
[run-time name: org/quartz/UICronTrigger.getLastDayOfMonth:(I)I]
UICronTrigger.getMinutes ( ) : Integer[ ]
[run-time name: org/quartz/UICronTrigger.getMinutes:()[Ljava/lang/Integer;]
UICronTrigger.getMinutesLabels ( ) : Integer[ ]
[run-time name: org/quartz/UICronTrigger.getMinutesLabels:()[Ljava/lang/Integer;]
UICronTrigger.getMinutesValues ( ) : Integer[ ]
[run-time name: org/quartz/UICronTrigger.getMinutesValues:()[Ljava/lang/Integer;]
UICronTrigger.getMonths ( ) : Integer[ ]
[run-time name: org/quartz/UICronTrigger.getMonths:()[Ljava/lang/Integer;]
UICronTrigger.getMonthsLabels ( ) : String[ ]
[run-time name: org/quartz/UICronTrigger.getMonthsLabels:()[Ljava/lang/String;]
UICronTrigger.getMonthsValues ( ) : Integer[ ]
[run-time name: org/quartz/UICronTrigger.getMonthsValues:()[Ljava/lang/Integer;]
UICronTrigger.getNextFireTime ( ) : java.util.Date
[run-time name: org/quartz/UICronTrigger.getNextFireTime:()Ljava/util/Date;]
UICronTrigger.getPreviousFireTime ( ) : java.util.Date
[run-time name: org/quartz/UICronTrigger.getPreviousFireTime:()Ljava/util/Date;]
UICronTrigger.getSeconds ( ) : Integer[ ]
[run-time name: org/quartz/UICronTrigger.getSeconds:()[Ljava/lang/Integer;]
UICronTrigger.getSecondsLabels ( ) : Integer[ ]
[run-time name: org/quartz/UICronTrigger.getSecondsLabels:()[Ljava/lang/Integer;]
UICronTrigger.getSecondsValues ( ) : Integer[ ]
[run-time name: org/quartz/UICronTrigger.getSecondsValues:()[Ljava/lang/Integer;]
UICronTrigger.getStartTime ( ) : java.util.Date
[run-time name: org/quartz/UICronTrigger.getStartTime:()Ljava/util/Date;]
UICronTrigger.getTimeZone ( ) : java.util.TimeZone
[run-time name: org/quartz/UICronTrigger.getTimeZone:()Ljava/util/TimeZone;]
UICronTrigger.getYears ( ) : Integer[ ]
[run-time name: org/quartz/UICronTrigger.getYears:()[Ljava/lang/Integer;]
UICronTrigger.getYearsLabels ( ) : Integer[ ]
[run-time name: org/quartz/UICronTrigger.getYearsLabels:()[Ljava/lang/Integer;]
UICronTrigger.getYearsValues ( ) : Integer[ ]
[run-time name: org/quartz/UICronTrigger.getYearsValues:()[Ljava/lang/Integer;]
UICronTrigger.isLeapYear ( ) : boolean
[run-time name: org/quartz/UICronTrigger.isLeapYear:()Z]
UICronTrigger.main ( String[ ] argv ) [static] : void
[run-time name: org/quartz/UICronTrigger.main:([Ljava/lang/String;)V]
UICronTrigger.mayFireAgain ( ) : boolean
[run-time name: org/quartz/UICronTrigger.mayFireAgain:()Z]
UICronTrigger.reset ( ) : void
[run-time name: org/quartz/UICronTrigger.reset:()V]
UICronTrigger.setDaysOfMonth ( Integer[ ] val ) : void
[run-time name: org/quartz/UICronTrigger.setDaysOfMonth:([Ljava/lang/Integer;)V]
UICronTrigger.setDaysOfWeek ( Integer[ ] val ) : void
[run-time name: org/quartz/UICronTrigger.setDaysOfWeek:([Ljava/lang/Integer;)V]
UICronTrigger.setEndTime ( java.util.Date endTime ) : void
[run-time name: org/quartz/UICronTrigger.setEndTime:(Ljava/util/Date;)V]
UICronTrigger.setHours ( Integer[ ] val ) : void
[run-time name: org/quartz/UICronTrigger.setHours:([Ljava/lang/Integer;)V]
UICronTrigger.setMinutes ( Integer[ ] val ) : void
[run-time name: org/quartz/UICronTrigger.setMinutes:([Ljava/lang/Integer;)V]
UICronTrigger.setMonths ( Integer[ ] val ) : void
[run-time name: org/quartz/UICronTrigger.setMonths:([Ljava/lang/Integer;)V]
UICronTrigger.setNextFireTime ( java.util.Date nextFireTime ) : void
[run-time name: org/quartz/UICronTrigger.setNextFireTime:(Ljava/util/Date;)V]
UICronTrigger.setPreviousFireTime ( java.util.Date previousFireTime ) : void
[run-time name: org/quartz/UICronTrigger.setPreviousFireTime:(Ljava/util/Date;)V]
UICronTrigger.setSeconds ( Integer[ ] val ) : void
[run-time name: org/quartz/UICronTrigger.setSeconds:([Ljava/lang/Integer;)V]
UICronTrigger.setStartTime ( java.util.Date startTime ) : void
[run-time name: org/quartz/UICronTrigger.setStartTime:(Ljava/util/Date;)V]
UICronTrigger.setTimeZone ( java.util.TimeZone timeZone ) : void
[run-time name: org/quartz/UICronTrigger.setTimeZone:(Ljava/util/TimeZone;)V]
UICronTrigger.setYears ( Integer[ ] val ) : void
[run-time name: org/quartz/UICronTrigger.setYears:([Ljava/lang/Integer;)V]
UICronTrigger.triggered ( Calendar calendar ) : void
[run-time name: org/quartz/UICronTrigger.triggered:(Lorg/quartz/Calendar;)V]
UICronTrigger.UICronTrigger ( )
[run-time name: org/quartz/UICronTrigger."<init>":()V]
UICronTrigger.UICronTrigger ( String name, String group )
[run-time name: org/quartz/UICronTrigger."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
UICronTrigger.UICronTrigger ( String name, String group, String jobName, String jobGroup )
[run-time name: org/quartz/UICronTrigger."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
UICronTrigger.updateAfterMisfire ( ) : void
[run-time name: org/quartz/UICronTrigger.updateAfterMisfire:()V]
UICronTrigger.updateAfterMisfire ( Calendar cal ) : void
[run-time name: org/quartz/UICronTrigger.updateAfterMisfire:(Lorg/quartz/Calendar;)V]
UICronTrigger.updateWithNewCalendar ( Calendar calendar, long misfireThreshold ) : void
[run-time name: org/quartz/UICronTrigger.updateWithNewCalendar:(Lorg/quartz/Calendar;J)V]
UICronTrigger.validateMisfireInstruction ( int misfireInstruction ) : boolean
[run-time name: org/quartz/UICronTrigger.validateMisfireInstruction:(I)Z]
UICronTrigger.willFireOn ( java.util.Calendar test ) : boolean
[run-time name: org/quartz/UICronTrigger.willFireOn:(Ljava/util/Calendar;)Z]
quartz-all-1.5.2.jar, UnableToInterruptJobException.class
package org.quartz
UnableToInterruptJobException.UnableToInterruptJobException ( Exception cause )
[run-time name: org/quartz/UnableToInterruptJobException."<init>":(Ljava/lang/Exception;)V]
quartz-all-1.5.2.jar, UserTransactionHelper.class
package org.quartz.ee.jta
UserTransactionHelper.lookup ( ) : javax.transaction.UserTransaction
[run-time name: org/quartz/ee/jta/UserTransactionHelper.lookup:()Ljavax/transaction/UserTransaction;]
UserTransactionHelper.UserTransactionHelper ( String userTxURL )
[run-time name: org/quartz/ee/jta/UserTransactionHelper."<init>":(Ljava/lang/String;)V]
to the top
Problems with Data Types, High Severity (11)
quartz-all-1.5.2.jar
package org.quartz
[+] CronExpression (2)
| Change | Effect |
---|
1 | Field calendardayOfMonth (boolean) has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
2 | Field calendardayOfWeek (boolean) has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (29)
CronExpression.addToSet ( int val, int end, int incr, int type )This method is from 'CronExpression' class.
CronExpression.buildExpression ( String expression )This method is from 'CronExpression' class.
CronExpression.checkNext ( int pos, String s, int val, int type )This method is from 'CronExpression' class.
CronExpression.clone ( )This method is from 'CronExpression' class.
CronExpression.CronExpression ( String cronExpression )This constructor is from 'CronExpression' class.
CronExpression.findNextWhiteSpace ( int i, String s )This method is from 'CronExpression' class.
CronExpression.getCronExpression ( )This method is from 'CronExpression' class.
CronExpression.getDayOfWeekNumber ( String s )This method is from 'CronExpression' class.
CronExpression.getExpressionSetSummary ( java.util.ArrayList list )This method is from 'CronExpression' class.
CronExpression.getExpressionSetSummary ( java.util.Set set )This method is from 'CronExpression' class.
CronExpression.getExpressionSummary ( )This method is from 'CronExpression' class.
CronExpression.getLastDayOfMonth ( int monthNum, int year )This method is from 'CronExpression' class.
CronExpression.getMonthNumber ( String s )This method is from 'CronExpression' class.
CronExpression.getNextValidTimeAfter ( java.util.Date date )This method is from 'CronExpression' class.
CronExpression.getNumericValue ( String s, int i )This method is from 'CronExpression' class.
CronExpression.getSet ( int type )This method is from 'CronExpression' class.
CronExpression.getTimeAfter ( java.util.Date afterTime )This method is from 'CronExpression' class.
CronExpression.getTimeBefore ( java.util.Date endTime )This method is from 'CronExpression' class.
CronExpression.getTimeZone ( )This method is from 'CronExpression' class.
CronExpression.getValue ( int v, String s, int i )This method is from 'CronExpression' class.
CronExpression.isLeapYear ( int year )This method is from 'CronExpression' class.
CronExpression.isSatisfiedBy ( java.util.Date date )This method is from 'CronExpression' class.
CronExpression.isValidExpression ( String cronExpression )This method is from 'CronExpression' class.
CronExpression.setCalendarHour ( java.util.Calendar cal, int hour )This method is from 'CronExpression' class.
CronExpression.setTimeZone ( java.util.TimeZone timeZone )This method is from 'CronExpression' class.
CronExpression.skipWhiteSpace ( int i, String s )This method is from 'CronExpression' class.
CronExpression.storeExpressionVals ( int pos, String s, int type )This method is from 'CronExpression' class.
CronExpression.toString ( )This method is from 'CronExpression' class.
CronTrigger.setCronExpression ( CronExpression cronExpression )1st parameter 'cronExpression' of this method has type 'CronExpression'.
[+] UICronTrigger (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (57)
UICronTrigger.computeFirstFireTime ( Calendar calendar )This method is from 'UICronTrigger' class.
UICronTrigger.executionComplete ( JobExecutionContext context, JobExecutionException result )This method is from 'UICronTrigger' class.
UICronTrigger.getDaysOfMonth ( )This method is from 'UICronTrigger' class.
UICronTrigger.getDaysOfMonthLabels ( )This method is from 'UICronTrigger' class.
UICronTrigger.getDaysOfMonthValues ( )This method is from 'UICronTrigger' class.
UICronTrigger.getDaysOfWeek ( )This method is from 'UICronTrigger' class.
UICronTrigger.getDaysOfWeekLabels ( )This method is from 'UICronTrigger' class.
UICronTrigger.getDaysOfWeekValues ( )This method is from 'UICronTrigger' class.
UICronTrigger.getEndTime ( )This method is from 'UICronTrigger' class.
UICronTrigger.getExpressionSummary ( )This method is from 'UICronTrigger' class.
UICronTrigger.getFinalFireTime ( )This method is from 'UICronTrigger' class.
UICronTrigger.getFireTimeAfter ( java.util.Date afterTime )This method is from 'UICronTrigger' class.
UICronTrigger.getHours ( )This method is from 'UICronTrigger' class.
UICronTrigger.getHoursLabels ( )This method is from 'UICronTrigger' class.
UICronTrigger.getHoursValues ( )This method is from 'UICronTrigger' class.
UICronTrigger.getLastDayOfMonth ( int monthNum )This method is from 'UICronTrigger' class.
UICronTrigger.getMinutes ( )This method is from 'UICronTrigger' class.
UICronTrigger.getMinutesLabels ( )This method is from 'UICronTrigger' class.
UICronTrigger.getMinutesValues ( )This method is from 'UICronTrigger' class.
UICronTrigger.getMonths ( )This method is from 'UICronTrigger' class.
UICronTrigger.getMonthsLabels ( )This method is from 'UICronTrigger' class.
UICronTrigger.getMonthsValues ( )This method is from 'UICronTrigger' class.
UICronTrigger.getNextFireTime ( )This method is from 'UICronTrigger' class.
UICronTrigger.getPreviousFireTime ( )This method is from 'UICronTrigger' class.
UICronTrigger.getSeconds ( )This method is from 'UICronTrigger' class.
UICronTrigger.getSecondsLabels ( )This method is from 'UICronTrigger' class.
UICronTrigger.getSecondsValues ( )This method is from 'UICronTrigger' class.
UICronTrigger.getStartTime ( )This method is from 'UICronTrigger' class.
UICronTrigger.getTimeZone ( )This method is from 'UICronTrigger' class.
UICronTrigger.getYears ( )This method is from 'UICronTrigger' class.
UICronTrigger.getYearsLabels ( )This method is from 'UICronTrigger' class.
UICronTrigger.getYearsValues ( )This method is from 'UICronTrigger' class.
UICronTrigger.isLeapYear ( )This method is from 'UICronTrigger' class.
UICronTrigger.main ( String[ ] argv )This method is from 'UICronTrigger' class.
UICronTrigger.mayFireAgain ( )This method is from 'UICronTrigger' class.
UICronTrigger.reset ( )This method is from 'UICronTrigger' class.
UICronTrigger.setDaysOfMonth ( Integer[ ] val )This method is from 'UICronTrigger' class.
UICronTrigger.setDaysOfWeek ( Integer[ ] val )This method is from 'UICronTrigger' class.
UICronTrigger.setEndTime ( java.util.Date endTime )This method is from 'UICronTrigger' class.
UICronTrigger.setHours ( Integer[ ] val )This method is from 'UICronTrigger' class.
UICronTrigger.setMinutes ( Integer[ ] val )This method is from 'UICronTrigger' class.
UICronTrigger.setMonths ( Integer[ ] val )This method is from 'UICronTrigger' class.
UICronTrigger.setNextFireTime ( java.util.Date nextFireTime )This method is from 'UICronTrigger' class.
UICronTrigger.setPreviousFireTime ( java.util.Date previousFireTime )This method is from 'UICronTrigger' class.
UICronTrigger.setSeconds ( Integer[ ] val )This method is from 'UICronTrigger' class.
UICronTrigger.setStartTime ( java.util.Date startTime )This method is from 'UICronTrigger' class.
UICronTrigger.setTimeZone ( java.util.TimeZone timeZone )This method is from 'UICronTrigger' class.
UICronTrigger.setYears ( Integer[ ] val )This method is from 'UICronTrigger' class.
UICronTrigger.triggered ( Calendar calendar )This method is from 'UICronTrigger' class.
UICronTrigger.UICronTrigger ( )This constructor is from 'UICronTrigger' class.
UICronTrigger.UICronTrigger ( String name, String group )This constructor is from 'UICronTrigger' class.
UICronTrigger.UICronTrigger ( String name, String group, String jobName, String jobGroup )This constructor is from 'UICronTrigger' class.
UICronTrigger.updateAfterMisfire ( )This method is from 'UICronTrigger' class.
UICronTrigger.updateAfterMisfire ( Calendar cal )This method is from 'UICronTrigger' class.
UICronTrigger.updateWithNewCalendar ( Calendar calendar, long misfireThreshold )This method is from 'UICronTrigger' class.
UICronTrigger.validateMisfireInstruction ( int misfireInstruction )This method is from 'UICronTrigger' class.
UICronTrigger.willFireOn ( java.util.Calendar test )This method is from 'UICronTrigger' class.
package org.quartz.core
[+] JobRunShell (1)
| Change | Effect |
---|
1 | Access level of field log has been changed from protected to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (12)
JobRunShell.begin ( )This method is from 'JobRunShell' class.
JobRunShell.complete ( boolean successfulExecution )This method is from 'JobRunShell' class.
JobRunShell.completeTriggerRetryLoop ( org.quartz.Trigger trigger, org.quartz.JobDetail jobDetail, int instCode )This method is from 'JobRunShell' class.
JobRunShell.initialize ( QuartzScheduler qs, org.quartz.spi.TriggerFiredBundle firedBundle )This method is from 'JobRunShell' class.
JobRunShell.JobRunShell ( JobRunShellFactory jobRunShellFactory, org.quartz.Scheduler scheduler, SchedulingContext schdCtxt )This constructor is from 'JobRunShell' class.
JobRunShell.passivate ( )This method is from 'JobRunShell' class.
JobRunShell.requestShutdown ( )This method is from 'JobRunShell' class.
JobRunShell.run ( )This method is from 'JobRunShell' class.
JobRunShellFactory.borrowJobRunShell ( )Return value of this abstract method has type 'JobRunShell'.
JobRunShellFactory.returnJobRunShell ( JobRunShell p1 )1st parameter 'p1' of this abstract method has type 'JobRunShell'.
org.quartz.ee.jta.JTAJobRunShellFactory.borrowJobRunShell ( )Return value of this method has type 'JobRunShell'.
org.quartz.ee.jta.JTAJobRunShellFactory.returnJobRunShell ( JobRunShell jobRunShell )1st parameter 'jobRunShell' of this method has type 'JobRunShell'.
[+] RemotableQuartzScheduler (2)
| Change | Effect |
---|
1 | Abstract method RemotableQuartzScheduler.removeGlobalJobListener ( org.quartz.JobListener p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method RemotableQuartzScheduler.removeGlobalTriggerListener ( org.quartz.TriggerListener p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (64)
RemotableQuartzScheduler.addCalendar ( SchedulingContext p1, String p2, org.quartz.Calendar p3, boolean p4, boolean p5 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.addGlobalJobListener ( org.quartz.JobListener p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.addGlobalTriggerListener ( org.quartz.TriggerListener p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.addJob ( SchedulingContext p1, org.quartz.JobDetail p2, boolean p3 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.addJobListener ( org.quartz.JobListener p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.addSchedulerListener ( org.quartz.SchedulerListener p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.addTriggerListener ( org.quartz.TriggerListener p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.deleteCalendar ( SchedulingContext p1, String p2 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.deleteJob ( SchedulingContext p1, String p2, String p3 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getCalendar ( SchedulingContext p1, String p2 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getCalendarNames ( SchedulingContext p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getCurrentlyExecutingJobs ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getGlobalJobListeners ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getGlobalTriggerListeners ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getJobDetail ( SchedulingContext p1, String p2, String p3 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getJobGroupNames ( SchedulingContext p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getJobListener ( String p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getJobListenerNames ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getJobNames ( SchedulingContext p1, String p2 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getJobStoreClass ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getPausedTriggerGroups ( SchedulingContext p1 )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.getSchedulerListeners ( )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 ( SchedulingContext p1, String p2, String p3 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getTriggerGroupNames ( SchedulingContext p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getTriggerListener ( String p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getTriggerListenerNames ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getTriggerNames ( SchedulingContext p1, String p2 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getTriggersOfJob ( SchedulingContext p1, String p2, String p3 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getTriggerState ( SchedulingContext p1, String p2, String p3 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getVersion ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.interrupt ( SchedulingContext p1, String p2, String p3 )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 ( SchedulingContext p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.pauseJob ( SchedulingContext p1, String p2, String p3 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.pauseJobGroup ( SchedulingContext p1, String p2 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.pauseTrigger ( SchedulingContext p1, String p2, String p3 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.pauseTriggerGroup ( SchedulingContext p1, String p2 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.removeJobListener ( String p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.removeSchedulerListener ( org.quartz.SchedulerListener p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.removeTriggerListener ( String p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.rescheduleJob ( SchedulingContext p1, String p2, String p3, org.quartz.Trigger p4 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.resumeAll ( SchedulingContext p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.resumeJob ( SchedulingContext p1, String p2, String p3 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.resumeJobGroup ( SchedulingContext p1, String p2 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.resumeTrigger ( SchedulingContext p1, String p2, String p3 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.resumeTriggerGroup ( SchedulingContext p1, String p2 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.runningSince ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.scheduleJob ( SchedulingContext p1, org.quartz.JobDetail p2, org.quartz.Trigger p3 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.scheduleJob ( SchedulingContext p1, org.quartz.Trigger 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.supportsPersistence ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.triggerJob ( SchedulingContext p1, String p2, String p3, org.quartz.JobDataMap p4 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.triggerJobWithVolatileTrigger ( SchedulingContext p1, String p2, String p3, org.quartz.JobDataMap p4 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.unscheduleJob ( SchedulingContext p1, String p2, String p3 )This abstract method is from 'RemotableQuartzScheduler' interface.
package org.quartz.plugins.xml
[+] JobInitializationPlugin (1)
| Change | Effect |
---|
1 | Removed super-interface org.quartz.spi.SchedulerPlugin. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (16)
JobInitializationPlugin.fileUpdated ( String fileName )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.getFileName ( )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.getScanInterval ( )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.initialize ( String name, org.quartz.Scheduler scheduler )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.isFailOnFileNotFound ( )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.isOverWriteExistingJobs ( )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.isValidating ( )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.isValidatingSchema ( )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.JobInitializationPlugin ( )This constructor is from 'JobInitializationPlugin' class.
JobInitializationPlugin.setFailOnFileNotFound ( boolean failOnFileNotFound )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.setFileName ( String fileName )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.setOverWriteExistingJobs ( boolean overWriteExistingJobs )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.setScanInterval ( long scanInterval )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.setValidating ( boolean validating )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.setValidatingSchema ( boolean validatingSchema )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.shutdown ( )This method is from 'JobInitializationPlugin' class.
[+] JobInitializationPluginMultiple (2)
| Change | Effect |
---|
1 | Removed super-interface org.quartz.jobs.FileScanListener. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Removed super-interface org.quartz.spi.SchedulerPlugin. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (1)
JobInitializationPluginMultiple.JobInitializationPluginMultiple ( )This constructor is from 'JobInitializationPluginMultiple' class.
package org.quartz.simpl
[+] RAMJobStore (1)
| Change | Effect |
---|
1 | Field jobLock (java.lang.Object) has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (50)
RAMJobStore.acquireNextTrigger ( org.quartz.core.SchedulingContext ctxt, long noLaterThan )This method is from 'RAMJobStore' class.
RAMJobStore.applyMisfire ( TriggerWrapper tw )This method is from 'RAMJobStore' class.
RAMJobStore.getCalendarNames ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.getFiredTriggerRecordId ( )This method is from 'RAMJobStore' class.
RAMJobStore.getJobGroupNames ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.getJobNames ( org.quartz.core.SchedulingContext ctxt, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.getLog ( )This method is from 'RAMJobStore' class.
RAMJobStore.getMisfireThreshold ( )This method is from 'RAMJobStore' class.
RAMJobStore.getNumberOfCalendars ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.getNumberOfJobs ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.getNumberOfTriggers ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.getPausedTriggerGroups ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.getTriggerGroupNames ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.getTriggerNames ( org.quartz.core.SchedulingContext ctxt, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.getTriggersForJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.getTriggerState ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.getTriggerWrappersForCalendar ( String calName )This method is from 'RAMJobStore' class.
RAMJobStore.getTriggerWrappersForJob ( String jobName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.initialize ( org.quartz.spi.ClassLoadHelper loadHelper, org.quartz.spi.SchedulerSignaler signaler )This method is from 'RAMJobStore' class.
RAMJobStore.pauseAll ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.pauseJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.pauseJobGroup ( org.quartz.core.SchedulingContext ctxt, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.pauseTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.pauseTriggerGroup ( org.quartz.core.SchedulingContext ctxt, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.peekTriggers ( )This method is from 'RAMJobStore' class.
RAMJobStore.RAMJobStore ( )This constructor is from 'RAMJobStore' class.
RAMJobStore.releaseAcquiredTrigger ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger trigger )This method is from 'RAMJobStore' class.
RAMJobStore.removeCalendar ( org.quartz.core.SchedulingContext ctxt, String calName )This method is from 'RAMJobStore' class.
RAMJobStore.removeJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.removeTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.replaceTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName, org.quartz.Trigger newTrigger )This method is from 'RAMJobStore' class.
RAMJobStore.resumeAll ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.resumeJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.resumeJobGroup ( org.quartz.core.SchedulingContext ctxt, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.resumeTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.resumeTriggerGroup ( org.quartz.core.SchedulingContext ctxt, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.retrieveCalendar ( org.quartz.core.SchedulingContext ctxt, String calName )This method is from 'RAMJobStore' class.
RAMJobStore.retrieveJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.retrieveTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.schedulerStarted ( )This method is from 'RAMJobStore' class.
RAMJobStore.setAllTriggersOfJobToState ( String jobName, String jobGroup, int state )This method is from 'RAMJobStore' class.
RAMJobStore.setMisfireThreshold ( long misfireThreshold )This method is from 'RAMJobStore' class.
RAMJobStore.shutdown ( )This method is from 'RAMJobStore' class.
RAMJobStore.storeCalendar ( org.quartz.core.SchedulingContext ctxt, String name, org.quartz.Calendar calendar, boolean replaceExisting, boolean updateTriggers )This method is from 'RAMJobStore' class.
RAMJobStore.storeJob ( org.quartz.core.SchedulingContext ctxt, org.quartz.JobDetail newJob, boolean replaceExisting )This method is from 'RAMJobStore' class.
RAMJobStore.storeJobAndTrigger ( org.quartz.core.SchedulingContext ctxt, org.quartz.JobDetail newJob, org.quartz.Trigger newTrigger )This method is from 'RAMJobStore' class.
RAMJobStore.storeTrigger ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger newTrigger, boolean replaceExisting )This method is from 'RAMJobStore' class.
RAMJobStore.supportsPersistence ( )This method is from 'RAMJobStore' class.
RAMJobStore.triggeredJobComplete ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger trigger, org.quartz.JobDetail jobDetail, int triggerInstCode )This method is from 'RAMJobStore' class.
RAMJobStore.triggerFired ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger trigger )This method is from 'RAMJobStore' class.
package org.quartz.spi
[+] SchedulerSignaler (1)
| Change | Effect |
---|
1 | Abstract method SchedulerSignaler.signalSchedulingChange ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (53)
org.quartz.core.QuartzScheduler.getSchedulerSignaler ( )Return value of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.acquireNextTrigger ( org.quartz.core.SchedulingContext ctxt, long noLaterThan )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.applyMisfire ( org.quartz.simpl.TriggerWrapper tw )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getCalendarNames ( org.quartz.core.SchedulingContext ctxt )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getFiredTriggerRecordId ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getJobGroupNames ( org.quartz.core.SchedulingContext ctxt )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getJobNames ( org.quartz.core.SchedulingContext ctxt, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getLog ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getMisfireThreshold ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getNumberOfCalendars ( org.quartz.core.SchedulingContext ctxt )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getNumberOfJobs ( org.quartz.core.SchedulingContext ctxt )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getNumberOfTriggers ( org.quartz.core.SchedulingContext ctxt )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getPausedTriggerGroups ( org.quartz.core.SchedulingContext ctxt )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getTriggerGroupNames ( org.quartz.core.SchedulingContext ctxt )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getTriggerNames ( org.quartz.core.SchedulingContext ctxt, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getTriggersForJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getTriggerState ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getTriggerWrappersForCalendar ( String calName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getTriggerWrappersForJob ( String jobName, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.initialize ( ClassLoadHelper loadHelper, SchedulerSignaler signaler )2nd parameter 'signaler' of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.pauseAll ( org.quartz.core.SchedulingContext ctxt )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.pauseJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.pauseJobGroup ( org.quartz.core.SchedulingContext ctxt, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.pauseTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.pauseTriggerGroup ( org.quartz.core.SchedulingContext ctxt, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.peekTriggers ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.RAMJobStore ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.releaseAcquiredTrigger ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger trigger )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.removeCalendar ( org.quartz.core.SchedulingContext ctxt, String calName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.removeJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.removeTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.replaceTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName, org.quartz.Trigger newTrigger )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.resumeAll ( org.quartz.core.SchedulingContext ctxt )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.resumeJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.resumeJobGroup ( org.quartz.core.SchedulingContext ctxt, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.resumeTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.resumeTriggerGroup ( org.quartz.core.SchedulingContext ctxt, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.retrieveCalendar ( org.quartz.core.SchedulingContext ctxt, String calName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.retrieveJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.retrieveTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.schedulerStarted ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.setAllTriggersOfJobToState ( String jobName, String jobGroup, int state )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.setMisfireThreshold ( long misfireThreshold )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.shutdown ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.storeCalendar ( org.quartz.core.SchedulingContext ctxt, String name, org.quartz.Calendar calendar, boolean replaceExisting, boolean updateTriggers )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.storeJob ( org.quartz.core.SchedulingContext ctxt, org.quartz.JobDetail newJob, boolean replaceExisting )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.storeJobAndTrigger ( org.quartz.core.SchedulingContext ctxt, org.quartz.JobDetail newJob, org.quartz.Trigger newTrigger )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.storeTrigger ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger newTrigger, boolean replaceExisting )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.supportsPersistence ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.triggeredJobComplete ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger trigger, org.quartz.JobDetail jobDetail, int triggerInstCode )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.triggerFired ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger trigger )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
JobStore.initialize ( ClassLoadHelper p1, SchedulerSignaler p2 )2nd parameter 'p2' of this abstract method has type 'SchedulerSignaler'.
SchedulerSignaler.notifyTriggerListenersMisfired ( org.quartz.Trigger p1 )This abstract method is from 'SchedulerSignaler' interface.
to the top
Problems with Methods, High Severity (10)
quartz-all-1.5.2.jar, JobSchedulingDataProcessor
package org.quartz.xml
[+] JobSchedulingDataProcessor.getLog ( ) [static] : org.apache.commons.logging.Log (1)
[run-time name: org/quartz/xml/JobSchedulingDataProcessor.getLog:()Lorg/apache/commons/logging/Log;]
| Change | Effect |
---|
1 | Method became non-static.
| A client program may be interrupted by NoSuchMethodError exception. |
[+] JobSchedulingDataProcessor.JobSchedulingDataProcessor ( ) (1)
[run-time name: org/quartz/xml/JobSchedulingDataProcessor."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
quartz-all-1.5.2.jar, QuartzScheduler
package org.quartz.core
[+] QuartzScheduler.getLog ( ) [static] : org.apache.commons.logging.Log (1)
[run-time name: org/quartz/core/QuartzScheduler.getLog:()Lorg/apache/commons/logging/Log;]
| Change | Effect |
---|
1 | Method became non-static.
| A client program may be interrupted by NoSuchMethodError exception. |
quartz-all-1.5.2.jar, QuartzSchedulerThread
package org.quartz.core
[+] QuartzSchedulerThread.getLog ( ) [static] : org.apache.commons.logging.Log (1)
[run-time name: org/quartz/core/QuartzSchedulerThread.getLog:()Lorg/apache/commons/logging/Log;]
| Change | Effect |
---|
1 | Method became non-static.
| A client program may be interrupted by NoSuchMethodError exception. |
quartz-all-1.5.2.jar, ShutdownHookPlugin
package org.quartz.plugins.management
[+] ShutdownHookPlugin.getLog ( ) [static] : org.apache.commons.logging.Log (1)
[run-time name: org/quartz/plugins/management/ShutdownHookPlugin.getLog:()Lorg/apache/commons/logging/Log;]
| Change | Effect |
---|
1 | Method became non-static.
| A client program may be interrupted by NoSuchMethodError exception. |
quartz-all-1.5.2.jar, TriggerUtils
package org.quartz
[+] TriggerUtils.TriggerUtils ( ) (1)
[run-time name: org/quartz/TriggerUtils."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
package org.quartz.helpers
[+] TriggerUtils.TriggerUtils ( ) (1)
[run-time name: org/quartz/helpers/TriggerUtils."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
quartz-all-1.5.2.jar, UserTransactionHelper
package org.quartz.ee.jta
[+] UserTransactionHelper.getUserTxLocation ( ) : String (1)
[run-time name: org/quartz/ee/jta/UserTransactionHelper.getUserTxLocation:()Ljava/lang/String;]
| Change | Effect |
---|
1 | Method became static.
| A client program may be interrupted by NoSuchMethodError exception. |
[+] UserTransactionHelper.setUserTxLocation ( String userTxURL ) : void (1)
[run-time name: org/quartz/ee/jta/UserTransactionHelper.setUserTxLocation:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Method became static.
| A client program may be interrupted by NoSuchMethodError exception. |
quartz-all-1.5.2.jar, VersionPrinter
package org.quartz.helpers
[+] VersionPrinter.VersionPrinter ( ) (1)
[run-time name: org/quartz/helpers/VersionPrinter."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
to the top
Problems with Data Types, Medium Severity (13)
quartz-all-1.5.2.jar
package org.quartz
[+] CronExpression (2)
| Change | Effect |
---|
1 | Field dayMap became final. | A client program may be interrupted by IllegalAccessError exception when attempt to assign new values to the field. |
2 | Field monthMap became final. | A client program may be interrupted by IllegalAccessError exception when attempt to assign new values to the field. |
[+] affected methods (29)
CronExpression.addToSet ( int val, int end, int incr, int type )This method is from 'CronExpression' class.
CronExpression.buildExpression ( String expression )This method is from 'CronExpression' class.
CronExpression.checkNext ( int pos, String s, int val, int type )This method is from 'CronExpression' class.
CronExpression.clone ( )This method is from 'CronExpression' class.
CronExpression.CronExpression ( String cronExpression )This constructor is from 'CronExpression' class.
CronExpression.findNextWhiteSpace ( int i, String s )This method is from 'CronExpression' class.
CronExpression.getCronExpression ( )This method is from 'CronExpression' class.
CronExpression.getDayOfWeekNumber ( String s )This method is from 'CronExpression' class.
CronExpression.getExpressionSetSummary ( java.util.ArrayList list )This method is from 'CronExpression' class.
CronExpression.getExpressionSetSummary ( java.util.Set set )This method is from 'CronExpression' class.
CronExpression.getExpressionSummary ( )This method is from 'CronExpression' class.
CronExpression.getLastDayOfMonth ( int monthNum, int year )This method is from 'CronExpression' class.
CronExpression.getMonthNumber ( String s )This method is from 'CronExpression' class.
CronExpression.getNextValidTimeAfter ( java.util.Date date )This method is from 'CronExpression' class.
CronExpression.getNumericValue ( String s, int i )This method is from 'CronExpression' class.
CronExpression.getSet ( int type )This method is from 'CronExpression' class.
CronExpression.getTimeAfter ( java.util.Date afterTime )This method is from 'CronExpression' class.
CronExpression.getTimeBefore ( java.util.Date endTime )This method is from 'CronExpression' class.
CronExpression.getTimeZone ( )This method is from 'CronExpression' class.
CronExpression.getValue ( int v, String s, int i )This method is from 'CronExpression' class.
CronExpression.isLeapYear ( int year )This method is from 'CronExpression' class.
CronExpression.isSatisfiedBy ( java.util.Date date )This method is from 'CronExpression' class.
CronExpression.isValidExpression ( String cronExpression )This method is from 'CronExpression' class.
CronExpression.setCalendarHour ( java.util.Calendar cal, int hour )This method is from 'CronExpression' class.
CronExpression.setTimeZone ( java.util.TimeZone timeZone )This method is from 'CronExpression' class.
CronExpression.skipWhiteSpace ( int i, String s )This method is from 'CronExpression' class.
CronExpression.storeExpressionVals ( int pos, String s, int type )This method is from 'CronExpression' class.
CronExpression.toString ( )This method is from 'CronExpression' class.
CronTrigger.setCronExpression ( CronExpression cronExpression )1st parameter 'cronExpression' of this method has type 'CronExpression'.
[+] JobDataMap (1)
| Change | Effect |
---|
1 | Superclass has been changed from utils.DirtyFlagMap to utils.StringKeyDirtyFlagMap. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (44)
core.QuartzScheduler.triggerJob ( core.SchedulingContext ctxt, String jobName, String groupName, JobDataMap data )4th parameter 'data' of this method has type 'JobDataMap'.
core.QuartzScheduler.triggerJobWithVolatileTrigger ( core.SchedulingContext ctxt, String jobName, String groupName, JobDataMap data )4th parameter 'data' of this method has type 'JobDataMap'.
core.QuartzScheduler_Stub.triggerJob ( core.SchedulingContext p1, String p2, String p3, JobDataMap p4 )4th parameter 'p4' of this method has type 'JobDataMap'.
core.QuartzScheduler_Stub.triggerJobWithVolatileTrigger ( core.SchedulingContext p1, String p2, String p3, JobDataMap p4 )4th parameter 'p4' of this method has type 'JobDataMap'.
core.RemotableQuartzScheduler.triggerJob ( core.SchedulingContext p1, String p2, String p3, JobDataMap p4 )4th parameter 'p4' of this abstract method has type 'JobDataMap'.
core.RemotableQuartzScheduler.triggerJobWithVolatileTrigger ( core.SchedulingContext p1, String p2, String p3, JobDataMap p4 )4th parameter 'p4' of this abstract method has type 'JobDataMap'.
JobDataMap.getBooleanFromString ( String key )This method is from 'JobDataMap' class.
JobDataMap.getBooleanValue ( String key )This method is from 'JobDataMap' class.
JobDataMap.getBooleanValueFromString ( String key )This method is from 'JobDataMap' class.
JobDataMap.getCharacterFromString ( String key )This method is from 'JobDataMap' class.
JobDataMap.getCharFromString ( String key )This method is from 'JobDataMap' class.
JobDataMap.getDoubleFromString ( String key )This method is from 'JobDataMap' class.
JobDataMap.getDoubleValue ( String key )This method is from 'JobDataMap' class.
JobDataMap.getDoubleValueFromString ( String key )This method is from 'JobDataMap' class.
JobDataMap.getFloatFromString ( String key )This method is from 'JobDataMap' class.
JobDataMap.getFloatValue ( String key )This method is from 'JobDataMap' class.
JobDataMap.getFloatValueFromString ( String key )This method is from 'JobDataMap' class.
JobDataMap.getIntegerFromString ( String key )This method is from 'JobDataMap' class.
JobDataMap.getIntFromString ( String key )This method is from 'JobDataMap' class.
JobDataMap.getLongFromString ( String key )This method is from 'JobDataMap' class.
JobDataMap.getLongValue ( String key )This method is from 'JobDataMap' class.
JobDataMap.getLongValueFromString ( String key )This method is from 'JobDataMap' class.
JobDataMap.JobDataMap ( )This constructor is from 'JobDataMap' class.
JobDataMap.JobDataMap ( java.util.Map map )This constructor is from 'JobDataMap' class.
JobDataMap.putAsString ( String key, boolean value )This method is from 'JobDataMap' class.
JobDataMap.putAsString ( String key, char value )This method is from 'JobDataMap' class.
JobDataMap.putAsString ( String key, double value )This method is from 'JobDataMap' class.
JobDataMap.putAsString ( String key, float value )This method is from 'JobDataMap' class.
JobDataMap.putAsString ( String key, int value )This method is from 'JobDataMap' class.
JobDataMap.putAsString ( String key, Boolean value )This method is from 'JobDataMap' class.
JobDataMap.putAsString ( String key, Character value )This method is from 'JobDataMap' class.
JobDataMap.putAsString ( String key, Double value )This method is from 'JobDataMap' class.
JobDataMap.putAsString ( String key, Float value )This method is from 'JobDataMap' class.
JobDataMap.putAsString ( String key, Integer value )This method is from 'JobDataMap' class.
JobDataMap.putAsString ( String key, Long value )This method is from 'JobDataMap' class.
JobDataMap.putAsString ( String key, long value )This method is from 'JobDataMap' class.
JobDetail.getJobDataMap ( )Return value of this method has type 'JobDataMap'.
JobDetail.setJobDataMap ( JobDataMap jobDataMap )1st parameter 'jobDataMap' of this method has type 'JobDataMap'.
JobExecutionContext.getMergedJobDataMap ( )Return value of this method has type 'JobDataMap'.
Scheduler.triggerJob ( String p1, String p2, JobDataMap p3 )3rd parameter 'p3' of this abstract method has type 'JobDataMap'.
Scheduler.triggerJobWithVolatileTrigger ( String p1, String p2, JobDataMap p3 )3rd parameter 'p3' of this abstract method has type 'JobDataMap'.
simpl.PropertySettingJobFactory.setBeanProps ( Object obj, JobDataMap data )2nd parameter 'data' of this method has type 'JobDataMap'.
Trigger.getJobDataMap ( )Return value of this method has type 'JobDataMap'.
Trigger.setJobDataMap ( JobDataMap jobDataMap )1st parameter 'jobDataMap' of this method has type 'JobDataMap'.
[+] Scheduler (1)
| Change | Effect |
---|
1 | Abstract method Scheduler.startDelayed ( int p1 ) 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 ee.servlet.QuartzInitializerServlet.init ( javax.servlet.ServletConfig cfg ) and may not be implemented by old clients. |
[+] affected methods (94)
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 ( Trigger trigger, JobDetail jobDetail, int instCode )Field 'this.scheduler' in the object of this method has type 'Scheduler'.
core.JobRunShell.initialize ( core.QuartzScheduler qs, spi.TriggerFiredBundle firedBundle )Field 'this.scheduler' in the object of this method has type 'Scheduler'.
core.JobRunShell.JobRunShell ( core.JobRunShellFactory jobRunShellFactory, Scheduler scheduler, core.SchedulingContext schdCtxt )Field 'this.scheduler' in the object of this method has type 'Scheduler'.
core.JobRunShell.passivate ( )Field 'this.scheduler' in the object of this method has type 'Scheduler'.
core.JobRunShell.requestShutdown ( )Field 'this.scheduler' in the object of this method has type 'Scheduler'.
core.JobRunShell.run ( )Field 'this.scheduler' in the object of this method has type 'Scheduler'.
core.JobRunShellFactory.borrowJobRunShell ( )Field 'RetVal.scheduler' in return value of this abstract method has type 'Scheduler'.
core.JobRunShellFactory.initialize ( Scheduler p1, core.SchedulingContext p2 )1st parameter 'p1' of this abstract method has type 'Scheduler'.
core.JobRunShellFactory.returnJobRunShell ( core.JobRunShell p1 )Field 'p1.scheduler' in 1st parameter 'p1' of this abstract method has type 'Scheduler'.
ee.jta.JTAJobRunShellFactory.borrowJobRunShell ( )Field 'RetVal.scheduler' in return value of this method has type 'Scheduler'.
ee.jta.JTAJobRunShellFactory.initialize ( Scheduler scheduler, core.SchedulingContext schedCtxt )1st parameter 'scheduler' of this method has type 'Scheduler'.
ee.jta.JTAJobRunShellFactory.returnJobRunShell ( core.JobRunShell jobRunShell )Field 'jobRunShell.scheduler' in 1st parameter 'jobRunShell' of this method has type 'Scheduler'.
JobExecutionContext.getScheduler ( )Return value of this method has type 'Scheduler'.
JobExecutionContext.JobExecutionContext ( Scheduler scheduler, spi.TriggerFiredBundle firedBundle, Job job )1st parameter 'scheduler' of this method has type 'Scheduler'.
plugins.history.LoggingJobHistoryPlugin.initialize ( String name, Scheduler scheduler )2nd parameter 'scheduler' of this method has type 'Scheduler'.
plugins.history.LoggingTriggerHistoryPlugin.initialize ( String name, Scheduler scheduler )2nd parameter 'scheduler' of this method has type 'Scheduler'.
plugins.management.ShutdownHookPlugin.initialize ( String name, Scheduler scheduler )2nd parameter 'scheduler' of this method has type 'Scheduler'.
plugins.xml.JobInitializationPlugin.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.addGlobalJobListener ( JobListener p1 )This abstract method is from 'Scheduler' interface.
Scheduler.addGlobalTriggerListener ( TriggerListener p1 )This abstract method is from 'Scheduler' interface.
Scheduler.addJob ( JobDetail p1, boolean p2 )This abstract method is from 'Scheduler' interface.
Scheduler.addJobListener ( JobListener p1 )This abstract method is from 'Scheduler' interface.
Scheduler.addSchedulerListener ( SchedulerListener p1 )This abstract method is from 'Scheduler' interface.
Scheduler.addTriggerListener ( TriggerListener p1 )This abstract method is from 'Scheduler' interface.
Scheduler.deleteCalendar ( String p1 )This abstract method is from 'Scheduler' interface.
Scheduler.deleteJob ( String p1, String p2 )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.getGlobalJobListeners ( )This abstract method is from 'Scheduler' interface.
Scheduler.getGlobalTriggerListeners ( )This abstract method is from 'Scheduler' interface.
Scheduler.getJobDetail ( String p1, String p2 )This abstract method is from 'Scheduler' interface.
Scheduler.getJobGroupNames ( )This abstract method is from 'Scheduler' interface.
Scheduler.getJobListener ( String p1 )This abstract method is from 'Scheduler' interface.
Scheduler.getJobListenerNames ( )This abstract method is from 'Scheduler' interface.
Scheduler.getJobNames ( String p1 )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.getSchedulerListeners ( )This abstract method is from 'Scheduler' interface.
Scheduler.getSchedulerName ( )This abstract method is from 'Scheduler' interface.
Scheduler.getTrigger ( String p1, String p2 )This abstract method is from 'Scheduler' interface.
Scheduler.getTriggerGroupNames ( )This abstract method is from 'Scheduler' interface.
Scheduler.getTriggerListener ( String p1 )This abstract method is from 'Scheduler' interface.
Scheduler.getTriggerListenerNames ( )This abstract method is from 'Scheduler' interface.
Scheduler.getTriggerNames ( String p1 )This abstract method is from 'Scheduler' interface.
Scheduler.getTriggersOfJob ( String p1, String p2 )This abstract method is from 'Scheduler' interface.
Scheduler.getTriggerState ( String p1, String p2 )This abstract method is from 'Scheduler' interface.
Scheduler.interrupt ( String p1, String p2 )This abstract method is from 'Scheduler' interface.
Scheduler.isInStandbyMode ( )This abstract method is from 'Scheduler' interface.
Scheduler.isPaused ( )This abstract method is from 'Scheduler' interface.
Scheduler.isShutdown ( )This abstract method is from 'Scheduler' interface.
Scheduler.pause ( )This abstract method is from 'Scheduler' interface.
Scheduler.pauseAll ( )This abstract method is from 'Scheduler' interface.
Scheduler.pauseJob ( String p1, String p2 )This abstract method is from 'Scheduler' interface.
Scheduler.pauseJobGroup ( String p1 )This abstract method is from 'Scheduler' interface.
Scheduler.pauseTrigger ( String p1, String p2 )This abstract method is from 'Scheduler' interface.
Scheduler.pauseTriggerGroup ( String p1 )This abstract method is from 'Scheduler' interface.
Scheduler.removeGlobalJobListener ( JobListener p1 )This abstract method is from 'Scheduler' interface.
Scheduler.removeGlobalTriggerListener ( TriggerListener p1 )This abstract method is from 'Scheduler' interface.
Scheduler.removeJobListener ( String p1 )This abstract method is from 'Scheduler' interface.
Scheduler.removeSchedulerListener ( SchedulerListener p1 )This abstract method is from 'Scheduler' interface.
Scheduler.removeTriggerListener ( String p1 )This abstract method is from 'Scheduler' interface.
Scheduler.rescheduleJob ( String p1, String p2, Trigger p3 )This abstract method is from 'Scheduler' interface.
Scheduler.resumeAll ( )This abstract method is from 'Scheduler' interface.
Scheduler.resumeJob ( String p1, String p2 )This abstract method is from 'Scheduler' interface.
Scheduler.resumeJobGroup ( String p1 )This abstract method is from 'Scheduler' interface.
Scheduler.resumeTrigger ( String p1, String p2 )This abstract method is from 'Scheduler' interface.
Scheduler.resumeTriggerGroup ( String 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.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.triggerJob ( String p1, String p2 )This abstract method is from 'Scheduler' interface.
Scheduler.triggerJob ( String p1, String p2, JobDataMap p3 )This abstract method is from 'Scheduler' interface.
Scheduler.triggerJobWithVolatileTrigger ( String p1, String p2 )This abstract method is from 'Scheduler' interface.
Scheduler.triggerJobWithVolatileTrigger ( String p1, String p2, JobDataMap p3 )This abstract method is from 'Scheduler' interface.
Scheduler.unscheduleJob ( String p1, String p2 )This abstract method is from 'Scheduler' interface.
SchedulerFactory.getScheduler ( )Return value of this abstract method has type 'Scheduler'.
SchedulerFactory.getScheduler ( String p1 )Return value of this abstract method has type 'Scheduler'.
spi.SchedulerPlugin.initialize ( String p1, Scheduler p2 )2nd parameter 'p2' of this abstract method has type 'Scheduler'.
xml.JobSchedulingDataProcessor.addCalendar ( Scheduler sched, xml.CalendarBundle calendarBundle )1st parameter 'sched' of this method has type 'Scheduler'.
xml.JobSchedulingDataProcessor.processFileAndScheduleJobs ( String fileName, String systemId, Scheduler sched, boolean overWriteExistingJobs )3rd parameter 'sched' of this method has type 'Scheduler'.
xml.JobSchedulingDataProcessor.processFileAndScheduleJobs ( String fileName, Scheduler sched, boolean overWriteExistingJobs )2nd parameter 'sched' of this method has type 'Scheduler'.
xml.JobSchedulingDataProcessor.processFileAndScheduleJobs ( Scheduler sched, boolean overWriteExistingJobs )1st parameter 'sched' of this method has type 'Scheduler'.
xml.JobSchedulingDataProcessor.scheduleJob ( xml.JobSchedulingBundle job, Scheduler sched, boolean localOverWriteExistingJobs )2nd parameter 'sched' of this method has type 'Scheduler'.
xml.JobSchedulingDataProcessor.scheduleJobs ( java.util.Map jobBundles, Scheduler sched, boolean overWriteExistingJobs )2nd parameter 'sched' of this method has type 'Scheduler'.
[+] SchedulerContext (1)
| Change | Effect |
---|
1 | Superclass has been changed from utils.DirtyFlagMap to utils.StringKeyDirtyFlagMap. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (6)
core.QuartzScheduler.getSchedulerContext ( )Return value of this method has type 'SchedulerContext'.
core.QuartzScheduler_Stub.getSchedulerContext ( )Return value of this method has type 'SchedulerContext'.
core.RemotableQuartzScheduler.getSchedulerContext ( )Return value of this abstract method has type 'SchedulerContext'.
Scheduler.getContext ( )Return value of this abstract method has type 'SchedulerContext'.
SchedulerContext.SchedulerContext ( )This constructor is from 'SchedulerContext' class.
SchedulerContext.SchedulerContext ( java.util.Map map )This constructor is from 'SchedulerContext' class.
[+] SimpleTrigger (1)
| Change | Effect |
---|
1 | Field REPEAT_INDEFINITELY became final. | A client program may be interrupted by IllegalAccessError exception when attempt to assign new values to the field. |
[+] affected methods (33)
SimpleTrigger.computeFirstFireTime ( Calendar calendar )This method is from 'SimpleTrigger' class.
SimpleTrigger.computeNumTimesFiredBetween ( java.util.Date start, java.util.Date end )This method is from 'SimpleTrigger' class.
SimpleTrigger.executionComplete ( JobExecutionContext context, JobExecutionException result )This method is from 'SimpleTrigger' class.
SimpleTrigger.getEndTime ( )This method is from 'SimpleTrigger' class.
SimpleTrigger.getFinalFireTime ( )This method is from 'SimpleTrigger' class.
SimpleTrigger.getFireTimeAfter ( java.util.Date afterTime )This method is from 'SimpleTrigger' class.
SimpleTrigger.getFireTimeBefore ( java.util.Date end )This method is from 'SimpleTrigger' class.
SimpleTrigger.getNextFireTime ( )This method is from 'SimpleTrigger' class.
SimpleTrigger.getPreviousFireTime ( )This method is from 'SimpleTrigger' class.
SimpleTrigger.getRepeatCount ( )This method is from 'SimpleTrigger' class.
SimpleTrigger.getRepeatInterval ( )This method is from 'SimpleTrigger' class.
SimpleTrigger.getStartTime ( )This method is from 'SimpleTrigger' class.
SimpleTrigger.getTimesTriggered ( )This method is from 'SimpleTrigger' class.
SimpleTrigger.main ( String[ ] args )This method is from 'SimpleTrigger' class.
SimpleTrigger.mayFireAgain ( )This method is from 'SimpleTrigger' class.
SimpleTrigger.setEndTime ( java.util.Date endTime )This method is from 'SimpleTrigger' class.
SimpleTrigger.setNextFireTime ( java.util.Date nextFireTime )This method is from 'SimpleTrigger' class.
SimpleTrigger.setPreviousFireTime ( java.util.Date previousFireTime )This method is from 'SimpleTrigger' class.
SimpleTrigger.setRepeatCount ( int repeatCount )This method is from 'SimpleTrigger' class.
SimpleTrigger.setRepeatInterval ( long repeatInterval )This method is from 'SimpleTrigger' class.
SimpleTrigger.setStartTime ( java.util.Date startTime )This method is from 'SimpleTrigger' class.
SimpleTrigger.setTimesTriggered ( int timesTriggered )This method is from 'SimpleTrigger' class.
SimpleTrigger.SimpleTrigger ( )This constructor is from 'SimpleTrigger' class.
SimpleTrigger.SimpleTrigger ( String name, String group )This constructor is from 'SimpleTrigger' class.
SimpleTrigger.SimpleTrigger ( String name, String group, int repeatCount, long repeatInterval )This constructor is from 'SimpleTrigger' class.
SimpleTrigger.SimpleTrigger ( String name, String group, String jobName, String jobGroup, java.util.Date startTime, java.util.Date endTime, int repeatCount, long repeatInterval )This constructor is from 'SimpleTrigger' class.
SimpleTrigger.SimpleTrigger ( String name, String group, java.util.Date startTime )This constructor is from 'SimpleTrigger' class.
SimpleTrigger.SimpleTrigger ( String name, String group, java.util.Date startTime, java.util.Date endTime, int repeatCount, long repeatInterval )This constructor is from 'SimpleTrigger' class.
SimpleTrigger.triggered ( Calendar calendar )This method is from 'SimpleTrigger' class.
SimpleTrigger.updateAfterMisfire ( Calendar cal )This method is from 'SimpleTrigger' class.
SimpleTrigger.updateWithNewCalendar ( Calendar calendar, long misfireThreshold )This method is from 'SimpleTrigger' class.
SimpleTrigger.validate ( )This method is from 'SimpleTrigger' class.
SimpleTrigger.validateMisfireInstruction ( int misfireInstruction )This method is from 'SimpleTrigger' class.
package org.quartz.core
[+] JobRunShell (1)
| Change | Effect |
---|
1 | Field log became final. | A client program may be interrupted by IllegalAccessError exception when attempt to assign new values to the field. |
[+] affected methods (12)
JobRunShell.begin ( )This method is from 'JobRunShell' class.
JobRunShell.complete ( boolean successfulExecution )This method is from 'JobRunShell' class.
JobRunShell.completeTriggerRetryLoop ( org.quartz.Trigger trigger, org.quartz.JobDetail jobDetail, int instCode )This method is from 'JobRunShell' class.
JobRunShell.initialize ( QuartzScheduler qs, org.quartz.spi.TriggerFiredBundle firedBundle )This method is from 'JobRunShell' class.
JobRunShell.JobRunShell ( JobRunShellFactory jobRunShellFactory, org.quartz.Scheduler scheduler, SchedulingContext schdCtxt )This constructor is from 'JobRunShell' class.
JobRunShell.passivate ( )This method is from 'JobRunShell' class.
JobRunShell.requestShutdown ( )This method is from 'JobRunShell' class.
JobRunShell.run ( )This method is from 'JobRunShell' class.
JobRunShellFactory.borrowJobRunShell ( )Return value of this abstract method has type 'JobRunShell'.
JobRunShellFactory.returnJobRunShell ( JobRunShell p1 )1st parameter 'p1' of this abstract method has type 'JobRunShell'.
org.quartz.ee.jta.JTAJobRunShellFactory.borrowJobRunShell ( )Return value of this method has type 'JobRunShell'.
org.quartz.ee.jta.JTAJobRunShellFactory.returnJobRunShell ( JobRunShell jobRunShell )1st parameter 'jobRunShell' of this method has type 'JobRunShell'.
package org.quartz.jobs
[+] FileScanJob (2)
| Change | Effect |
---|
1 | Field FILE_NAME became final. | A client program may be interrupted by IllegalAccessError exception when attempt to assign new values to the field. |
2 | Field FILE_SCAN_LISTENER_NAME became final. | A client program may be interrupted by IllegalAccessError exception when attempt to assign new values to the field. |
[+] affected methods (3)
FileScanJob.execute ( org.quartz.JobExecutionContext context )This method is from 'FileScanJob' class.
FileScanJob.FileScanJob ( )This constructor is from 'FileScanJob' class.
FileScanJob.getLastModifiedDate ( String fileName )This method is from 'FileScanJob' class.
package org.quartz.simpl
[+] RAMJobStore (1)
| Change | Effect |
---|
1 | Field triggerLock became final. | A client program may be interrupted by IllegalAccessError exception when attempt to assign new values to the field. |
[+] affected methods (50)
RAMJobStore.acquireNextTrigger ( org.quartz.core.SchedulingContext ctxt, long noLaterThan )This method is from 'RAMJobStore' class.
RAMJobStore.applyMisfire ( TriggerWrapper tw )This method is from 'RAMJobStore' class.
RAMJobStore.getCalendarNames ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.getFiredTriggerRecordId ( )This method is from 'RAMJobStore' class.
RAMJobStore.getJobGroupNames ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.getJobNames ( org.quartz.core.SchedulingContext ctxt, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.getLog ( )This method is from 'RAMJobStore' class.
RAMJobStore.getMisfireThreshold ( )This method is from 'RAMJobStore' class.
RAMJobStore.getNumberOfCalendars ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.getNumberOfJobs ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.getNumberOfTriggers ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.getPausedTriggerGroups ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.getTriggerGroupNames ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.getTriggerNames ( org.quartz.core.SchedulingContext ctxt, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.getTriggersForJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.getTriggerState ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.getTriggerWrappersForCalendar ( String calName )This method is from 'RAMJobStore' class.
RAMJobStore.getTriggerWrappersForJob ( String jobName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.initialize ( org.quartz.spi.ClassLoadHelper loadHelper, org.quartz.spi.SchedulerSignaler signaler )This method is from 'RAMJobStore' class.
RAMJobStore.pauseAll ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.pauseJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.pauseJobGroup ( org.quartz.core.SchedulingContext ctxt, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.pauseTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.pauseTriggerGroup ( org.quartz.core.SchedulingContext ctxt, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.peekTriggers ( )This method is from 'RAMJobStore' class.
RAMJobStore.RAMJobStore ( )This constructor is from 'RAMJobStore' class.
RAMJobStore.releaseAcquiredTrigger ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger trigger )This method is from 'RAMJobStore' class.
RAMJobStore.removeCalendar ( org.quartz.core.SchedulingContext ctxt, String calName )This method is from 'RAMJobStore' class.
RAMJobStore.removeJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.removeTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.replaceTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName, org.quartz.Trigger newTrigger )This method is from 'RAMJobStore' class.
RAMJobStore.resumeAll ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.resumeJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.resumeJobGroup ( org.quartz.core.SchedulingContext ctxt, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.resumeTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.resumeTriggerGroup ( org.quartz.core.SchedulingContext ctxt, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.retrieveCalendar ( org.quartz.core.SchedulingContext ctxt, String calName )This method is from 'RAMJobStore' class.
RAMJobStore.retrieveJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.retrieveTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.schedulerStarted ( )This method is from 'RAMJobStore' class.
RAMJobStore.setAllTriggersOfJobToState ( String jobName, String jobGroup, int state )This method is from 'RAMJobStore' class.
RAMJobStore.setMisfireThreshold ( long misfireThreshold )This method is from 'RAMJobStore' class.
RAMJobStore.shutdown ( )This method is from 'RAMJobStore' class.
RAMJobStore.storeCalendar ( org.quartz.core.SchedulingContext ctxt, String name, org.quartz.Calendar calendar, boolean replaceExisting, boolean updateTriggers )This method is from 'RAMJobStore' class.
RAMJobStore.storeJob ( org.quartz.core.SchedulingContext ctxt, org.quartz.JobDetail newJob, boolean replaceExisting )This method is from 'RAMJobStore' class.
RAMJobStore.storeJobAndTrigger ( org.quartz.core.SchedulingContext ctxt, org.quartz.JobDetail newJob, org.quartz.Trigger newTrigger )This method is from 'RAMJobStore' class.
RAMJobStore.storeTrigger ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger newTrigger, boolean replaceExisting )This method is from 'RAMJobStore' class.
RAMJobStore.supportsPersistence ( )This method is from 'RAMJobStore' class.
RAMJobStore.triggeredJobComplete ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger trigger, org.quartz.JobDetail jobDetail, int triggerInstCode )This method is from 'RAMJobStore' class.
RAMJobStore.triggerFired ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger trigger )This method is from 'RAMJobStore' class.
package org.quartz.spi
[+] SchedulerSignaler (2)
| Change | Effect |
---|
1 | Abstract method SchedulerSignaler.notifySchedulerListenersFinalized ( org.quartz.Trigger p1 ) 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.simpl.RAMJobStore.applyMisfire ( org.quartz.simpl.TriggerWrapper tw ) and may not be implemented by old clients. |
2 | Abstract method SchedulerSignaler.signalSchedulingChange ( long p1 ) 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.simpl.RAMJobStore.triggeredJobComplete ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger trigger, org.quartz.JobDetail jobDetail, int triggerInstCode ) and may not be implemented by old clients. |
[+] affected methods (53)
org.quartz.core.QuartzScheduler.getSchedulerSignaler ( )Return value of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.acquireNextTrigger ( org.quartz.core.SchedulingContext ctxt, long noLaterThan )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.applyMisfire ( org.quartz.simpl.TriggerWrapper tw )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getCalendarNames ( org.quartz.core.SchedulingContext ctxt )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getFiredTriggerRecordId ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getJobGroupNames ( org.quartz.core.SchedulingContext ctxt )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getJobNames ( org.quartz.core.SchedulingContext ctxt, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getLog ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getMisfireThreshold ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getNumberOfCalendars ( org.quartz.core.SchedulingContext ctxt )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getNumberOfJobs ( org.quartz.core.SchedulingContext ctxt )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getNumberOfTriggers ( org.quartz.core.SchedulingContext ctxt )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getPausedTriggerGroups ( org.quartz.core.SchedulingContext ctxt )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getTriggerGroupNames ( org.quartz.core.SchedulingContext ctxt )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getTriggerNames ( org.quartz.core.SchedulingContext ctxt, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getTriggersForJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getTriggerState ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getTriggerWrappersForCalendar ( String calName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.getTriggerWrappersForJob ( String jobName, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.initialize ( ClassLoadHelper loadHelper, SchedulerSignaler signaler )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.pauseAll ( org.quartz.core.SchedulingContext ctxt )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.pauseJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.pauseJobGroup ( org.quartz.core.SchedulingContext ctxt, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.pauseTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.pauseTriggerGroup ( org.quartz.core.SchedulingContext ctxt, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.peekTriggers ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.RAMJobStore ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.releaseAcquiredTrigger ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger trigger )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.removeCalendar ( org.quartz.core.SchedulingContext ctxt, String calName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.removeJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.removeTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.replaceTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName, org.quartz.Trigger newTrigger )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.resumeAll ( org.quartz.core.SchedulingContext ctxt )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.resumeJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.resumeJobGroup ( org.quartz.core.SchedulingContext ctxt, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.resumeTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.resumeTriggerGroup ( org.quartz.core.SchedulingContext ctxt, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.retrieveCalendar ( org.quartz.core.SchedulingContext ctxt, String calName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.retrieveJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.retrieveTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.schedulerStarted ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.setAllTriggersOfJobToState ( String jobName, String jobGroup, int state )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.setMisfireThreshold ( long misfireThreshold )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.shutdown ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.storeCalendar ( org.quartz.core.SchedulingContext ctxt, String name, org.quartz.Calendar calendar, boolean replaceExisting, boolean updateTriggers )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.storeJob ( org.quartz.core.SchedulingContext ctxt, org.quartz.JobDetail newJob, boolean replaceExisting )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.storeJobAndTrigger ( org.quartz.core.SchedulingContext ctxt, org.quartz.JobDetail newJob, org.quartz.Trigger newTrigger )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.storeTrigger ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger newTrigger, boolean replaceExisting )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.supportsPersistence ( )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.triggeredJobComplete ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger trigger, org.quartz.JobDetail jobDetail, int triggerInstCode )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
org.quartz.simpl.RAMJobStore.triggerFired ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger trigger )Field 'this.signaler' in the object of this method has type 'SchedulerSignaler'.
JobStore.initialize ( ClassLoadHelper p1, SchedulerSignaler p2 )2nd parameter 'p2' of this abstract method has type 'SchedulerSignaler'.
SchedulerSignaler.notifyTriggerListenersMisfired ( org.quartz.Trigger p1 )This abstract method is from 'SchedulerSignaler' interface.
[+] ThreadPool (1)
| Change | Effect |
---|
1 | Abstract method ThreadPool.blockForAvailableThreads ( ) 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.QuartzSchedulerThread.run ( ) and may not be implemented by old clients. |
[+] affected methods (6)
org.quartz.core.QuartzSchedulerResources.getThreadPool ( )Return value of this method has type 'ThreadPool'.
org.quartz.core.QuartzSchedulerResources.setThreadPool ( ThreadPool threadPool )1st parameter 'threadPool' of this method has type 'ThreadPool'.
ThreadPool.getPoolSize ( )This abstract method is from 'ThreadPool' interface.
ThreadPool.initialize ( )This abstract method is from 'ThreadPool' interface.
ThreadPool.runInThread ( Runnable p1 )This abstract method is from 'ThreadPool' interface.
ThreadPool.shutdown ( boolean p1 )This abstract method is from 'ThreadPool' interface.
to the top
Problems with Data Types, Low Severity (66)
quartz-all-1.5.2.jar
package org.quartz
[+] JobDataMap (21)
| Change | Effect |
---|
1 | Method JobDataMap.containsTransientData ( ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.containsTransientData ( ) | Method utils.StringKeyDirtyFlagMap.containsTransientData ( ) will be called instead of JobDataMap.containsTransientData ( ) in a client program. |
2 | Method JobDataMap.getAllowsTransientData ( ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.getAllowsTransientData ( ) | Method utils.StringKeyDirtyFlagMap.getAllowsTransientData ( ) will be called instead of JobDataMap.getAllowsTransientData ( ) in a client program. |
3 | Method JobDataMap.getBoolean ( String key ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.getBoolean ( String key ) | Method utils.StringKeyDirtyFlagMap.getBoolean ( String key ) will be called instead of JobDataMap.getBoolean ( String key ) in a client program. |
4 | Method JobDataMap.getChar ( String key ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.getChar ( String key ) | Method utils.StringKeyDirtyFlagMap.getChar ( String key ) will be called instead of JobDataMap.getChar ( String key ) in a client program. |
5 | Method JobDataMap.getDouble ( String key ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.getDouble ( String key ) | Method utils.StringKeyDirtyFlagMap.getDouble ( String key ) will be called instead of JobDataMap.getDouble ( String key ) in a client program. |
6 | Method JobDataMap.getFloat ( String key ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.getFloat ( String key ) | Method utils.StringKeyDirtyFlagMap.getFloat ( String key ) will be called instead of JobDataMap.getFloat ( String key ) in a client program. |
7 | Method JobDataMap.getInt ( String key ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.getInt ( String key ) | Method utils.StringKeyDirtyFlagMap.getInt ( String key ) will be called instead of JobDataMap.getInt ( String key ) in a client program. |
8 | Method JobDataMap.getKeys ( ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.getKeys ( ) | Method utils.StringKeyDirtyFlagMap.getKeys ( ) will be called instead of JobDataMap.getKeys ( ) in a client program. |
9 | Method JobDataMap.getLong ( String key ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.getLong ( String key ) | Method utils.StringKeyDirtyFlagMap.getLong ( String key ) will be called instead of JobDataMap.getLong ( String key ) in a client program. |
10 | Method JobDataMap.getString ( String key ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.getString ( String key ) | Method utils.StringKeyDirtyFlagMap.getString ( String key ) will be called instead of JobDataMap.getString ( String key ) in a client program. |
11 | Method JobDataMap.put ( Object key, Object value ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.put ( Object key, Object value ) | Method utils.StringKeyDirtyFlagMap.put ( Object key, Object value ) will be called instead of JobDataMap.put ( Object key, Object value ) in a client program. |
12 | Method JobDataMap.put ( String key, char value ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.put ( String key, char value ) | Method utils.StringKeyDirtyFlagMap.put ( String key, char value ) will be called instead of JobDataMap.put ( String key, char value ) in a client program. |
13 | Method JobDataMap.put ( String key, double value ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.put ( String key, double value ) | Method utils.StringKeyDirtyFlagMap.put ( String key, double value ) will be called instead of JobDataMap.put ( String key, double value ) in a client program. |
14 | Method JobDataMap.put ( String key, float value ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.put ( String key, float value ) | Method utils.StringKeyDirtyFlagMap.put ( String key, float value ) will be called instead of JobDataMap.put ( String key, float value ) in a client program. |
15 | Method JobDataMap.put ( String key, int value ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.put ( String key, int value ) | Method utils.StringKeyDirtyFlagMap.put ( String key, int value ) will be called instead of JobDataMap.put ( String key, int value ) in a client program. |
16 | Method JobDataMap.put ( String key, long value ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.put ( String key, long value ) | Method utils.StringKeyDirtyFlagMap.put ( String key, long value ) will be called instead of JobDataMap.put ( String key, long value ) in a client program. |
17 | Method JobDataMap.put ( String key, String value ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.put ( String key, String value ) | Method utils.StringKeyDirtyFlagMap.put ( String key, String value ) will be called instead of JobDataMap.put ( String key, String value ) in a client program. |
18 | Method JobDataMap.put ( String key, boolean value ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.put ( String key, boolean value ) | Method utils.StringKeyDirtyFlagMap.put ( String key, boolean value ) will be called instead of JobDataMap.put ( String key, boolean value ) in a client program. |
19 | Method JobDataMap.putAll ( java.util.Map map ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.putAll ( java.util.Map map ) | Method utils.StringKeyDirtyFlagMap.putAll ( java.util.Map map ) will be called instead of JobDataMap.putAll ( java.util.Map map ) in a client program. |
20 | Method JobDataMap.removeTransientData ( ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.removeTransientData ( ) | Method utils.StringKeyDirtyFlagMap.removeTransientData ( ) will be called instead of JobDataMap.removeTransientData ( ) in a client program. |
21 | Method JobDataMap.setAllowsTransientData ( boolean allowsTransientData ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.setAllowsTransientData ( boolean allowsTransientData ) | Method utils.StringKeyDirtyFlagMap.setAllowsTransientData ( boolean allowsTransientData ) will be called instead of JobDataMap.setAllowsTransientData ( boolean allowsTransientData ) in a client program. |
[+] affected methods (21)
JobDataMap.containsTransientData ( )Method 'utils.StringKeyDirtyFlagMap.containsTransientData ( )' will be called instead of this method in a client program.
JobDataMap.getAllowsTransientData ( )Method 'utils.StringKeyDirtyFlagMap.getAllowsTransientData ( )' will be called instead of this method in a client program.
JobDataMap.getBoolean ( String key )Method 'utils.StringKeyDirtyFlagMap.getBoolean ( String key )' will be called instead of this method in a client program.
JobDataMap.getChar ( String key )Method 'utils.StringKeyDirtyFlagMap.getChar ( String key )' will be called instead of this method in a client program.
JobDataMap.getDouble ( String key )Method 'utils.StringKeyDirtyFlagMap.getDouble ( String key )' will be called instead of this method in a client program.
JobDataMap.getFloat ( String key )Method 'utils.StringKeyDirtyFlagMap.getFloat ( String key )' will be called instead of this method in a client program.
JobDataMap.getInt ( String key )Method 'utils.StringKeyDirtyFlagMap.getInt ( String key )' will be called instead of this method in a client program.
JobDataMap.getKeys ( )Method 'utils.StringKeyDirtyFlagMap.getKeys ( )' will be called instead of this method in a client program.
JobDataMap.getLong ( String key )Method 'utils.StringKeyDirtyFlagMap.getLong ( String key )' will be called instead of this method in a client program.
JobDataMap.getString ( String key )Method 'utils.StringKeyDirtyFlagMap.getString ( String key )' will be called instead of this method in a client program.
JobDataMap.put ( Object key, Object value )Method 'utils.StringKeyDirtyFlagMap.put ( Object key, Object value )' will be called instead of this method in a client program.
JobDataMap.put ( String key, boolean value )Method 'utils.StringKeyDirtyFlagMap.put ( String key, boolean value )' will be called instead of this method in a client program.
JobDataMap.put ( String key, char value )Method 'utils.StringKeyDirtyFlagMap.put ( String key, char value )' will be called instead of this method in a client program.
JobDataMap.put ( String key, double value )Method 'utils.StringKeyDirtyFlagMap.put ( String key, double value )' will be called instead of this method in a client program.
JobDataMap.put ( String key, float value )Method 'utils.StringKeyDirtyFlagMap.put ( String key, float value )' will be called instead of this method in a client program.
JobDataMap.put ( String key, int value )Method 'utils.StringKeyDirtyFlagMap.put ( String key, int value )' will be called instead of this method in a client program.
JobDataMap.put ( String key, String value )Method 'utils.StringKeyDirtyFlagMap.put ( String key, String value )' will be called instead of this method in a client program.
JobDataMap.put ( String key, long value )Method 'utils.StringKeyDirtyFlagMap.put ( String key, long value )' will be called instead of this method in a client program.
JobDataMap.putAll ( java.util.Map map )Method 'utils.StringKeyDirtyFlagMap.putAll ( java.util.Map map )' will be called instead of this method in a client program.
JobDataMap.removeTransientData ( )Method 'utils.StringKeyDirtyFlagMap.removeTransientData ( )' will be called instead of this method in a client program.
JobDataMap.setAllowsTransientData ( boolean allowsTransientData )Method 'utils.StringKeyDirtyFlagMap.setAllowsTransientData ( boolean allowsTransientData )' will be called instead of this method in a client program.
[+] SchedulerContext (21)
| Change | Effect |
---|
1 | Method SchedulerContext.containsTransientData ( ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.containsTransientData ( ) | Method utils.StringKeyDirtyFlagMap.containsTransientData ( ) will be called instead of SchedulerContext.containsTransientData ( ) in a client program. |
2 | Method SchedulerContext.getAllowsTransientData ( ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.getAllowsTransientData ( ) | Method utils.StringKeyDirtyFlagMap.getAllowsTransientData ( ) will be called instead of SchedulerContext.getAllowsTransientData ( ) in a client program. |
3 | Method SchedulerContext.getBoolean ( String key ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.getBoolean ( String key ) | Method utils.StringKeyDirtyFlagMap.getBoolean ( String key ) will be called instead of SchedulerContext.getBoolean ( String key ) in a client program. |
4 | Method SchedulerContext.getChar ( String key ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.getChar ( String key ) | Method utils.StringKeyDirtyFlagMap.getChar ( String key ) will be called instead of SchedulerContext.getChar ( String key ) in a client program. |
5 | Method SchedulerContext.getDouble ( String key ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.getDouble ( String key ) | Method utils.StringKeyDirtyFlagMap.getDouble ( String key ) will be called instead of SchedulerContext.getDouble ( String key ) in a client program. |
6 | Method SchedulerContext.getFloat ( String key ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.getFloat ( String key ) | Method utils.StringKeyDirtyFlagMap.getFloat ( String key ) will be called instead of SchedulerContext.getFloat ( String key ) in a client program. |
7 | Method SchedulerContext.getInt ( String key ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.getInt ( String key ) | Method utils.StringKeyDirtyFlagMap.getInt ( String key ) will be called instead of SchedulerContext.getInt ( String key ) in a client program. |
8 | Method SchedulerContext.getKeys ( ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.getKeys ( ) | Method utils.StringKeyDirtyFlagMap.getKeys ( ) will be called instead of SchedulerContext.getKeys ( ) in a client program. |
9 | Method SchedulerContext.getLong ( String key ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.getLong ( String key ) | Method utils.StringKeyDirtyFlagMap.getLong ( String key ) will be called instead of SchedulerContext.getLong ( String key ) in a client program. |
10 | Method SchedulerContext.getString ( String key ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.getString ( String key ) | Method utils.StringKeyDirtyFlagMap.getString ( String key ) will be called instead of SchedulerContext.getString ( String key ) in a client program. |
11 | Method SchedulerContext.put ( Object key, Object value ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.put ( Object key, Object value ) | Method utils.StringKeyDirtyFlagMap.put ( Object key, Object value ) will be called instead of SchedulerContext.put ( Object key, Object value ) in a client program. |
12 | Method SchedulerContext.put ( String key, char value ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.put ( String key, char value ) | Method utils.StringKeyDirtyFlagMap.put ( String key, char value ) will be called instead of SchedulerContext.put ( String key, char value ) in a client program. |
13 | Method SchedulerContext.put ( String key, double value ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.put ( String key, double value ) | Method utils.StringKeyDirtyFlagMap.put ( String key, double value ) will be called instead of SchedulerContext.put ( String key, double value ) in a client program. |
14 | Method SchedulerContext.put ( String key, float value ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.put ( String key, float value ) | Method utils.StringKeyDirtyFlagMap.put ( String key, float value ) will be called instead of SchedulerContext.put ( String key, float value ) in a client program. |
15 | Method SchedulerContext.put ( String key, int value ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.put ( String key, int value ) | Method utils.StringKeyDirtyFlagMap.put ( String key, int value ) will be called instead of SchedulerContext.put ( String key, int value ) in a client program. |
16 | Method SchedulerContext.put ( String key, long value ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.put ( String key, long value ) | Method utils.StringKeyDirtyFlagMap.put ( String key, long value ) will be called instead of SchedulerContext.put ( String key, long value ) in a client program. |
17 | Method SchedulerContext.put ( String key, String value ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.put ( String key, String value ) | Method utils.StringKeyDirtyFlagMap.put ( String key, String value ) will be called instead of SchedulerContext.put ( String key, String value ) in a client program. |
18 | Method SchedulerContext.put ( String key, boolean value ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.put ( String key, boolean value ) | Method utils.StringKeyDirtyFlagMap.put ( String key, boolean value ) will be called instead of SchedulerContext.put ( String key, boolean value ) in a client program. |
19 | Method SchedulerContext.putAll ( java.util.Map map ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.putAll ( java.util.Map map ) | Method utils.StringKeyDirtyFlagMap.putAll ( java.util.Map map ) will be called instead of SchedulerContext.putAll ( java.util.Map map ) in a client program. |
20 | Method SchedulerContext.removeTransientData ( ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.removeTransientData ( ) | Method utils.StringKeyDirtyFlagMap.removeTransientData ( ) will be called instead of SchedulerContext.removeTransientData ( ) in a client program. |
21 | Method SchedulerContext.setAllowsTransientData ( boolean allowsTransientData ) has been moved up type hierarchy to utils.StringKeyDirtyFlagMap.setAllowsTransientData ( boolean allowsTransientData ) | Method utils.StringKeyDirtyFlagMap.setAllowsTransientData ( boolean allowsTransientData ) will be called instead of SchedulerContext.setAllowsTransientData ( boolean allowsTransientData ) in a client program. |
[+] affected methods (21)
SchedulerContext.containsTransientData ( )Method 'utils.StringKeyDirtyFlagMap.containsTransientData ( )' will be called instead of this method in a client program.
SchedulerContext.getAllowsTransientData ( )Method 'utils.StringKeyDirtyFlagMap.getAllowsTransientData ( )' will be called instead of this method in a client program.
SchedulerContext.getBoolean ( String key )Method 'utils.StringKeyDirtyFlagMap.getBoolean ( String key )' will be called instead of this method in a client program.
SchedulerContext.getChar ( String key )Method 'utils.StringKeyDirtyFlagMap.getChar ( String key )' will be called instead of this method in a client program.
SchedulerContext.getDouble ( String key )Method 'utils.StringKeyDirtyFlagMap.getDouble ( String key )' will be called instead of this method in a client program.
SchedulerContext.getFloat ( String key )Method 'utils.StringKeyDirtyFlagMap.getFloat ( String key )' will be called instead of this method in a client program.
SchedulerContext.getInt ( String key )Method 'utils.StringKeyDirtyFlagMap.getInt ( String key )' will be called instead of this method in a client program.
SchedulerContext.getKeys ( )Method 'utils.StringKeyDirtyFlagMap.getKeys ( )' will be called instead of this method in a client program.
SchedulerContext.getLong ( String key )Method 'utils.StringKeyDirtyFlagMap.getLong ( String key )' will be called instead of this method in a client program.
SchedulerContext.getString ( String key )Method 'utils.StringKeyDirtyFlagMap.getString ( String key )' will be called instead of this method in a client program.
SchedulerContext.put ( Object key, Object value )Method 'utils.StringKeyDirtyFlagMap.put ( Object key, Object value )' will be called instead of this method in a client program.
SchedulerContext.put ( String key, boolean value )Method 'utils.StringKeyDirtyFlagMap.put ( String key, boolean value )' will be called instead of this method in a client program.
SchedulerContext.put ( String key, char value )Method 'utils.StringKeyDirtyFlagMap.put ( String key, char value )' will be called instead of this method in a client program.
SchedulerContext.put ( String key, double value )Method 'utils.StringKeyDirtyFlagMap.put ( String key, double value )' will be called instead of this method in a client program.
SchedulerContext.put ( String key, float value )Method 'utils.StringKeyDirtyFlagMap.put ( String key, float value )' will be called instead of this method in a client program.
SchedulerContext.put ( String key, int value )Method 'utils.StringKeyDirtyFlagMap.put ( String key, int value )' will be called instead of this method in a client program.
SchedulerContext.put ( String key, String value )Method 'utils.StringKeyDirtyFlagMap.put ( String key, String value )' will be called instead of this method in a client program.
SchedulerContext.put ( String key, long value )Method 'utils.StringKeyDirtyFlagMap.put ( String key, long value )' will be called instead of this method in a client program.
SchedulerContext.putAll ( java.util.Map map )Method 'utils.StringKeyDirtyFlagMap.putAll ( java.util.Map map )' will be called instead of this method in a client program.
SchedulerContext.removeTransientData ( )Method 'utils.StringKeyDirtyFlagMap.removeTransientData ( )' will be called instead of this method in a client program.
SchedulerContext.setAllowsTransientData ( boolean allowsTransientData )Method 'utils.StringKeyDirtyFlagMap.setAllowsTransientData ( boolean allowsTransientData )' will be called instead of this method in a client program.
package org.quartz.ee.jta
[+] JTAJobRunShell (1)
| Change | Effect |
---|
1 | Method org.quartz.core.JobRunShell.passivate ( ) has been overridden by JTAJobRunShell.passivate ( ) | Method JTAJobRunShell.passivate ( ) will be called instead of org.quartz.core.JobRunShell.passivate ( ) in a client program. |
[+] affected methods (1)
org.quartz.core.JobRunShell.passivate ( )Method 'JTAJobRunShell.passivate ( )' will be called instead of this method in a client program.
package org.quartz.plugins.xml
[+] JobInitializationPlugin (3)
| Change | Effect |
---|
1 | Added super-class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
2 | Method JobInitializationPlugin.getLog ( ) has been moved up type hierarchy to org.quartz.plugins.SchedulerPluginWithUserTransactionSupport.getLog ( ) | Method org.quartz.plugins.SchedulerPluginWithUserTransactionSupport.getLog ( ) will be called instead of JobInitializationPlugin.getLog ( ) in a client program. |
3 | Method JobInitializationPlugin.start ( ) has been moved up type hierarchy to org.quartz.plugins.SchedulerPluginWithUserTransactionSupport.start ( ) | Method org.quartz.plugins.SchedulerPluginWithUserTransactionSupport.start ( ) will be called instead of JobInitializationPlugin.start ( ) in a client program. |
[+] affected methods (18)
JobInitializationPlugin.fileUpdated ( String fileName )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.getFileName ( )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.getLog ( )Method 'org.quartz.plugins.SchedulerPluginWithUserTransactionSupport.getLog ( )' will be called instead of this method in a client program.
JobInitializationPlugin.getScanInterval ( )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.initialize ( String name, org.quartz.Scheduler scheduler )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.isFailOnFileNotFound ( )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.isOverWriteExistingJobs ( )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.isValidating ( )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.isValidatingSchema ( )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.JobInitializationPlugin ( )This constructor is from 'JobInitializationPlugin' class.
JobInitializationPlugin.setFailOnFileNotFound ( boolean failOnFileNotFound )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.setFileName ( String fileName )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.setOverWriteExistingJobs ( boolean overWriteExistingJobs )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.setScanInterval ( long scanInterval )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.setValidating ( boolean validating )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.setValidatingSchema ( boolean validatingSchema )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.shutdown ( )This method is from 'JobInitializationPlugin' class.
JobInitializationPlugin.start ( )Method 'org.quartz.plugins.SchedulerPluginWithUserTransactionSupport.start ( )' will be called instead of this method in a client program.
[+] JobInitializationPluginMultiple (18)
| Change | Effect |
---|
1 | Added super-class JobInitializationPlugin. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
2 | Method JobInitializationPluginMultiple.getLog ( ) has been moved up type hierarchy to org.quartz.plugins.SchedulerPluginWithUserTransactionSupport.getLog ( ) | Method org.quartz.plugins.SchedulerPluginWithUserTransactionSupport.getLog ( ) will be called instead of JobInitializationPluginMultiple.getLog ( ) in a client program. |
3 | Method JobInitializationPluginMultiple.start ( ) has been moved up type hierarchy to org.quartz.plugins.SchedulerPluginWithUserTransactionSupport.start ( ) | Method org.quartz.plugins.SchedulerPluginWithUserTransactionSupport.start ( ) will be called instead of JobInitializationPluginMultiple.start ( ) in a client program. |
4 | Method JobInitializationPluginMultiple.fileUpdated ( String fileName ) has been moved up type hierarchy to JobInitializationPlugin.fileUpdated ( String fileName ) | Method JobInitializationPlugin.fileUpdated ( String fileName ) will be called instead of JobInitializationPluginMultiple.fileUpdated ( String fileName ) in a client program. |
5 | Method JobInitializationPluginMultiple.getFileName ( ) has been moved up type hierarchy to JobInitializationPlugin.getFileName ( ) | Method JobInitializationPlugin.getFileName ( ) will be called instead of JobInitializationPluginMultiple.getFileName ( ) in a client program. |
6 | Method JobInitializationPluginMultiple.getScanInterval ( ) has been moved up type hierarchy to JobInitializationPlugin.getScanInterval ( ) | Method JobInitializationPlugin.getScanInterval ( ) will be called instead of JobInitializationPluginMultiple.getScanInterval ( ) in a client program. |
7 | Method JobInitializationPluginMultiple.initialize ( String name, org.quartz.Scheduler scheduler ) has been moved up type hierarchy to JobInitializationPlugin.initialize ( String name, org.quartz.Scheduler scheduler ) | Method JobInitializationPlugin.initialize ( String name, org.quartz.Scheduler scheduler ) will be called instead of JobInitializationPluginMultiple.initialize ( String name, org.quartz.Scheduler scheduler ) in a client program. |
8 | Method JobInitializationPluginMultiple.isFailOnFileNotFound ( ) has been moved up type hierarchy to JobInitializationPlugin.isFailOnFileNotFound ( ) | Method JobInitializationPlugin.isFailOnFileNotFound ( ) will be called instead of JobInitializationPluginMultiple.isFailOnFileNotFound ( ) in a client program. |
9 | Method JobInitializationPluginMultiple.isOverWriteExistingJobs ( ) has been moved up type hierarchy to JobInitializationPlugin.isOverWriteExistingJobs ( ) | Method JobInitializationPlugin.isOverWriteExistingJobs ( ) will be called instead of JobInitializationPluginMultiple.isOverWriteExistingJobs ( ) in a client program. |
10 | Method JobInitializationPluginMultiple.isValidating ( ) has been moved up type hierarchy to JobInitializationPlugin.isValidating ( ) | Method JobInitializationPlugin.isValidating ( ) will be called instead of JobInitializationPluginMultiple.isValidating ( ) in a client program. |
11 | Method JobInitializationPluginMultiple.isValidatingSchema ( ) has been moved up type hierarchy to JobInitializationPlugin.isValidatingSchema ( ) | Method JobInitializationPlugin.isValidatingSchema ( ) will be called instead of JobInitializationPluginMultiple.isValidatingSchema ( ) in a client program. |
12 | Method JobInitializationPluginMultiple.setFailOnFileNotFound ( boolean failOnFileNotFound ) has been moved up type hierarchy to JobInitializationPlugin.setFailOnFileNotFound ( boolean failOnFileNotFound ) | Method JobInitializationPlugin.setFailOnFileNotFound ( boolean failOnFileNotFound ) will be called instead of JobInitializationPluginMultiple.setFailOnFileNotFound ( boolean failOnFileNotFound ) in a client program. |
13 | Method JobInitializationPluginMultiple.setFileName ( String fileName ) has been moved up type hierarchy to JobInitializationPlugin.setFileName ( String fileName ) | Method JobInitializationPlugin.setFileName ( String fileName ) will be called instead of JobInitializationPluginMultiple.setFileName ( String fileName ) in a client program. |
14 | Method JobInitializationPluginMultiple.setOverWriteExistingJobs ( boolean overWriteExistingJobs ) has been moved up type hierarchy to JobInitializationPlugin.setOverWriteExistingJobs ( boolean overWriteExistingJobs ) | Method JobInitializationPlugin.setOverWriteExistingJobs ( boolean overWriteExistingJobs ) will be called instead of JobInitializationPluginMultiple.setOverWriteExistingJobs ( boolean overWriteExistingJobs ) in a client program. |
15 | Method JobInitializationPluginMultiple.setScanInterval ( long scanInterval ) has been moved up type hierarchy to JobInitializationPlugin.setScanInterval ( long scanInterval ) | Method JobInitializationPlugin.setScanInterval ( long scanInterval ) will be called instead of JobInitializationPluginMultiple.setScanInterval ( long scanInterval ) in a client program. |
16 | Method JobInitializationPluginMultiple.setValidating ( boolean validating ) has been moved up type hierarchy to JobInitializationPlugin.setValidating ( boolean validating ) | Method JobInitializationPlugin.setValidating ( boolean validating ) will be called instead of JobInitializationPluginMultiple.setValidating ( boolean validating ) in a client program. |
17 | Method JobInitializationPluginMultiple.setValidatingSchema ( boolean validatingSchema ) has been moved up type hierarchy to JobInitializationPlugin.setValidatingSchema ( boolean validatingSchema ) | Method JobInitializationPlugin.setValidatingSchema ( boolean validatingSchema ) will be called instead of JobInitializationPluginMultiple.setValidatingSchema ( boolean validatingSchema ) in a client program. |
18 | Method JobInitializationPluginMultiple.shutdown ( ) has been moved up type hierarchy to JobInitializationPlugin.shutdown ( ) | Method JobInitializationPlugin.shutdown ( ) will be called instead of JobInitializationPluginMultiple.shutdown ( ) in a client program. |
[+] affected methods (18)
JobInitializationPluginMultiple.fileUpdated ( String fileName )Method 'JobInitializationPlugin.fileUpdated ( String fileName )' will be called instead of this method in a client program.
JobInitializationPluginMultiple.getFileName ( )Method 'JobInitializationPlugin.getFileName ( )' will be called instead of this method in a client program.
JobInitializationPluginMultiple.getLog ( )Method 'org.quartz.plugins.SchedulerPluginWithUserTransactionSupport.getLog ( )' will be called instead of this method in a client program.
JobInitializationPluginMultiple.getScanInterval ( )Method 'JobInitializationPlugin.getScanInterval ( )' will be called instead of this method in a client program.
JobInitializationPluginMultiple.initialize ( String name, org.quartz.Scheduler scheduler )Method 'JobInitializationPlugin.initialize ( String name, org.quartz.Scheduler scheduler )' will be called instead of this method in a client program.
JobInitializationPluginMultiple.isFailOnFileNotFound ( )Method 'JobInitializationPlugin.isFailOnFileNotFound ( )' will be called instead of this method in a client program.
JobInitializationPluginMultiple.isOverWriteExistingJobs ( )Method 'JobInitializationPlugin.isOverWriteExistingJobs ( )' will be called instead of this method in a client program.
JobInitializationPluginMultiple.isValidating ( )Method 'JobInitializationPlugin.isValidating ( )' will be called instead of this method in a client program.
JobInitializationPluginMultiple.isValidatingSchema ( )Method 'JobInitializationPlugin.isValidatingSchema ( )' will be called instead of this method in a client program.
JobInitializationPluginMultiple.JobInitializationPluginMultiple ( )This constructor is from 'JobInitializationPluginMultiple' class.
JobInitializationPluginMultiple.setFailOnFileNotFound ( boolean failOnFileNotFound )Method 'JobInitializationPlugin.setFailOnFileNotFound ( boolean failOnFileNotFound )' will be called instead of this method in a client program.
JobInitializationPluginMultiple.setFileName ( String fileName )Method 'JobInitializationPlugin.setFileName ( String fileName )' will be called instead of this method in a client program.
JobInitializationPluginMultiple.setOverWriteExistingJobs ( boolean overWriteExistingJobs )Method 'JobInitializationPlugin.setOverWriteExistingJobs ( boolean overWriteExistingJobs )' will be called instead of this method in a client program.
JobInitializationPluginMultiple.setScanInterval ( long scanInterval )Method 'JobInitializationPlugin.setScanInterval ( long scanInterval )' will be called instead of this method in a client program.
JobInitializationPluginMultiple.setValidating ( boolean validating )Method 'JobInitializationPlugin.setValidating ( boolean validating )' will be called instead of this method in a client program.
JobInitializationPluginMultiple.setValidatingSchema ( boolean validatingSchema )Method 'JobInitializationPlugin.setValidatingSchema ( boolean validatingSchema )' will be called instead of this method in a client program.
JobInitializationPluginMultiple.shutdown ( )Method 'JobInitializationPlugin.shutdown ( )' will be called instead of this method in a client program.
JobInitializationPluginMultiple.start ( )Method 'org.quartz.plugins.SchedulerPluginWithUserTransactionSupport.start ( )' will be called instead of this method in a client program.
package org.quartz.utils
[+] PoolingConnectionProvider (2)
| Change | Effect |
---|
1 | Field DB_JNDI_DATASOURCE_URL (java.lang.String) with the compile-time constant value "jndiURL" has been removed from this class. | A client program may change behavior. |
2 | Field DB_PROPS_PREFIX (java.lang.String) with the compile-time constant value "org.quartz.db." has been removed from this class. | A client program may change behavior. |
[+] affected methods (4)
PoolingConnectionProvider.getConnection ( )This method is from 'PoolingConnectionProvider' class.
PoolingConnectionProvider.PoolingConnectionProvider ( String dbDriver, String dbURL, String dbUser, String dbPassword, int maxConnections, String dbValidationQuery )This constructor is from 'PoolingConnectionProvider' class.
PoolingConnectionProvider.PoolingConnectionProvider ( java.util.Properties config )This constructor is from 'PoolingConnectionProvider' class.
PoolingConnectionProvider.shutdown ( )This method is from 'PoolingConnectionProvider' class.
to the top
Other Changes in Data Types (20)
quartz-all-1.5.2.jar
package org.quartz
[+] Scheduler (8)
| Change | Effect |
---|
1 | Abstract method Scheduler.getGlobalJobListener ( String p1 ) has been added to this interface. | No effect. |
2 | Abstract method Scheduler.getGlobalTriggerListener ( String p1 ) has been added to this interface. | No effect. |
3 | Abstract method Scheduler.isStarted ( ) has been added to this interface. | No effect. |
4 | Abstract method Scheduler.removeGlobalJobListener ( String p1 ) has been added to this interface. | No effect. |
5 | Abstract method Scheduler.removeGlobalTriggerListener ( String p1 ) has been added to this interface. | No effect. |
6 | Field FAILED_JOB_ORIGINAL_TRIGGER_FIRETIME_IN_MILLISECONDS has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
7 | Field FAILED_JOB_ORIGINAL_TRIGGER_GROUP has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
8 | Field FAILED_JOB_ORIGINAL_TRIGGER_NAME has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (94)
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 ( Trigger trigger, JobDetail jobDetail, int instCode )Field 'this.scheduler' in the object of this method has type 'Scheduler'.
core.JobRunShell.initialize ( core.QuartzScheduler qs, spi.TriggerFiredBundle firedBundle )Field 'this.scheduler' in the object of this method has type 'Scheduler'.
core.JobRunShell.JobRunShell ( core.JobRunShellFactory jobRunShellFactory, Scheduler scheduler, core.SchedulingContext schdCtxt )Field 'this.scheduler' in the object of this method has type 'Scheduler'.
core.JobRunShell.passivate ( )Field 'this.scheduler' in the object of this method has type 'Scheduler'.
core.JobRunShell.requestShutdown ( )Field 'this.scheduler' in the object of this method has type 'Scheduler'.
core.JobRunShell.run ( )Field 'this.scheduler' in the object of this method has type 'Scheduler'.
core.JobRunShellFactory.borrowJobRunShell ( )Field 'RetVal.scheduler' in return value of this abstract method has type 'Scheduler'.
core.JobRunShellFactory.initialize ( Scheduler p1, core.SchedulingContext p2 )1st parameter 'p1' of this abstract method has type 'Scheduler'.
core.JobRunShellFactory.returnJobRunShell ( core.JobRunShell p1 )Field 'p1.scheduler' in 1st parameter 'p1' of this abstract method has type 'Scheduler'.
ee.jta.JTAJobRunShellFactory.borrowJobRunShell ( )Field 'RetVal.scheduler' in return value of this method has type 'Scheduler'.
ee.jta.JTAJobRunShellFactory.initialize ( Scheduler scheduler, core.SchedulingContext schedCtxt )1st parameter 'scheduler' of this method has type 'Scheduler'.
ee.jta.JTAJobRunShellFactory.returnJobRunShell ( core.JobRunShell jobRunShell )Field 'jobRunShell.scheduler' in 1st parameter 'jobRunShell' of this method has type 'Scheduler'.
JobExecutionContext.getScheduler ( )Return value of this method has type 'Scheduler'.
JobExecutionContext.JobExecutionContext ( Scheduler scheduler, spi.TriggerFiredBundle firedBundle, Job job )1st parameter 'scheduler' of this method has type 'Scheduler'.
plugins.history.LoggingJobHistoryPlugin.initialize ( String name, Scheduler scheduler )2nd parameter 'scheduler' of this method has type 'Scheduler'.
plugins.history.LoggingTriggerHistoryPlugin.initialize ( String name, Scheduler scheduler )2nd parameter 'scheduler' of this method has type 'Scheduler'.
plugins.management.ShutdownHookPlugin.initialize ( String name, Scheduler scheduler )2nd parameter 'scheduler' of this method has type 'Scheduler'.
plugins.xml.JobInitializationPlugin.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.addGlobalJobListener ( JobListener p1 )This abstract method is from 'Scheduler' interface.
Scheduler.addGlobalTriggerListener ( TriggerListener p1 )This abstract method is from 'Scheduler' interface.
Scheduler.addJob ( JobDetail p1, boolean p2 )This abstract method is from 'Scheduler' interface.
Scheduler.addJobListener ( JobListener p1 )This abstract method is from 'Scheduler' interface.
Scheduler.addSchedulerListener ( SchedulerListener p1 )This abstract method is from 'Scheduler' interface.
Scheduler.addTriggerListener ( TriggerListener p1 )This abstract method is from 'Scheduler' interface.
Scheduler.deleteCalendar ( String p1 )This abstract method is from 'Scheduler' interface.
Scheduler.deleteJob ( String p1, String p2 )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.getGlobalJobListeners ( )This abstract method is from 'Scheduler' interface.
Scheduler.getGlobalTriggerListeners ( )This abstract method is from 'Scheduler' interface.
Scheduler.getJobDetail ( String p1, String p2 )This abstract method is from 'Scheduler' interface.
Scheduler.getJobGroupNames ( )This abstract method is from 'Scheduler' interface.
Scheduler.getJobListener ( String p1 )This abstract method is from 'Scheduler' interface.
Scheduler.getJobListenerNames ( )This abstract method is from 'Scheduler' interface.
Scheduler.getJobNames ( String p1 )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.getSchedulerListeners ( )This abstract method is from 'Scheduler' interface.
Scheduler.getSchedulerName ( )This abstract method is from 'Scheduler' interface.
Scheduler.getTrigger ( String p1, String p2 )This abstract method is from 'Scheduler' interface.
Scheduler.getTriggerGroupNames ( )This abstract method is from 'Scheduler' interface.
Scheduler.getTriggerListener ( String p1 )This abstract method is from 'Scheduler' interface.
Scheduler.getTriggerListenerNames ( )This abstract method is from 'Scheduler' interface.
Scheduler.getTriggerNames ( String p1 )This abstract method is from 'Scheduler' interface.
Scheduler.getTriggersOfJob ( String p1, String p2 )This abstract method is from 'Scheduler' interface.
Scheduler.getTriggerState ( String p1, String p2 )This abstract method is from 'Scheduler' interface.
Scheduler.interrupt ( String p1, String p2 )This abstract method is from 'Scheduler' interface.
Scheduler.isInStandbyMode ( )This abstract method is from 'Scheduler' interface.
Scheduler.isPaused ( )This abstract method is from 'Scheduler' interface.
Scheduler.isShutdown ( )This abstract method is from 'Scheduler' interface.
Scheduler.pause ( )This abstract method is from 'Scheduler' interface.
Scheduler.pauseAll ( )This abstract method is from 'Scheduler' interface.
Scheduler.pauseJob ( String p1, String p2 )This abstract method is from 'Scheduler' interface.
Scheduler.pauseJobGroup ( String p1 )This abstract method is from 'Scheduler' interface.
Scheduler.pauseTrigger ( String p1, String p2 )This abstract method is from 'Scheduler' interface.
Scheduler.pauseTriggerGroup ( String p1 )This abstract method is from 'Scheduler' interface.
Scheduler.removeGlobalJobListener ( JobListener p1 )This abstract method is from 'Scheduler' interface.
Scheduler.removeGlobalTriggerListener ( TriggerListener p1 )This abstract method is from 'Scheduler' interface.
Scheduler.removeJobListener ( String p1 )This abstract method is from 'Scheduler' interface.
Scheduler.removeSchedulerListener ( SchedulerListener p1 )This abstract method is from 'Scheduler' interface.
Scheduler.removeTriggerListener ( String p1 )This abstract method is from 'Scheduler' interface.
Scheduler.rescheduleJob ( String p1, String p2, Trigger p3 )This abstract method is from 'Scheduler' interface.
Scheduler.resumeAll ( )This abstract method is from 'Scheduler' interface.
Scheduler.resumeJob ( String p1, String p2 )This abstract method is from 'Scheduler' interface.
Scheduler.resumeJobGroup ( String p1 )This abstract method is from 'Scheduler' interface.
Scheduler.resumeTrigger ( String p1, String p2 )This abstract method is from 'Scheduler' interface.
Scheduler.resumeTriggerGroup ( String 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.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.triggerJob ( String p1, String p2 )This abstract method is from 'Scheduler' interface.
Scheduler.triggerJob ( String p1, String p2, JobDataMap p3 )This abstract method is from 'Scheduler' interface.
Scheduler.triggerJobWithVolatileTrigger ( String p1, String p2 )This abstract method is from 'Scheduler' interface.
Scheduler.triggerJobWithVolatileTrigger ( String p1, String p2, JobDataMap p3 )This abstract method is from 'Scheduler' interface.
Scheduler.unscheduleJob ( String p1, String p2 )This abstract method is from 'Scheduler' interface.
SchedulerFactory.getScheduler ( )Return value of this abstract method has type 'Scheduler'.
SchedulerFactory.getScheduler ( String p1 )Return value of this abstract method has type 'Scheduler'.
spi.SchedulerPlugin.initialize ( String p1, Scheduler p2 )2nd parameter 'p2' of this abstract method has type 'Scheduler'.
xml.JobSchedulingDataProcessor.addCalendar ( Scheduler sched, xml.CalendarBundle calendarBundle )1st parameter 'sched' of this method has type 'Scheduler'.
xml.JobSchedulingDataProcessor.processFileAndScheduleJobs ( String fileName, String systemId, Scheduler sched, boolean overWriteExistingJobs )3rd parameter 'sched' of this method has type 'Scheduler'.
xml.JobSchedulingDataProcessor.processFileAndScheduleJobs ( String fileName, Scheduler sched, boolean overWriteExistingJobs )2nd parameter 'sched' of this method has type 'Scheduler'.
xml.JobSchedulingDataProcessor.processFileAndScheduleJobs ( Scheduler sched, boolean overWriteExistingJobs )1st parameter 'sched' of this method has type 'Scheduler'.
xml.JobSchedulingDataProcessor.scheduleJob ( xml.JobSchedulingBundle job, Scheduler sched, boolean localOverWriteExistingJobs )2nd parameter 'sched' of this method has type 'Scheduler'.
xml.JobSchedulingDataProcessor.scheduleJobs ( java.util.Map jobBundles, Scheduler sched, boolean overWriteExistingJobs )2nd parameter 'sched' of this method has type 'Scheduler'.
[+] Trigger (1)
| Change | Effect |
---|
1 | Field DEFAULT_PRIORITY has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (146)
core.JobRunShell.completeTriggerRetryLoop ( Trigger trigger, JobDetail jobDetail, int instCode )1st parameter 'trigger' of this method has type 'Trigger'.
core.QuartzScheduler.getTrigger ( core.SchedulingContext ctxt, String triggerName, String triggerGroup )Return value of this method has type 'Trigger'.
core.QuartzScheduler.notifyJobStoreJobComplete ( core.SchedulingContext ctxt, Trigger trigger, JobDetail detail, int instCode )2nd parameter 'trigger' of this method has type 'Trigger'.
core.QuartzScheduler.notifySchedulerListenersFinalized ( Trigger trigger )1st parameter 'trigger' of this method has type 'Trigger'.
core.QuartzScheduler.notifySchedulerListenersSchduled ( Trigger trigger )1st parameter 'trigger' of this method has type 'Trigger'.
core.QuartzScheduler.notifyTriggerListenersMisfired ( Trigger trigger )1st parameter 'trigger' of this method has type 'Trigger'.
core.QuartzScheduler.rescheduleJob ( core.SchedulingContext ctxt, String triggerName, String groupName, Trigger newTrigger )4th parameter 'newTrigger' of this method has type 'Trigger'.
core.QuartzScheduler.scheduleJob ( core.SchedulingContext ctxt, JobDetail jobDetail, Trigger trigger )3rd parameter 'trigger' of this method has type 'Trigger'.
core.QuartzScheduler.scheduleJob ( core.SchedulingContext ctxt, Trigger trigger )2nd parameter 'trigger' of this method has type 'Trigger'.
core.QuartzScheduler_Stub.getTrigger ( core.SchedulingContext p1, String p2, String p3 )Return value of this method has type 'Trigger'.
core.QuartzScheduler_Stub.rescheduleJob ( core.SchedulingContext p1, String p2, String p3, Trigger p4 )4th parameter 'p4' of this method has type 'Trigger'.
core.QuartzScheduler_Stub.scheduleJob ( core.SchedulingContext p1, JobDetail p2, Trigger p3 )3rd parameter 'p3' of this method has type 'Trigger'.
core.QuartzScheduler_Stub.scheduleJob ( core.SchedulingContext p1, Trigger p2 )2nd parameter 'p2' of this method has type 'Trigger'.
core.RemotableQuartzScheduler.getTrigger ( core.SchedulingContext p1, String p2, String p3 )Return value of this abstract method has type 'Trigger'.
core.RemotableQuartzScheduler.rescheduleJob ( core.SchedulingContext p1, String p2, String p3, Trigger p4 )4th parameter 'p4' of this abstract method has type 'Trigger'.
core.RemotableQuartzScheduler.scheduleJob ( core.SchedulingContext p1, JobDetail p2, Trigger p3 )3rd parameter 'p3' of this abstract method has type 'Trigger'.
core.RemotableQuartzScheduler.scheduleJob ( core.SchedulingContext p1, Trigger p2 )2nd parameter 'p2' of this abstract method has type 'Trigger'.
helpers.TriggerUtils.computeFireTimes ( Trigger trigg, Calendar cal, int numTimes )1st parameter 'trigg' of this method has type 'Trigger'.
helpers.TriggerUtils.computeFireTimesBetween ( Trigger trigg, Calendar cal, java.util.Date from, java.util.Date to )1st parameter 'trigg' of this method has type 'Trigger'.
helpers.TriggerUtils.makeDailyTrigger ( int hour, int minute )Return value of this method has type 'Trigger'.
helpers.TriggerUtils.makeHourlyTrigger ( )Return value of this method has type 'Trigger'.
helpers.TriggerUtils.makeHourlyTrigger ( int intervalInHours )Return value of this method has type 'Trigger'.
helpers.TriggerUtils.makeHourlyTrigger ( int intervalInHours, int repeatCount )Return value of this method has type 'Trigger'.
helpers.TriggerUtils.makeMinutelyTrigger ( )Return value of this method has type 'Trigger'.
helpers.TriggerUtils.makeMinutelyTrigger ( int intervalInMinutes )Return value of this method has type 'Trigger'.
helpers.TriggerUtils.makeMinutelyTrigger ( int intervalInMinutes, int repeatCount )Return value of this method has type 'Trigger'.
helpers.TriggerUtils.makeMonthlyTrigger ( int dayOfMonth, int hour, int minute )Return value of this method has type 'Trigger'.
helpers.TriggerUtils.makeSecondlyTrigger ( )Return value of this method has type 'Trigger'.
helpers.TriggerUtils.makeSecondlyTrigger ( int intervalInSeconds )Return value of this method has type 'Trigger'.
helpers.TriggerUtils.makeSecondlyTrigger ( int intervalInSeconds, int repeatCount )Return value of this method has type 'Trigger'.
helpers.TriggerUtils.makeWeeklyTrigger ( int dayOfWeek, int hour, int minute )Return value of this method has type 'Trigger'.
helpers.TriggerUtils.setTriggerIdentity ( Trigger trig, String name )1st parameter 'trig' of this method has type 'Trigger'.
helpers.TriggerUtils.setTriggerIdentity ( Trigger trig, String name, String group )1st parameter 'trig' of this method has type 'Trigger'.
JobExecutionContext.getTrigger ( )Return value of this method has type 'Trigger'.
ObjectAlreadyExistsException.ObjectAlreadyExistsException ( Trigger offendingTrigger )1st parameter 'offendingTrigger' of this method has type 'Trigger'.
plugins.history.LoggingTriggerHistoryPlugin.triggerComplete ( Trigger trigger, JobExecutionContext context, int triggerInstructionCode )1st parameter 'trigger' of this method has type 'Trigger'.
plugins.history.LoggingTriggerHistoryPlugin.triggerFired ( Trigger trigger, JobExecutionContext context )1st parameter 'trigger' of this method has type 'Trigger'.
plugins.history.LoggingTriggerHistoryPlugin.triggerMisfired ( Trigger trigger )1st parameter 'trigger' of this method has type 'Trigger'.
plugins.history.LoggingTriggerHistoryPlugin.vetoJobExecution ( Trigger trigger, JobExecutionContext context )1st parameter 'trigger' of this method has type 'Trigger'.
Scheduler.getTrigger ( String p1, String p2 )Return value of this abstract method has type 'Trigger'.
Scheduler.rescheduleJob ( String p1, String p2, Trigger p3 )3rd parameter 'p3' of this abstract method has type 'Trigger'.
Scheduler.scheduleJob ( JobDetail p1, Trigger p2 )2nd parameter 'p2' of this abstract method has type 'Trigger'.
Scheduler.scheduleJob ( Trigger p1 )1st parameter 'p1' of this abstract method has type 'Trigger'.
SchedulerListener.jobScheduled ( Trigger p1 )1st parameter 'p1' of this abstract method has type 'Trigger'.
SchedulerListener.triggerFinalized ( Trigger p1 )1st parameter 'p1' of this abstract method has type 'Trigger'.
simpl.RAMJobStore.acquireNextTrigger ( core.SchedulingContext ctxt, long noLaterThan )Return value of this method has type 'Trigger'.
simpl.RAMJobStore.releaseAcquiredTrigger ( core.SchedulingContext ctxt, Trigger trigger )2nd parameter 'trigger' of this method has type 'Trigger'.
simpl.RAMJobStore.replaceTrigger ( core.SchedulingContext ctxt, String triggerName, String groupName, Trigger newTrigger )4th parameter 'newTrigger' of this method has type 'Trigger'.
simpl.RAMJobStore.retrieveTrigger ( core.SchedulingContext ctxt, String triggerName, String groupName )Return value of this method has type 'Trigger'.
simpl.RAMJobStore.storeJobAndTrigger ( core.SchedulingContext ctxt, JobDetail newJob, Trigger newTrigger )3rd parameter 'newTrigger' of this method has type 'Trigger'.
simpl.RAMJobStore.storeTrigger ( core.SchedulingContext ctxt, Trigger newTrigger, boolean replaceExisting )2nd parameter 'newTrigger' of this method has type 'Trigger'.
simpl.RAMJobStore.triggeredJobComplete ( core.SchedulingContext ctxt, Trigger trigger, JobDetail jobDetail, int triggerInstCode )2nd parameter 'trigger' of this method has type 'Trigger'.
simpl.RAMJobStore.triggerFired ( core.SchedulingContext ctxt, Trigger trigger )2nd parameter 'trigger' of this method has type 'Trigger'.
spi.JobStore.acquireNextTrigger ( core.SchedulingContext p1, long p2 )Return value of this abstract method has type 'Trigger'.
spi.JobStore.releaseAcquiredTrigger ( core.SchedulingContext p1, Trigger p2 )2nd parameter 'p2' of this abstract method has type 'Trigger'.
spi.JobStore.replaceTrigger ( core.SchedulingContext p1, String p2, String p3, Trigger p4 )4th parameter 'p4' of this abstract method has type 'Trigger'.
spi.JobStore.retrieveTrigger ( core.SchedulingContext p1, String p2, String p3 )Return value of this abstract method has type 'Trigger'.
spi.JobStore.storeJobAndTrigger ( core.SchedulingContext p1, JobDetail p2, Trigger p3 )3rd parameter 'p3' of this abstract method has type 'Trigger'.
spi.JobStore.storeTrigger ( core.SchedulingContext p1, Trigger p2, boolean p3 )2nd parameter 'p2' of this abstract method has type 'Trigger'.
spi.JobStore.triggeredJobComplete ( core.SchedulingContext p1, Trigger p2, JobDetail p3, int p4 )2nd parameter 'p2' of this abstract method has type 'Trigger'.
spi.JobStore.triggerFired ( core.SchedulingContext p1, Trigger p2 )2nd parameter 'p2' of this abstract method has type 'Trigger'.
spi.SchedulerSignaler.notifyTriggerListenersMisfired ( Trigger p1 )1st parameter 'p1' of this abstract method has type 'Trigger'.
spi.TriggerFiredBundle.getTrigger ( )Return value of this method has type 'Trigger'.
spi.TriggerFiredBundle.TriggerFiredBundle ( JobDetail job, Trigger trigger, Calendar cal, boolean jobIsRecovering, java.util.Date fireTime, java.util.Date scheduledFireTime, java.util.Date prevFireTime, java.util.Date nextFireTime )2nd parameter 'trigger' of this method has type 'Trigger'.
Trigger.addTriggerListener ( String name )This method is from 'Trigger' abstract class.
Trigger.clone ( )This method is from 'Trigger' abstract class.
Trigger.compareTo ( Object obj )This method is from 'Trigger' abstract class.
Trigger.computeFirstFireTime ( Calendar p1 )This abstract method is from 'Trigger' abstract class.
Trigger.equals ( Object obj )This method is from 'Trigger' abstract class.
Trigger.executionComplete ( JobExecutionContext p1, JobExecutionException p2 )This abstract method is from 'Trigger' abstract class.
Trigger.getCalendarName ( )This method is from 'Trigger' abstract class.
Trigger.getDescription ( )This method is from 'Trigger' abstract class.
Trigger.getEndTime ( )This abstract method is from 'Trigger' abstract class.
Trigger.getFinalFireTime ( )This abstract method is from 'Trigger' abstract class.
Trigger.getFireInstanceId ( )This method is from 'Trigger' abstract class.
Trigger.getFireTimeAfter ( java.util.Date p1 )This abstract method is from 'Trigger' abstract class.
Trigger.getFullJobName ( )This method is from 'Trigger' abstract class.
Trigger.getFullName ( )This method is from 'Trigger' abstract class.
Trigger.getGroup ( )This method is from 'Trigger' abstract class.
Trigger.getJobDataMap ( )This method is from 'Trigger' abstract class.
Trigger.getJobGroup ( )This method is from 'Trigger' abstract class.
Trigger.getJobName ( )This method is from 'Trigger' abstract class.
Trigger.getMisfireInstruction ( )This method is from 'Trigger' abstract class.
Trigger.getName ( )This method is from 'Trigger' abstract class.
Trigger.getNextFireTime ( )This abstract method is from 'Trigger' abstract class.
Trigger.getPreviousFireTime ( )This abstract method is from 'Trigger' abstract class.
Trigger.getStartTime ( )This abstract method is from 'Trigger' abstract class.
Trigger.getTriggerListenerNames ( )This method is from 'Trigger' abstract class.
Trigger.hashCode ( )This method is from 'Trigger' abstract class.
Trigger.isVolatile ( )This method is from 'Trigger' abstract class.
Trigger.mayFireAgain ( )This abstract method is from 'Trigger' abstract class.
Trigger.removeTriggerListener ( String name )This method is from 'Trigger' abstract class.
Trigger.setCalendarName ( String calendarName )This method is from 'Trigger' abstract class.
Trigger.setDescription ( String description )This method is from 'Trigger' abstract class.
Trigger.setEndTime ( java.util.Date p1 )This abstract method is from 'Trigger' abstract class.
Trigger.setFireInstanceId ( String id )This method is from 'Trigger' abstract class.
Trigger.setGroup ( String group )This method is from 'Trigger' abstract class.
Trigger.setJobDataMap ( JobDataMap jobDataMap )This method is from 'Trigger' abstract class.
Trigger.setJobGroup ( String jobGroup )This method is from 'Trigger' abstract class.
Trigger.setJobName ( String jobName )This method is from 'Trigger' abstract class.
Trigger.setMisfireInstruction ( int misfireInstruction )This method is from 'Trigger' abstract class.
Trigger.setName ( String name )This method is from 'Trigger' abstract class.
Trigger.setStartTime ( java.util.Date p1 )This abstract method is from 'Trigger' abstract class.
Trigger.setVolatility ( boolean volatility )This method is from 'Trigger' abstract class.
Trigger.toString ( )This method is from 'Trigger' abstract class.
Trigger.Trigger ( )This constructor is from 'Trigger' abstract class.
Trigger.Trigger ( String name, String group )This constructor is from 'Trigger' abstract class.
Trigger.Trigger ( String name, String group, String jobName, String jobGroup )This constructor is from 'Trigger' abstract class.
Trigger.triggered ( Calendar p1 )This abstract method is from 'Trigger' abstract class.
Trigger.updateAfterMisfire ( Calendar p1 )This abstract method is from 'Trigger' abstract class.
Trigger.updateWithNewCalendar ( Calendar p1, long p2 )This abstract method is from 'Trigger' abstract class.
Trigger.validate ( )This method is from 'Trigger' abstract class.
Trigger.validateMisfireInstruction ( int p1 )This abstract method is from 'Trigger' abstract class.
TriggerListener.triggerComplete ( Trigger p1, JobExecutionContext p2, int p3 )1st parameter 'p1' of this abstract method has type 'Trigger'.
TriggerListener.triggerFired ( Trigger p1, JobExecutionContext p2 )1st parameter 'p1' of this abstract method has type 'Trigger'.
TriggerListener.triggerMisfired ( Trigger p1 )1st parameter 'p1' of this abstract method has type 'Trigger'.
TriggerListener.vetoJobExecution ( Trigger p1, JobExecutionContext p2 )1st parameter 'p1' of this abstract method has type 'Trigger'.
TriggerUtils.computeFireTimes ( Trigger trigg, Calendar cal, int numTimes )1st parameter 'trigg' of this method has type 'Trigger'.
TriggerUtils.computeFireTimesBetween ( Trigger trigg, Calendar cal, java.util.Date from, java.util.Date to )1st parameter 'trigg' of this method has type 'Trigger'.
TriggerUtils.makeDailyTrigger ( int hour, int minute )Return value of this method has type 'Trigger'.
TriggerUtils.makeDailyTrigger ( String trigName, int hour, int minute )Return value of this method has type 'Trigger'.
TriggerUtils.makeHourlyTrigger ( )Return value of this method has type 'Trigger'.
TriggerUtils.makeHourlyTrigger ( int intervalInHours )Return value of this method has type 'Trigger'.
TriggerUtils.makeHourlyTrigger ( int intervalInHours, int repeatCount )Return value of this method has type 'Trigger'.
TriggerUtils.makeHourlyTrigger ( String trigName )Return value of this method has type 'Trigger'.
TriggerUtils.makeHourlyTrigger ( String trigName, int intervalInHours, int repeatCount )Return value of this method has type 'Trigger'.
TriggerUtils.makeImmediateTrigger ( int repeatCount, long repeatInterval )Return value of this method has type 'Trigger'.
TriggerUtils.makeImmediateTrigger ( String trigName, int repeatCount, long repeatInterval )Return value of this method has type 'Trigger'.
TriggerUtils.makeMinutelyTrigger ( )Return value of this method has type 'Trigger'.
TriggerUtils.makeMinutelyTrigger ( int intervalInMinutes )Return value of this method has type 'Trigger'.
TriggerUtils.makeMinutelyTrigger ( int intervalInMinutes, int repeatCount )Return value of this method has type 'Trigger'.
TriggerUtils.makeMinutelyTrigger ( String trigName )Return value of this method has type 'Trigger'.
TriggerUtils.makeMinutelyTrigger ( String trigName, int intervalInMinutes, int repeatCount )Return value of this method has type 'Trigger'.
TriggerUtils.makeMonthlyTrigger ( int dayOfMonth, int hour, int minute )Return value of this method has type 'Trigger'.
TriggerUtils.makeMonthlyTrigger ( String trigName, int dayOfMonth, int hour, int minute )Return value of this method has type 'Trigger'.
TriggerUtils.makeSecondlyTrigger ( )Return value of this method has type 'Trigger'.
TriggerUtils.makeSecondlyTrigger ( int intervalInSeconds )Return value of this method has type 'Trigger'.
TriggerUtils.makeSecondlyTrigger ( int intervalInSeconds, int repeatCount )Return value of this method has type 'Trigger'.
TriggerUtils.makeSecondlyTrigger ( String trigName )Return value of this method has type 'Trigger'.
TriggerUtils.makeSecondlyTrigger ( String trigName, int intervalInSeconds, int repeatCount )Return value of this method has type 'Trigger'.
TriggerUtils.makeWeeklyTrigger ( int dayOfWeek, int hour, int minute )Return value of this method has type 'Trigger'.
TriggerUtils.makeWeeklyTrigger ( String trigName, int dayOfWeek, int hour, int minute )Return value of this method has type 'Trigger'.
TriggerUtils.setTriggerIdentity ( Trigger trig, String name )1st parameter 'trig' of this method has type 'Trigger'.
TriggerUtils.setTriggerIdentity ( Trigger trig, String name, String group )1st parameter 'trig' of this method has type 'Trigger'.
xml.JobSchedulingBundle.addTrigger ( Trigger trigger )1st parameter 'trigger' of this method has type 'Trigger'.
xml.JobSchedulingBundle.removeTrigger ( Trigger trigger )1st parameter 'trigger' of this method has type 'Trigger'.
package org.quartz.core
[+] RemotableQuartzScheduler (5)
| Change | Effect |
---|
1 | Abstract method RemotableQuartzScheduler.getGlobalJobListener ( String p1 ) has been added to this interface. | No effect. |
2 | Abstract method RemotableQuartzScheduler.getGlobalTriggerListener ( String p1 ) has been added to this interface. | No effect. |
3 | Abstract method RemotableQuartzScheduler.removeGlobalJobListener ( String p1 ) has been added to this interface. | No effect. |
4 | Abstract method RemotableQuartzScheduler.removeGlobalTriggerListener ( String p1 ) has been added to this interface. | No effect. |
5 | Abstract method RemotableQuartzScheduler.startDelayed ( int p1 ) has been added to this interface. | No effect. |
[+] affected methods (64)
RemotableQuartzScheduler.addCalendar ( SchedulingContext p1, String p2, org.quartz.Calendar p3, boolean p4, boolean p5 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.addGlobalJobListener ( org.quartz.JobListener p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.addGlobalTriggerListener ( org.quartz.TriggerListener p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.addJob ( SchedulingContext p1, org.quartz.JobDetail p2, boolean p3 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.addJobListener ( org.quartz.JobListener p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.addSchedulerListener ( org.quartz.SchedulerListener p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.addTriggerListener ( org.quartz.TriggerListener p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.deleteCalendar ( SchedulingContext p1, String p2 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.deleteJob ( SchedulingContext p1, String p2, String p3 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getCalendar ( SchedulingContext p1, String p2 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getCalendarNames ( SchedulingContext p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getCurrentlyExecutingJobs ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getGlobalJobListeners ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getGlobalTriggerListeners ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getJobDetail ( SchedulingContext p1, String p2, String p3 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getJobGroupNames ( SchedulingContext p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getJobListener ( String p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getJobListenerNames ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getJobNames ( SchedulingContext p1, String p2 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getJobStoreClass ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getPausedTriggerGroups ( SchedulingContext p1 )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.getSchedulerListeners ( )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 ( SchedulingContext p1, String p2, String p3 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getTriggerGroupNames ( SchedulingContext p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getTriggerListener ( String p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getTriggerListenerNames ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getTriggerNames ( SchedulingContext p1, String p2 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getTriggersOfJob ( SchedulingContext p1, String p2, String p3 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getTriggerState ( SchedulingContext p1, String p2, String p3 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.getVersion ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.interrupt ( SchedulingContext p1, String p2, String p3 )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 ( SchedulingContext p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.pauseJob ( SchedulingContext p1, String p2, String p3 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.pauseJobGroup ( SchedulingContext p1, String p2 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.pauseTrigger ( SchedulingContext p1, String p2, String p3 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.pauseTriggerGroup ( SchedulingContext p1, String p2 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.removeJobListener ( String p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.removeSchedulerListener ( org.quartz.SchedulerListener p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.removeTriggerListener ( String p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.rescheduleJob ( SchedulingContext p1, String p2, String p3, org.quartz.Trigger p4 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.resumeAll ( SchedulingContext p1 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.resumeJob ( SchedulingContext p1, String p2, String p3 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.resumeJobGroup ( SchedulingContext p1, String p2 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.resumeTrigger ( SchedulingContext p1, String p2, String p3 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.resumeTriggerGroup ( SchedulingContext p1, String p2 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.runningSince ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.scheduleJob ( SchedulingContext p1, org.quartz.JobDetail p2, org.quartz.Trigger p3 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.scheduleJob ( SchedulingContext p1, org.quartz.Trigger 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.supportsPersistence ( )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.triggerJob ( SchedulingContext p1, String p2, String p3, org.quartz.JobDataMap p4 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.triggerJobWithVolatileTrigger ( SchedulingContext p1, String p2, String p3, org.quartz.JobDataMap p4 )This abstract method is from 'RemotableQuartzScheduler' interface.
RemotableQuartzScheduler.unscheduleJob ( SchedulingContext p1, String p2, String p3 )This abstract method is from 'RemotableQuartzScheduler' interface.
package org.quartz.jobs.ee.mail
[+] SendMailJob (1)
| Change | Effect |
---|
1 | Field PROP_CONTENT_TYPE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
SendMailJob.execute ( org.quartz.JobExecutionContext context )This method is from 'SendMailJob' class.
SendMailJob.SendMailJob ( )This constructor is from 'SendMailJob' class.
package org.quartz.simpl
[+] RAMJobStore (1)
| Change | Effect |
---|
1 | Field pausedJobGroups has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (50)
RAMJobStore.acquireNextTrigger ( org.quartz.core.SchedulingContext ctxt, long noLaterThan )This method is from 'RAMJobStore' class.
RAMJobStore.applyMisfire ( TriggerWrapper tw )This method is from 'RAMJobStore' class.
RAMJobStore.getCalendarNames ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.getFiredTriggerRecordId ( )This method is from 'RAMJobStore' class.
RAMJobStore.getJobGroupNames ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.getJobNames ( org.quartz.core.SchedulingContext ctxt, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.getLog ( )This method is from 'RAMJobStore' class.
RAMJobStore.getMisfireThreshold ( )This method is from 'RAMJobStore' class.
RAMJobStore.getNumberOfCalendars ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.getNumberOfJobs ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.getNumberOfTriggers ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.getPausedTriggerGroups ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.getTriggerGroupNames ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.getTriggerNames ( org.quartz.core.SchedulingContext ctxt, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.getTriggersForJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.getTriggerState ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.getTriggerWrappersForCalendar ( String calName )This method is from 'RAMJobStore' class.
RAMJobStore.getTriggerWrappersForJob ( String jobName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.initialize ( org.quartz.spi.ClassLoadHelper loadHelper, org.quartz.spi.SchedulerSignaler signaler )This method is from 'RAMJobStore' class.
RAMJobStore.pauseAll ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.pauseJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.pauseJobGroup ( org.quartz.core.SchedulingContext ctxt, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.pauseTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.pauseTriggerGroup ( org.quartz.core.SchedulingContext ctxt, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.peekTriggers ( )This method is from 'RAMJobStore' class.
RAMJobStore.RAMJobStore ( )This constructor is from 'RAMJobStore' class.
RAMJobStore.releaseAcquiredTrigger ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger trigger )This method is from 'RAMJobStore' class.
RAMJobStore.removeCalendar ( org.quartz.core.SchedulingContext ctxt, String calName )This method is from 'RAMJobStore' class.
RAMJobStore.removeJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.removeTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.replaceTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName, org.quartz.Trigger newTrigger )This method is from 'RAMJobStore' class.
RAMJobStore.resumeAll ( org.quartz.core.SchedulingContext ctxt )This method is from 'RAMJobStore' class.
RAMJobStore.resumeJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.resumeJobGroup ( org.quartz.core.SchedulingContext ctxt, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.resumeTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.resumeTriggerGroup ( org.quartz.core.SchedulingContext ctxt, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.retrieveCalendar ( org.quartz.core.SchedulingContext ctxt, String calName )This method is from 'RAMJobStore' class.
RAMJobStore.retrieveJob ( org.quartz.core.SchedulingContext ctxt, String jobName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.retrieveTrigger ( org.quartz.core.SchedulingContext ctxt, String triggerName, String groupName )This method is from 'RAMJobStore' class.
RAMJobStore.schedulerStarted ( )This method is from 'RAMJobStore' class.
RAMJobStore.setAllTriggersOfJobToState ( String jobName, String jobGroup, int state )This method is from 'RAMJobStore' class.
RAMJobStore.setMisfireThreshold ( long misfireThreshold )This method is from 'RAMJobStore' class.
RAMJobStore.shutdown ( )This method is from 'RAMJobStore' class.
RAMJobStore.storeCalendar ( org.quartz.core.SchedulingContext ctxt, String name, org.quartz.Calendar calendar, boolean replaceExisting, boolean updateTriggers )This method is from 'RAMJobStore' class.
RAMJobStore.storeJob ( org.quartz.core.SchedulingContext ctxt, org.quartz.JobDetail newJob, boolean replaceExisting )This method is from 'RAMJobStore' class.
RAMJobStore.storeJobAndTrigger ( org.quartz.core.SchedulingContext ctxt, org.quartz.JobDetail newJob, org.quartz.Trigger newTrigger )This method is from 'RAMJobStore' class.
RAMJobStore.storeTrigger ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger newTrigger, boolean replaceExisting )This method is from 'RAMJobStore' class.
RAMJobStore.supportsPersistence ( )This method is from 'RAMJobStore' class.
RAMJobStore.triggeredJobComplete ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger trigger, org.quartz.JobDetail jobDetail, int triggerInstCode )This method is from 'RAMJobStore' class.
RAMJobStore.triggerFired ( org.quartz.core.SchedulingContext ctxt, org.quartz.Trigger trigger )This method is from 'RAMJobStore' class.
package org.quartz.spi
[+] ClassLoadHelper (1)
| Change | Effect |
---|
1 | Abstract method ClassLoadHelper.getClassLoader ( ) has been added to this interface. | No effect. |
[+] affected methods (22)
org.quartz.plugins.xml.JobInitializationPlugin.fileUpdated ( String fileName )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.JobInitializationPlugin.getFileName ( )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.JobInitializationPlugin.getScanInterval ( )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.JobInitializationPlugin.initialize ( String name, org.quartz.Scheduler scheduler )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.JobInitializationPlugin.isFailOnFileNotFound ( )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.JobInitializationPlugin.isOverWriteExistingJobs ( )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.JobInitializationPlugin.isValidating ( )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.JobInitializationPlugin.isValidatingSchema ( )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.JobInitializationPlugin.JobInitializationPlugin ( )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.JobInitializationPlugin.setFailOnFileNotFound ( boolean failOnFileNotFound )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.JobInitializationPlugin.setFileName ( String fileName )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.JobInitializationPlugin.setOverWriteExistingJobs ( boolean overWriteExistingJobs )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.JobInitializationPlugin.setScanInterval ( long scanInterval )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.JobInitializationPlugin.setValidating ( boolean validating )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.JobInitializationPlugin.setValidatingSchema ( boolean validatingSchema )Field 'this.classLoadHelper' in the object of this method has type 'ClassLoadHelper'.
org.quartz.plugins.xml.JobInitializationPlugin.shutdown ( )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.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'.
package org.quartz.utils
[+] PoolingConnectionProvider (1)
| Change | Effect |
---|
1 | Field DEFAULT_DB_MAX_CONNECTIONS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (4)
PoolingConnectionProvider.getConnection ( )This method is from 'PoolingConnectionProvider' class.
PoolingConnectionProvider.PoolingConnectionProvider ( String dbDriver, String dbURL, String dbUser, String dbPassword, int maxConnections, String dbValidationQuery )This constructor is from 'PoolingConnectionProvider' class.
PoolingConnectionProvider.PoolingConnectionProvider ( java.util.Properties config )This constructor is from 'PoolingConnectionProvider' class.
PoolingConnectionProvider.shutdown ( )This method is from 'PoolingConnectionProvider' class.
package org.quartz.xml
[+] JobSchedulingDataProcessor (1)
| Change | Effect |
---|
1 | Field classLoadHelper has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (42)
JobSchedulingDataProcessor.addCalendar ( org.quartz.Scheduler sched, CalendarBundle calendarBundle )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.addCalendarToSchedule ( CalendarBundle cal )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.addCustomDigesterRules ( org.apache.commons.digester.Digester digester )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.addDefaultDigesterRules ( org.apache.commons.digester.Digester digester )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.addJobToSchedule ( JobSchedulingBundle job )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.addListenerToSchedule ( org.quartz.JobListener listener )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.addScheduledJob ( JobSchedulingBundle job )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.addValidationException ( org.xml.sax.SAXException e )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.CalendarRuleSet.JobSchedulingDataProcessor.CalendarRuleSet ( JobSchedulingDataProcessor prefix, String setNextMethodName, String p3 )1st parameter 'prefix' of this method has type 'JobSchedulingDataProcessor'.
JobSchedulingDataProcessor.clearValidationExceptions ( )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.DateConverter.JobSchedulingDataProcessor.DateConverter ( JobSchedulingDataProcessor p1 )1st parameter 'p1' of this method has type 'JobSchedulingDataProcessor'.
JobSchedulingDataProcessor.DateConverter.JobSchedulingDataProcessor.DateConverter ( JobSchedulingDataProcessor defaultValue, Object p2 )1st parameter 'defaultValue' of this method has type 'JobSchedulingDataProcessor'.
JobSchedulingDataProcessor.DateConverter.JobSchedulingDataProcessor.DateConverter ( JobSchedulingDataProcessor formats, String[ ] p2 )1st parameter 'formats' of this method has type 'JobSchedulingDataProcessor'.
JobSchedulingDataProcessor.error ( org.xml.sax.SAXParseException e )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.fatalError ( org.xml.sax.SAXParseException e )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.getInputStream ( String fileName )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.getLog ( )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.getOverWriteExistingJobs ( )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.getScheduledJob ( String name )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.getScheduledJobs ( )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.getUseContextClassLoader ( )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.initSchemaValidation ( boolean validatingSchema )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.JobSchedulingDataProcessor ( )This constructor is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.maybeThrowValidationException ( )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.MisfireInstructionRule.JobSchedulingDataProcessor.MisfireInstructionRule ( JobSchedulingDataProcessor propertyName, String p2 )1st parameter 'propertyName' of this method has type 'JobSchedulingDataProcessor'.
JobSchedulingDataProcessor.processFile ( )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.processFile ( String fileName )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.processFile ( String fileName, String systemId )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.processFileAndScheduleJobs ( String fileName, String systemId, org.quartz.Scheduler sched, boolean overWriteExistingJobs )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.processFileAndScheduleJobs ( String fileName, org.quartz.Scheduler sched, boolean overWriteExistingJobs )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.processFileAndScheduleJobs ( org.quartz.Scheduler sched, boolean overWriteExistingJobs )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.processStream ( java.io.InputStream stream, String systemId )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.resolveEntity ( String publicId, String systemId )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.scheduleJob ( JobSchedulingBundle job )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.scheduleJob ( JobSchedulingBundle job, org.quartz.Scheduler sched, boolean localOverWriteExistingJobs )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.scheduleJobs ( java.util.Map jobBundles, org.quartz.Scheduler sched, boolean overWriteExistingJobs )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.setOverWriteExistingJobs ( boolean overWriteExistingJobs )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.setUseContextClassLoader ( boolean useContextClassLoader )This method is from 'JobSchedulingDataProcessor' class.
JobSchedulingDataProcessor.SimpleConverterRule.JobSchedulingDataProcessor.SimpleConverterRule ( JobSchedulingDataProcessor propertyName, String converter, org.apache.commons.beanutils.Converter clazz, Class p4 )1st parameter 'propertyName' of this method has type 'JobSchedulingDataProcessor'.
JobSchedulingDataProcessor.TimeZoneConverter.JobSchedulingDataProcessor.TimeZoneConverter ( JobSchedulingDataProcessor p1 )1st parameter 'p1' of this method has type 'JobSchedulingDataProcessor'.
JobSchedulingDataProcessor.TriggerRuleSet.JobSchedulingDataProcessor.TriggerRuleSet ( JobSchedulingDataProcessor prefix, String clazz, Class p3 )1st parameter 'prefix' of this method has type 'JobSchedulingDataProcessor'.
JobSchedulingDataProcessor.warning ( org.xml.sax.SAXParseException e )This method is from 'JobSchedulingDataProcessor' class.
quartz-jboss-1.5.2.jar
package org.quartz.ee.jmx.jboss
[+] QuartzServiceMBean (1)
| Change | Effect |
---|
1 | Abstract method QuartzServiceMBean.setStartScheduler ( boolean p1 ) has been added to this interface. | No effect. |
[+] affected methods (4)
QuartzServiceMBean.getJndiName ( )This abstract method is from 'QuartzServiceMBean' interface.
QuartzServiceMBean.setJndiName ( String p1 )This abstract method is from 'QuartzServiceMBean' interface.
QuartzServiceMBean.setProperties ( String p1 )This abstract method is from 'QuartzServiceMBean' interface.
QuartzServiceMBean.setPropertiesFile ( String p1 )This abstract method is from 'QuartzServiceMBean' interface.
to the top
Java ARchives (5)
quartz-1.5.2.jar
quartz-all-1.5.2.jar
quartz-jboss-1.5.2.jar
quartz-oracle-1.5.2.jar
quartz-weblogic-1.5.2.jar
to the top
Classes (109)
org.quartz.ee.jmx.jboss.QuartzServiceMBean
org.quartz.jobs.ee.jmx.JMXInvokerJob
org.quartz.ee.jta.JTAJobRunShell
org.quartz.spi.SchedulerSignaler
org.quartz.CriticalSchedulerException
org.quartz.simpl.HostnameInstanceIdGenerator
org.quartz.SchedulerFactory
org.quartz.core.JobRunShell
org.quartz.core.JobRunShellFactory
org.quartz.SchedulerContext
org.quartz.SchedulerListener
org.quartz.utils.JNDIConnectionProvider
org.quartz.plugins.xml.JobInitializationPluginMultiple.JobFile
org.quartz.spi.JobFactory
org.quartz.core.RemotableQuartzScheduler
org.quartz.xml.JobSchedulingDataProcessor
org.quartz.core.ErrorLogger
org.quartz.utils.DBConnectionManager
org.quartz.ee.servlet.QuartzInitializerListener
org.quartz.JobExecutionException
org.quartz.utils.Key
org.quartz.core.SchedulingContext
org.quartz.core.QuartzSchedulerResources
org.quartz.jobs.FileScanJob
org.quartz.simpl.RAMJobStore
org.quartz.core.QuartzScheduler
org.quartz.core.JobRunShell.VetoedException
org.quartz.SchedulerMetaData
org.quartz.core.SchedulerSignalerImpl
org.quartz.xml.ValidationException
org.quartz.xml.JobSchedulingDataProcessor.DateConverter
org.quartz.SchedulerConfigException
org.quartz.core.ExecutingJobsManager
org.quartz.simpl.SimpleJobFactory
org.quartz.jobs.FileScanListener
org.quartz.NthIncludedDayTrigger
org.quartz.CronTrigger
org.quartz.UICronTrigger
org.quartz.jobs.ee.mail.SendMailJob
org.quartz.Scheduler
org.quartz.ee.jmx.jboss.QuartzService
org.quartz.plugins.history.LoggingTriggerHistoryPlugin
org.quartz.ObjectAlreadyExistsException
org.quartz.UnableToInterruptJobException
org.quartz.helpers.VersionPrinter
org.quartz.spi.InstanceIdGenerator
org.quartz.plugins.history.LoggingJobHistoryPlugin
org.quartz.jobs.NativeJob
org.quartz.spi.ClassLoadHelper
org.quartz.utils.TriggerStatus
org.quartz.jobs.ee.ejb.EJBInvokerJob
org.quartz.simpl.CascadingClassLoadHelper
org.quartz.core.QuartzScheduler_Skel
org.quartz.utils.weblogic.WeblogicConnectionProvider
org.quartz.spi.ThreadPool
org.quartz.JobListener
org.quartz.core.QuartzScheduler_Stub
org.quartz.ee.jta.UserTransactionHelper
org.quartz.simpl.PropertySettingJobFactory
org.quartz.TriggerListener
org.quartz.spi.TimeBroker
org.quartz.xml.JobSchedulingDataProcessor.TriggerRuleSet
org.quartz.CronExpression
org.quartz.simpl.InitThreadContextClassLoadHelper
org.quartz.ValueSet
org.quartz.simpl.TriggerComparator
org.quartz.Trigger
org.quartz.simpl.JobWrapper
org.quartz.helpers.TriggerUtils
org.quartz.utils.PoolingConnectionProvider
org.quartz.utils.Pair
org.quartz.Job
org.quartz.spi.JobStore
org.quartz.Calendar
org.quartz.JobPersistenceException
org.quartz.utils.ConnectionProvider
org.quartz.SimpleTrigger
org.quartz.simpl.SimpleInstanceIdGenerator
org.quartz.utils.PropertiesParser
org.quartz.JobDetail
org.quartz.xml.JobSchedulingDataProcessor.TimeZoneConverter
org.quartz.simpl.SimpleThreadPool.WorkerThread
org.quartz.simpl.TriggerWrapper
org.quartz.xml.JobSchedulingDataProcessor.MisfireInstructionRule
org.quartz.utils.DirtyFlagMap
org.quartz.jobs.NativeJob.StreamConsumer
org.quartz.plugins.management.ShutdownHookPlugin
org.quartz.simpl.SimpleThreadPool
org.quartz.xml.JobSchedulingDataProcessor.SimpleConverterRule
org.quartz.spi.SchedulerPlugin
org.quartz.core.QuartzSchedulerThread
org.quartz.plugins.xml.JobInitializationPlugin
org.quartz.InterruptableJob
org.quartz.simpl.ThreadContextClassLoadHelper
org.quartz.ee.servlet.QuartzInitializerServlet
org.quartz.simpl.SimpleClassLoadHelper
org.quartz.JobDataMap
org.quartz.jobs.NoOpJob
org.quartz.plugins.xml.JobInitializationPluginMultiple
org.quartz.xml.JobSchedulingBundle
org.quartz.SchedulerException
org.quartz.JobExecutionContext
org.quartz.StatefulJob
org.quartz.spi.TriggerFiredBundle
org.quartz.simpl.LoadingLoaderClassLoadHelper
org.quartz.xml.CalendarBundle
org.quartz.ee.jta.JTAJobRunShellFactory
org.quartz.simpl.SimpleTimeBroker
org.quartz.xml.JobSchedulingDataProcessor.CalendarRuleSet
to the top
Generated on Thu Apr 26 11:11:50 2012 for Quartz by Java API Compliance Checker 1.1
A tool for checking backward compatibility of a Java library API