Package | Description |
---|---|
org.springframework.jca.work |
Convenience classes for scheduling based on the JCA 1.5 WorkManager facility,
as supported within JCA 1.5 ResourceAdapters.
|
org.springframework.jca.work.glassfish |
Convenience package for obtaining a GlassFish JCA WorkManager for use in
web applications.
|
org.springframework.jca.work.jboss |
Convenience package for obtaining a JBoss JCA WorkManager for use in
web applications.
|
org.springframework.scheduling |
General exceptions for Spring's scheduling support,
independent of any specific scheduling system.
|
org.springframework.scheduling.commonj |
Convenience classes for scheduling based on the CommonJ WorkManager/TimerManager
facility, as supported by IBM WebSphere 6.0+ and BEA WebLogic 9.0+.
|
org.springframework.scheduling.concurrent |
Scheduling convenience classes for the JDK 1.5+ Executor mechanism
in the
java.util.concurrent package, allowing to set up a
ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Spring
context. |
org.springframework.scheduling.config |
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
|
org.springframework.scheduling.quartz |
Support classes for the open source scheduler
Quartz,
allowing to set up Quartz Schedulers, JobDetails and
Triggers as beans in a Spring context.
|
org.springframework.scheduling.support |
Generic support classes for scheduling.
|
org.springframework.scheduling.timer |
Scheduling convenience classes for the JDK Timer,
allowing to set up Timers and ScheduledTimerTasks
as beans in a Spring context.
|
Class and Description |
---|
SchedulingTaskExecutor
A
TaskExecutor extension exposing
scheduling characteristics that are relevant to potential task submitters. |
Class and Description |
---|
SchedulingTaskExecutor
A
TaskExecutor extension exposing
scheduling characteristics that are relevant to potential task submitters. |
Class and Description |
---|
SchedulingTaskExecutor
A
TaskExecutor extension exposing
scheduling characteristics that are relevant to potential task submitters. |
Class and Description |
---|
Trigger
Common interface for trigger objects that determine the next execution time
of a task that they get associated with.
|
TriggerContext
Context object encapsulating last execution times and last completion time
of a given task.
|
Class and Description |
---|
TaskScheduler
Task scheduler interface that abstracts the scheduling of
Runnables based on different kinds of triggers. |
Trigger
Common interface for trigger objects that determine the next execution time
of a task that they get associated with.
|
Class and Description |
---|
SchedulingTaskExecutor
A
TaskExecutor extension exposing
scheduling characteristics that are relevant to potential task submitters. |
TaskScheduler
Task scheduler interface that abstracts the scheduling of
Runnables based on different kinds of triggers. |
Trigger
Common interface for trigger objects that determine the next execution time
of a task that they get associated with.
|
Class and Description |
---|
TaskScheduler
Task scheduler interface that abstracts the scheduling of
Runnables based on different kinds of triggers. |
Trigger
Common interface for trigger objects that determine the next execution time
of a task that they get associated with.
|
Class and Description |
---|
SchedulingException
General exception to be thrown on scheduling failures,
such as the scheduler already having shut down.
|
SchedulingTaskExecutor
A
TaskExecutor extension exposing
scheduling characteristics that are relevant to potential task submitters. |
Class and Description |
---|
Trigger
Common interface for trigger objects that determine the next execution time
of a task that they get associated with.
|
TriggerContext
Context object encapsulating last execution times and last completion time
of a given task.
|
Class and Description |
---|
SchedulingTaskExecutor
A
TaskExecutor extension exposing
scheduling characteristics that are relevant to potential task submitters. |
Copyright © 2013. All Rights Reserved.