Package org.apache.camel.main
Class MainAutowiredLifecycleStrategy
- java.lang.Object
-
- org.apache.camel.support.LifecycleStrategySupport
-
- org.apache.camel.main.MainAutowiredLifecycleStrategy
-
- All Implemented Interfaces:
org.apache.camel.Ordered,org.apache.camel.spi.AutowiredLifecycleStrategy,org.apache.camel.spi.LifecycleStrategy
public class MainAutowiredLifecycleStrategy extends org.apache.camel.support.LifecycleStrategySupport implements org.apache.camel.spi.AutowiredLifecycleStrategy, org.apache.camel.Ordered
-
-
Constructor Summary
Constructors Constructor Description MainAutowiredLifecycleStrategy(org.apache.camel.CamelContext camelContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOrder()voidonComponentAdd(String name, org.apache.camel.Component component)voidonContextInitializing(org.apache.camel.CamelContext context)voidonContextStopped(org.apache.camel.CamelContext context)voidonDataFormatCreated(String name, org.apache.camel.spi.DataFormat dataFormat)voidonLanguageCreated(String name, org.apache.camel.spi.Language language)-
Methods inherited from class org.apache.camel.support.LifecycleStrategySupport
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, onThreadPoolRemove
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.camel.spi.LifecycleStrategy
onComponentRemove, onContextInitialized, onContextStart, onContextStarted, onContextStarting, onContextStop, onContextStopping, onEndpointAdd, onEndpointRemove, onRouteContextCreate, onRoutesAdd, onRoutesRemove, onServiceAdd, onServiceRemove, onThreadPoolAdd, onThreadPoolRemove
-
-
-
-
Method Detail
-
getOrder
public int getOrder()
- Specified by:
getOrderin interfaceorg.apache.camel.Ordered
-
onContextInitializing
public void onContextInitializing(org.apache.camel.CamelContext context) throws org.apache.camel.VetoCamelContextStartException- Specified by:
onContextInitializingin interfaceorg.apache.camel.spi.LifecycleStrategy- Throws:
org.apache.camel.VetoCamelContextStartException
-
onContextStopped
public void onContextStopped(org.apache.camel.CamelContext context)
- Specified by:
onContextStoppedin interfaceorg.apache.camel.spi.LifecycleStrategy
-
onComponentAdd
public void onComponentAdd(String name, org.apache.camel.Component component)
- Specified by:
onComponentAddin interfaceorg.apache.camel.spi.LifecycleStrategy- Overrides:
onComponentAddin classorg.apache.camel.support.LifecycleStrategySupport
-
onDataFormatCreated
public void onDataFormatCreated(String name, org.apache.camel.spi.DataFormat dataFormat)
- Specified by:
onDataFormatCreatedin interfaceorg.apache.camel.spi.LifecycleStrategy
-
onLanguageCreated
public void onLanguageCreated(String name, org.apache.camel.spi.Language language)
- Specified by:
onLanguageCreatedin interfaceorg.apache.camel.spi.LifecycleStrategy
-
-