com.googlecode.ehcache.annotations.support
Interface TaskSchedulerAdapter

All Known Implementing Classes:
TimerTaskSchedulerAdapter

public interface TaskSchedulerAdapter

Utility interface used internally to hide the Spring 3.0 TaskScheduler from direct reference in the core code. This is needed to maintain Spring 2.5 compatibility.

Version:
$Revision: 664 $
Author:
Eric Dalquist

Method Summary
 void scheduleAtFixedRate(java.lang.Runnable task, long period)
           
 

Method Detail

scheduleAtFixedRate

void scheduleAtFixedRate(java.lang.Runnable task,
                         long period)
See Also:
TaskScheduler.scheduleAtFixedRate(Runnable, long)


Copyright © 2011. All Rights Reserved.