Class ManagedRouteController
java.lang.Object
org.apache.camel.management.mbean.ManagedService
org.apache.camel.management.mbean.ManagedRouteController
- All Implemented Interfaces:
org.apache.camel.api.management.ManagedInstance
,org.apache.camel.api.management.mbean.ManagedRouteControllerMBean
,org.apache.camel.api.management.mbean.ManagedServiceMBean
@ManagedResource(description="Managed RouteController")
public class ManagedRouteController
extends ManagedService
implements org.apache.camel.api.management.mbean.ManagedRouteControllerMBean
-
Constructor Summary
ConstructorsConstructorDescriptionManagedRouteController
(org.apache.camel.CamelContext context, org.apache.camel.spi.RouteController controller) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.spi.RouteController
void
init
(org.apache.camel.spi.ManagementStrategy strategy) Methods inherited from class org.apache.camel.management.mbean.ManagedService
getCamelId, getCamelManagementName, getContext, getInstance, getRoute, getRouteId, getService, getServiceType, getState, isStaticService, isSupportSuspension, isSuspended, resume, setRoute, start, stop, suspend
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.api.management.mbean.ManagedServiceMBean
getCamelId, getCamelManagementName, getRouteId, getServiceType, getState, isStaticService, isSupportSuspension, isSuspended, resume, start, stop, suspend
-
Constructor Details
-
ManagedRouteController
public ManagedRouteController(org.apache.camel.CamelContext context, org.apache.camel.spi.RouteController controller)
-
-
Method Details
-
getRouteController
-
init
- Overrides:
init
in classManagedService
-
getControlledRoutes
- Specified by:
getControlledRoutes
in interfaceorg.apache.camel.api.management.mbean.ManagedRouteControllerMBean
-
getRouteStartupLoggingLevel
- Specified by:
getRouteStartupLoggingLevel
in interfaceorg.apache.camel.api.management.mbean.ManagedRouteControllerMBean
-