org.apache.servicemix.timers.impl
Class TimerManagerImpl.TimerImpl
java.lang.Object
java.util.TimerTask
org.apache.servicemix.timers.impl.TimerManagerImpl.TimerImpl
- All Implemented Interfaces:
- Runnable, Timer
- Enclosing class:
- TimerManagerImpl
protected static class TimerManagerImpl.TimerImpl
- extends TimerTask
- implements Timer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimerManagerImpl.TimerImpl
public TimerManagerImpl.TimerImpl(TimerListener timerListener)
cancel
public boolean cancel()
- Specified by:
cancel in interface Timer- Overrides:
cancel in class TimerTask
getTimerListener
public TimerListener getTimerListener()
- Specified by:
getTimerListener in interface Timer
run
public void run()
- Specified by:
run in interface Runnable- Specified by:
run in class TimerTask
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.