org.apache.camel.bam
Class TimerEngine

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.bam.TimerEngine
All Implemented Interfaces:
Runnable, org.apache.camel.Service

public class TimerEngine
extends org.apache.camel.impl.ServiceSupport
implements Runnable

Version:
$Revision: $

Constructor Summary
TimerEngine()
           
 
Method Summary
protected  void doStart()
           
protected  void doStop()
           
protected  void fireEvent(TimerEvent event)
           
 void run()
           
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
isStarted, isStopped, isStopping, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerEngine

public TimerEngine()
Method Detail

run

public void run()
Specified by:
run in interface Runnable

fireEvent

protected void fireEvent(TimerEvent event)

doStart

protected void doStart()
                throws Exception
Specified by:
doStart in class org.apache.camel.impl.ServiceSupport
Throws:
Exception

doStop

protected void doStop()
               throws Exception
Specified by:
doStop in class org.apache.camel.impl.ServiceSupport
Throws:
Exception


Copyright © 2007 Apache Software Foundation. All Rights Reserved.