All Classes
-
All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary Class Description FailedExecution This event is fired synchronously and asynchronously when an execution of a scheduled method throw an exception.Scheduled Identifies a method of a bean class that is automatically scheduled and invoked by the container.Scheduled.ApplicationNotRunning Execution is skipped if the application is not running (either not started or already shutdown).Scheduled.ConcurrentExecution Represents a strategy to handle concurrent execution of a scheduled method.Scheduled.Never Execution is never skipped.Scheduled.Schedules Scheduled.SkipPredicate ScheduledExecution Scheduled execution metadata.ScheduledJobPaused This event is fired synchronously and asynchronously when theScheduler.pause(String)method is called.ScheduledJobResumed This event is fired synchronously and asynchronously when theScheduler.resume(String)method is called.Scheduler The container provides a built-in bean with bean typeSchedulerand qualifierDefault.Scheduler.JobDefinition The job definition is a builder-like API that can be used to define a job programmatically.SchedulerPaused This event is fired synchronously and asynchronously when theScheduler.pause()method is called.SchedulerResumed This event is fired synchronously and asynchronously when theScheduler.resume()method is called.SkippedExecution This event is fired synchronously and asynchronously when an execution of a scheduled method is skipped.SuccessfulExecution This event is fired synchronously and asynchronously when an execution of a scheduled method is successful.Trigger Trigger is bound to a scheduled task.