|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.ehcache.annotations.support.TimerTaskSchedulerAdapter
public class TimerTaskSchedulerAdapter
Wraps a Timer to work with the TaskSchedulerAdapter interface
| Constructor Summary | |
|---|---|
TimerTaskSchedulerAdapter(java.util.Timer timer)
|
|
| Method Summary | |
|---|---|
void |
scheduleAtFixedRate(java.lang.Runnable task,
long period)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimerTaskSchedulerAdapter(java.util.Timer timer)
| Method Detail |
|---|
public void scheduleAtFixedRate(java.lang.Runnable task,
long period)
scheduleAtFixedRate in interface TaskSchedulerAdapterTaskScheduler.scheduleAtFixedRate(Runnable, long)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||