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+.
|
Java Source File Name | Type | Comment |
DelegatingTimerListener.java | Class | Simple TimerListener adapter that delegates to a given Runnable. |
DelegatingWork.java | Class | Simple Work adapter that delegates to a given Runnable. |
ScheduledTimerListener.java | Class | JavaBean that describes a scheduled TimerListener, consisting of
the TimerListener itself (or a Runnable to create a TimerListener for)
and a delay plus period. |
TimerManagerFactoryBean.java | Class | FactoryBean that retrieves a CommonJ
commonj.timers.TimerManager and exposes it for bean references.
This is the central convenience class for setting up a
CommonJ TimerManager in a Spring context.
Allows for registration of ScheduledTimerListeners. |
WorkManagerTaskExecutor.java | Class | TaskExecutor implementation that delegates to a CommonJ WorkManager,
implementing the
commonj.work.WorkManager interface,
which either needs to be specified as reference or through the JNDI name.
This is the central convenience class for setting up a
CommonJ WorkManager in a Spring context.
Also implements the CommonJ WorkManager interface itself, delegating all
calls to the target WorkManager. |