org.apache.camel.component.seda
Class SedaConsumer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.component.seda.SedaConsumer
- All Implemented Interfaces:
- Runnable, Consumer, Service
public class SedaConsumer
- extends ServiceSupport
- implements Consumer, Runnable
A Consumer for the SEDA component.
- Version:
- $Revision: 2624 $
Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getThreadName, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop |
SedaConsumer
public SedaConsumer(SedaEndpoint endpoint,
Processor processor)
toString
public String toString()
- Overrides:
toString
in class Object
run
public void run()
- Specified by:
run
in interface Runnable
doStart
protected void doStart()
throws Exception
- Specified by:
doStart
in class ServiceSupport
- Throws:
Exception
doStop
protected void doStop()
throws Exception
- Specified by:
doStop
in class ServiceSupport
- Throws:
Exception
Copyright © 2009 IONA Open Source Community. All Rights Reserved.