org.apache.servicemix.timers.impl
Class TimerManagerImpl.TimerImpl

java.lang.Object
  extended by java.util.TimerTask
      extended by org.apache.servicemix.timers.impl.TimerManagerImpl.TimerImpl
All Implemented Interfaces:
java.lang.Runnable, Timer
Enclosing class:
TimerManagerImpl

protected static class TimerManagerImpl.TimerImpl
extends java.util.TimerTask
implements Timer


Constructor Summary
TimerManagerImpl.TimerImpl(TimerListener timerListener)
           
 
Method Summary
 boolean cancel()
           
 TimerListener getTimerListener()
           
 void run()
           
 
Methods inherited from class java.util.TimerTask
scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerManagerImpl.TimerImpl

public TimerManagerImpl.TimerImpl(TimerListener timerListener)
Method Detail

cancel

public boolean cancel()
Specified by:
cancel in interface Timer
Overrides:
cancel in class java.util.TimerTask

getTimerListener

public TimerListener getTimerListener()
Specified by:
getTimerListener in interface Timer

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask


Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.