public class MyLifecycle extends Object implements org.apache.camel.component.servletlistener.CamelContextLifecycle<org.apache.camel.impl.JndiRegistry>
Constructor and Description |
---|
MyLifecycle() |
Modifier and Type | Method and Description |
---|---|
void |
afterAddRoutes(org.apache.camel.component.servletlistener.ServletCamelContext camelContext,
org.apache.camel.impl.JndiRegistry registry) |
void |
afterStart(org.apache.camel.component.servletlistener.ServletCamelContext camelContext,
org.apache.camel.impl.JndiRegistry registry) |
void |
afterStop(org.apache.camel.component.servletlistener.ServletCamelContext camelContext,
org.apache.camel.impl.JndiRegistry registry) |
void |
beforeAddRoutes(org.apache.camel.component.servletlistener.ServletCamelContext camelContext,
org.apache.camel.impl.JndiRegistry registry) |
void |
beforeStart(org.apache.camel.component.servletlistener.ServletCamelContext camelContext,
org.apache.camel.impl.JndiRegistry registry) |
void |
beforeStop(org.apache.camel.component.servletlistener.ServletCamelContext camelContext,
org.apache.camel.impl.JndiRegistry registry) |
public void beforeStart(org.apache.camel.component.servletlistener.ServletCamelContext camelContext, org.apache.camel.impl.JndiRegistry registry) throws Exception
beforeStart
in interface org.apache.camel.component.servletlistener.CamelContextLifecycle<org.apache.camel.impl.JndiRegistry>
Exception
public void beforeStop(org.apache.camel.component.servletlistener.ServletCamelContext camelContext, org.apache.camel.impl.JndiRegistry registry) throws Exception
beforeStop
in interface org.apache.camel.component.servletlistener.CamelContextLifecycle<org.apache.camel.impl.JndiRegistry>
Exception
public void afterStop(org.apache.camel.component.servletlistener.ServletCamelContext camelContext, org.apache.camel.impl.JndiRegistry registry) throws Exception
afterStop
in interface org.apache.camel.component.servletlistener.CamelContextLifecycle<org.apache.camel.impl.JndiRegistry>
Exception
public void beforeAddRoutes(org.apache.camel.component.servletlistener.ServletCamelContext camelContext, org.apache.camel.impl.JndiRegistry registry) throws Exception
beforeAddRoutes
in interface org.apache.camel.component.servletlistener.CamelContextLifecycle<org.apache.camel.impl.JndiRegistry>
Exception
public void afterAddRoutes(org.apache.camel.component.servletlistener.ServletCamelContext camelContext, org.apache.camel.impl.JndiRegistry registry) throws Exception
afterAddRoutes
in interface org.apache.camel.component.servletlistener.CamelContextLifecycle<org.apache.camel.impl.JndiRegistry>
Exception
public void afterStart(org.apache.camel.component.servletlistener.ServletCamelContext camelContext, org.apache.camel.impl.JndiRegistry registry) throws Exception
afterStart
in interface org.apache.camel.component.servletlistener.CamelContextLifecycle<org.apache.camel.impl.JndiRegistry>
Exception
Apache Camel