All Classes and Interfaces
Class
Description
This event is fired synchronously and asynchronously when an execution of a scheduled method is delayed.
This event is fired synchronously and asynchronously when an execution of a scheduled method throw an exception.
Identifies a method of a bean class that is automatically scheduled and invoked by the container.
Execution is skipped if the application is not running (either not started or already shutdown).
Represents a strategy to handle concurrent execution of a scheduled method.
Execution is never skipped.
Execution metadata of a specific scheduled job.
This event is fired synchronously and asynchronously when the
Scheduler.pause(String) method is called.This event is fired synchronously and asynchronously when the
Scheduler.resume(String) method is called.The container provides a built-in bean with bean type
Scheduler and qualifier
Default.The job definition is a builder-like API that can be used to define a job programmatically.
This event is fired synchronously and asynchronously when the
Scheduler.pause() method is called.This event is fired synchronously and asynchronously when the
Scheduler.resume() method is called.This event is fired synchronously and asynchronously when an execution of a scheduled method is skipped.
This event is fired synchronously and asynchronously when an execution of a scheduled method is successful.
Trigger is bound to a scheduled job.