public class MainAutowiredLifecycleStrategy
extends org.apache.camel.support.LifecycleStrategySupport
implements org.apache.camel.spi.AutowiredLifecycleStrategy, org.apache.camel.Ordered
| Constructor and Description |
|---|
MainAutowiredLifecycleStrategy(org.apache.camel.CamelContext camelContext) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
void |
onComponentAdd(String name,
org.apache.camel.Component component) |
void |
onContextInitializing(org.apache.camel.CamelContext context) |
void |
onContextStopped(org.apache.camel.CamelContext context) |
void |
onDataFormatCreated(String name,
org.apache.camel.spi.DataFormat dataFormat) |
void |
onLanguageCreated(String name,
org.apache.camel.spi.Language language) |
adapt, adapt, adapt, adapt, adapt, adapt, adapt, adapt, adapt, onCamelContextInitialized, onCamelContextInitializing, onCamelContextStart, onCamelContextStarted, onCamelContextStarting, onCamelContextStop, onCamelContextStopped, onCamelContextStopping, onComponentRemove, onContextStart, onContextStop, onEndpointAdd, onEndpointRemove, onRouteContextCreate, onRoutesAdd, onRoutesRemove, onServiceAdd, onServiceRemove, onThreadPoolAdd, onThreadPoolRemoveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonComponentRemove, onContextInitialized, onContextStart, onContextStarted, onContextStarting, onContextStop, onContextStopping, onEndpointAdd, onEndpointRemove, onRouteContextCreate, onRoutesAdd, onRoutesRemove, onServiceAdd, onServiceRemove, onThreadPoolAdd, onThreadPoolRemovepublic MainAutowiredLifecycleStrategy(org.apache.camel.CamelContext camelContext)
public int getOrder()
getOrder in interface org.apache.camel.Orderedpublic void onContextInitializing(org.apache.camel.CamelContext context)
throws org.apache.camel.VetoCamelContextStartException
onContextInitializing in interface org.apache.camel.spi.LifecycleStrategyorg.apache.camel.VetoCamelContextStartExceptionpublic void onContextStopped(org.apache.camel.CamelContext context)
onContextStopped in interface org.apache.camel.spi.LifecycleStrategypublic void onComponentAdd(String name, org.apache.camel.Component component)
onComponentAdd in interface org.apache.camel.spi.LifecycleStrategyonComponentAdd in class org.apache.camel.support.LifecycleStrategySupportpublic void onDataFormatCreated(String name, org.apache.camel.spi.DataFormat dataFormat)
onDataFormatCreated in interface org.apache.camel.spi.LifecycleStrategypublic void onLanguageCreated(String name, org.apache.camel.spi.Language language)
onLanguageCreated in interface org.apache.camel.spi.LifecycleStrategyApache Camel