org.apache.camel.spi
Interface LifecycleStrategy

All Known Implementing Classes:
DefaultLifecycleStrategy, DelegateLifecycleStrategy, InstrumentationLifecycleStrategy

public interface LifecycleStrategy


Method Summary
 void onContextCreate(CamelContext context)
          Notification on adding a CamelContext.
 void onEndpointAdd(Endpoint<? extends Exchange> endpoint)
          Notification on adding an Endpoint.
 void onRouteContextCreate(RouteContext routeContext)
          Notification on adding RouteContext(s).
 void onRoutesAdd(Collection<Route> routes)
          Notification on adding Route(s).
 void onServiceAdd(CamelContext context, Service service)
          Notification on adding a Service.
 

Method Detail

onContextCreate

void onContextCreate(CamelContext context)
Notification on adding a CamelContext.


onEndpointAdd

void onEndpointAdd(Endpoint<? extends Exchange> endpoint)
Notification on adding an Endpoint.


onServiceAdd

void onServiceAdd(CamelContext context,
                  Service service)
Notification on adding a Service.


onRoutesAdd

void onRoutesAdd(Collection<Route> routes)
Notification on adding Route(s).


onRouteContextCreate

void onRouteContextCreate(RouteContext routeContext)
Notification on adding RouteContext(s).

Parameters:
routeContext -


Copyright © 2008 IONA Open Source Community. All Rights Reserved.