Package org.quartz

Annotation Type DisallowConcurrentExecution


  • @Documented
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface DisallowConcurrentExecution
    An annotation that marks a Job class as one that must not have multiple instances executed concurrently (where instance is based-upon a JobDetail definition - or in other words based upon a JobKey).
    Author:
    jhouse
    See Also:
    PersistJobDataAfterExecution