站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

org.springframework.scheduling.commonj (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

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, implementing the WorkManager interface, 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-2007 The Spring Framework.