The Spring Framework

Uses of Class
org.springframework.scheduling.support.MethodInvokingRunnable

Packages that use MethodInvokingRunnable
org.springframework.scheduling.timer Scheduling convenience classes for the JDK 1.3+ Timer, allowing to set up Timers and ScheduledTimerTasks as beans in a Spring context. 
 

Uses of MethodInvokingRunnable in org.springframework.scheduling.timer
 

Subclasses of MethodInvokingRunnable in org.springframework.scheduling.timer
 class MethodInvokingTimerTaskFactoryBean
          FactoryBean that exposes a TimerTask object that delegates job execution to a specified (static or non-static) method.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.