@OsgiServiceProvider(classes=org.apache.camel.spi.LifecycleStrategy.class)
@Named(value="locatorLifecycleStrategy")
@Singleton
public class LocatorLifecycleStrategy
extends org.apache.camel.support.LifecycleStrategySupport
| Constructor and Description |
|---|
LocatorLifecycleStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
onContextStop(org.apache.camel.CamelContext context) |
void |
onEndpointAdd(org.apache.camel.Endpoint endpoint) |
onComponentAdd, onComponentRemove, onContextStart, onEndpointRemove, onErrorHandlerAdd, onErrorHandlerRemove, onRouteContextCreate, onRoutesAdd, onRoutesRemove, onServiceAdd, onServiceRemove, onThreadPoolAdd, onThreadPoolRemovepublic void onContextStop(org.apache.camel.CamelContext context)
onContextStop in interface org.apache.camel.spi.LifecycleStrategyonContextStop in class org.apache.camel.support.LifecycleStrategySupportpublic void onEndpointAdd(org.apache.camel.Endpoint endpoint)
onEndpointAdd in interface org.apache.camel.spi.LifecycleStrategyonEndpointAdd in class org.apache.camel.support.LifecycleStrategySupportCopyright © 2011–2019 Talend Inc.. All rights reserved.