org.apache.servicemix.timers.impl
Class TimerManagerImpl
java.lang.Object
org.apache.servicemix.timers.impl.TimerManagerImpl
- All Implemented Interfaces:
- TimerManager
public class TimerManagerImpl
- extends Object
- implements TimerManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimerManagerImpl
public TimerManagerImpl()
schedule
public Timer schedule(TimerListener listener,
long delay)
- Specified by:
schedule in interface TimerManager
schedule
public Timer schedule(TimerListener listener,
Date date)
- Specified by:
schedule in interface TimerManager
start
public void start()
- Specified by:
start in interface TimerManager
stop
public void stop()
- Specified by:
stop in interface TimerManager
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.