Class | Description |
---|---|
ExecutorSchedulerImpl |
Job scheduler implementation based on
java.util.concurrent.ScheduledExecutorService . |
JobSchedule |
Represents a job schedule.
|
JobScheduleConfig |
Represents job schedule configuration, typically passed from the client side
to schedule a job.
|
JobScheduleConfigBuilder |
Builder class for
JobScheduleConfig . |
JobScheduler |
This class defines operations for a job scheduler, and also static methods
for obtaining an instance of
JobScheduler . |
TimerSchedulerBean |
EJB-Timer-based job scheduler, as a singleton session bean.
|
Enum | Description |
---|---|
JobSchedule.Status |
Statuses of
JobSchedule . |
Copyright © 2016 JBoss by Red Hat. All rights reserved.