|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.management.InstrumentationLifecycleStrategy
public class InstrumentationLifecycleStrategy
| Constructor Summary | |
|---|---|
InstrumentationLifecycleStrategy(InstrumentationAgent agent)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InstrumentationLifecycleStrategy(InstrumentationAgent agent)
| Method Detail |
|---|
public void onContextCreate(CamelContext context)
LifecycleStrategyCamelContext.
onContextCreate in interface LifecycleStrategypublic void onEndpointAdd(Endpoint endpoint)
LifecycleStrategyEndpoint.
onEndpointAdd in interface LifecycleStrategypublic void onRoutesAdd(Collection<Route> routes)
LifecycleStrategyRoute(s).
onRoutesAdd in interface LifecycleStrategy
public void onServiceAdd(CamelContext context,
Service service)
LifecycleStrategyRoute.
onServiceAdd in interface LifecycleStrategy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||