org.apache.camel.component.eventadmin
Class EventAdminConsumer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultConsumer
org.apache.camel.component.eventadmin.EventAdminConsumer
- All Implemented Interfaces:
- Consumer, Service, ShutdownableService, org.osgi.service.event.EventHandler
public class EventAdminConsumer
- extends DefaultConsumer
- implements org.osgi.service.event.EventHandler
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, removeChildService, resume, shutdown, start, start, stop, suspend |
EventAdminConsumer
public EventAdminConsumer(EventAdminEndpoint endpoint,
Processor processor)
handleEvent
public void handleEvent(org.osgi.service.event.Event event)
- Specified by:
handleEvent in interface org.osgi.service.event.EventHandler
doStart
protected void doStart()
throws Exception
- Overrides:
doStart in class DefaultConsumer
- Throws:
Exception
doStop
protected void doStop()
throws Exception
- Overrides:
doStop in class DefaultConsumer
- Throws:
Exception
Apache CAMEL