- getAfterDelay() - Method in class org.jberet.schedule.JobScheduleConfig
-
Gets the subsequent delay (in minutes) of this job schedule.
- getFeatures() - Method in class org.jberet.schedule.JobScheduler
-
Gets the features supported by the current job scheduler.
- getFeatures() - Method in class org.jberet.schedule.timer.TimerSchedulerBean
-
- getId() - Method in class org.jberet.schedule.JobSchedule
-
Gets the job schedule id.
- getInitialDelay() - Method in class org.jberet.schedule.JobScheduleConfig
-
Gets the initial delay (in minutes) of this job schedule.
- getInterval() - Method in class org.jberet.schedule.JobScheduleConfig
-
Gets the interval or period (in minutes) of this job schedule.
- getJobExecutionId() - Method in class org.jberet.schedule.JobScheduleConfig
-
Gets the job execution id for this job schedule.
- getJobExecutionIds() - Method in class org.jberet.schedule.JobSchedule
-
Gets all ids of job executions that have realized from this job schedule.
- getJobName() - Method in class org.jberet.schedule.JobScheduleConfig
-
Gets the job XML name for this job schedule.
- getJobOperator() - Static method in class org.jberet.schedule.JobScheduler
-
Convenience method for getting JobOperator
.
- getJobParameters() - Method in class org.jberet.schedule.JobScheduleConfig
-
Gets the job parameters for starting the job or restarting the job execution.
- getJobParameters(JobExecution) - Method in class org.jberet.schedule.SchedulingJobListener
-
Gets the job parameters for the next scheduled job execution.
- getJobSchedule(String) - Method in class org.jberet.schedule.ExecutorSchedulerImpl
-
- getJobSchedule(String) - Method in class org.jberet.schedule.JobScheduler
-
Gets the job schedule by its id.
- getJobSchedule(String) - Method in class org.jberet.schedule.timer.TimerSchedulerBean
-
- getJobScheduleConfig() - Method in class org.jberet.schedule.JobSchedule
-
Gets the job schedule config, which is typically passed in when creating
JobSchedule
.
- getJobScheduler() - Static method in class org.jberet.schedule.JobScheduler
-
Gets the job scheduler without passing any parameters.
- getJobScheduler(Class<? extends JobScheduler>, ConcurrentMap<String, JobSchedule>, String) - Static method in class org.jberet.schedule.JobScheduler
-
Gets the job scheduler, specifying scheduler type,
ConcurrentMap<String, JobSchedule>
for storing all job schedules, and the lookup
name of ManagedScheduledExecutorService
resource.
- getJobSchedules() - Method in class org.jberet.schedule.ExecutorSchedulerImpl
-
- getJobSchedules() - Method in class org.jberet.schedule.JobScheduler
-
Gets all job schedules known to the scheduler.
- getJobSchedules() - Method in class org.jberet.schedule.timer.TimerSchedulerBean
-
- getScheduleExpression() - Method in class org.jberet.schedule.JobScheduleConfig
-
Gets javax.ejb.ScheduleExpression
for calendar-based job schedule.
- getStatus() - Method in class org.jberet.schedule.JobSchedule
-
Gets the job schedule status.