Index
All Classes and Interfaces|All Packages
C
- cancel() - Method in class io.smint.clapi.consumer.integration.j2ee.EjbScheduler
E
- EjbScheduler - Class in io.smint.clapi.consumer.integration.j2ee
-
Implements a scheduler based on
TimerService
to be used with Enterprise Java Beans. - EjbScheduler() - Constructor for class io.smint.clapi.consumer.integration.j2ee.EjbScheduler
G
- get() - Method in class io.smint.clapi.consumer.integration.j2ee.PlatformSchedulerProvider
- getSchedulerBean() - Static method in class io.smint.clapi.consumer.integration.j2ee.EjbScheduler
-
Returns the singleton scheduler bean as created by the J2EE container and stored with
EjbScheduler.startup()
.
I
- io.smint.clapi.consumer.integration.j2ee - package io.smint.clapi.consumer.integration.j2ee
J
- J2eeSchedulerJobData - Class in io.smint.clapi.consumer.integration.j2ee
-
A POJO definition to store job data for an J2EE based scheduler.
- J2eeSchedulerJobData() - Constructor for class io.smint.clapi.consumer.integration.j2ee.J2eeSchedulerJobData
- job - Variable in class io.smint.clapi.consumer.integration.j2ee.J2eeSchedulerJobData
-
The job to execute for every timer event.
- jobKey - Variable in class io.smint.clapi.consumer.integration.j2ee.J2eeSchedulerJobData
-
The key for the job to lookup this information.
P
- PlatformSchedulerProvider - Class in io.smint.clapi.consumer.integration.j2ee
-
Provides an instance of
EjbScheduler
. - PlatformSchedulerProvider() - Constructor for class io.smint.clapi.consumer.integration.j2ee.PlatformSchedulerProvider
S
- scheduleAtFixedRate(Runnable, long) - Method in class io.smint.clapi.consumer.integration.j2ee.EjbScheduler
- scheduleForImmediateExecution(Runnable) - Method in class io.smint.clapi.consumer.integration.j2ee.EjbScheduler
- shutdown() - Method in class io.smint.clapi.consumer.integration.j2ee.EjbScheduler
-
Cancels all timers.
- startup() - Method in class io.smint.clapi.consumer.integration.j2ee.EjbScheduler
-
Stores a reference to
this
, which can be retrieved withEjbScheduler.getSchedulerBean()
. - stopSchedule(String) - Method in class io.smint.clapi.consumer.integration.j2ee.EjbScheduler
T
- timer - Variable in class io.smint.clapi.consumer.integration.j2ee.J2eeSchedulerJobData
-
The timer that was created to schedule the job.
- timerFired(Timer) - Method in class io.smint.clapi.consumer.integration.j2ee.EjbScheduler
All Classes and Interfaces|All Packages