org.apache.servicemix.timers.impl
Class TimerManagerImpl

java.lang.Object
  extended by org.apache.servicemix.timers.impl.TimerManagerImpl
All Implemented Interfaces:
TimerManager

public class TimerManagerImpl
extends java.lang.Object
implements TimerManager


Nested Class Summary
protected static class TimerManagerImpl.TimerImpl
           
 
Constructor Summary
TimerManagerImpl()
           
 
Method Summary
 Timer schedule(TimerListener listener, java.util.Date date)
           
 Timer schedule(TimerListener listener, long delay)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerManagerImpl

public TimerManagerImpl()
Method Detail

schedule

public Timer schedule(TimerListener listener,
                      long delay)
Specified by:
schedule in interface TimerManager

schedule

public Timer schedule(TimerListener listener,
                      java.util.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-2011 Apache Software Foundation. All Rights Reserved.