org.apache.camel
Interface LifecycleStrategy

All Known Implementing Classes:
DefaultLifecycleStrategy, InstrumentationLifecycleStrategy

public interface LifecycleStrategy


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

Method Detail

onContextCreate

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


onEndpointAdd

void onEndpointAdd(Endpoint endpoint)
Notification on adding an Endpoint.


onServiceAdd

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


onRoutesAdd

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



Copyright © 2007 Apache Software Foundation. All Rights Reserved.