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

Packages that use MethodInvokingRunnable
org.springframework.scheduling.timer Scheduling convenience classes for the JDK 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.
 



Copyright © 2002-2008 The Spring Framework.