| Name | Description | Type | Package | Framework |
| DelegatingTimerListener | Simple TimerListener adapter that delegates to a given Runnable. | Class | org.springframework.scheduling.commonj | Spring MVC |
| DelegatingWork | Simple Work adapter that delegates to a given Runnable. | Class | org.springframework.scheduling.commonj | Spring MVC |
| ScheduledTimerListener | JavaBean that describes a scheduled TimerListener, consisting ofthe TimerListener itself (or a Runnable to create a TimerListener for) | Class | org.springframework.scheduling.commonj | Spring MVC |
| TimerManagerAccessor | Base class for classes that are accessing a CommonJ TimerManagerDefines common configuration settings and common lifecycle handling. | Class | org.springframework.scheduling.commonj | Spring MVC |
| TimerManagerFactoryBean | FactoryBean that retrieves aCommonJ TimerManager and exposes it for bean references. | Class | org.springframework.scheduling.commonj | Spring MVC |
| TimerManagerTaskScheduler | a CommonJ TimerManager. | Class | org.springframework.scheduling.commonj | Spring MVC |
| WorkManagerTaskExecutor | TaskExecutor implementation that delegates to a CommonJ WorkManager,which either needs to be specified as reference or through the JNDI name. | Class | org.springframework.scheduling.commonj | Spring MVC |