The Spring Framework

Package 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+.

See:
          Description

Class Summary
DelegatingTimerListener Simple TimerListener adapter that delegates to a given Runnable.
DelegatingWork Simple Work adapter that delegates to a given Runnable.
ScheduledTimerListener 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 FactoryBean that retrieves a CommonJ TimerManager and exposes it for bean references.
WorkManagerTaskExecutor TaskExecutor implementation that delegates to a CommonJ WorkManager, which either needs to be specified as reference or through the JNDI name.
 

Package org.springframework.scheduling.commonj Description

Convenience classes for scheduling based on the CommonJ WorkManager/TimerManager facility, as supported by IBM WebSphere 6.0+ and BEA WebLogic 9.0+.


The Spring Framework

Copyright © 2002-2006 The Spring Framework.