Class ManagedRuntimeEndpointRegistry
java.lang.Object
org.apache.camel.management.mbean.ManagedService
org.apache.camel.management.mbean.ManagedRuntimeEndpointRegistry
- All Implemented Interfaces:
org.apache.camel.api.management.ManagedInstance,org.apache.camel.api.management.mbean.ManagedRuntimeEndpointRegistryMBean,org.apache.camel.api.management.mbean.ManagedServiceMBean
@ManagedResource(description="Managed RuntimeEndpointRegistry")
public class ManagedRuntimeEndpointRegistry
extends ManagedService
implements org.apache.camel.api.management.mbean.ManagedRuntimeEndpointRegistryMBean
-
Constructor Summary
ConstructorsConstructorDescriptionManagedRuntimeEndpointRegistry(org.apache.camel.CamelContext context, org.apache.camel.spi.RuntimeEndpointRegistry registry) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()getAllEndpoints(boolean includeInputs) getEndpointsPerRoute(String routeId, boolean includeInputs) intgetLimit()intgetSize()voidinit(org.apache.camel.spi.ManagementStrategy strategy) booleanvoidreset()voidsetEnabled(boolean enabled) 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, suspendMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.api.management.mbean.ManagedServiceMBean
getCamelId, getCamelManagementName, getRouteId, getServiceType, getState, isStaticService, isSupportSuspension, isSuspended, resume, start, stop, suspend
-
Constructor Details
-
ManagedRuntimeEndpointRegistry
public ManagedRuntimeEndpointRegistry(org.apache.camel.CamelContext context, org.apache.camel.spi.RuntimeEndpointRegistry registry)
-
-
Method Details
-
init
- Overrides:
initin classManagedService
-
clear
- Specified by:
clearin interfaceorg.apache.camel.api.management.mbean.ManagedRuntimeEndpointRegistryMBean
-
reset
- Specified by:
resetin interfaceorg.apache.camel.api.management.mbean.ManagedRuntimeEndpointRegistryMBean
-
isEnabled
- Specified by:
isEnabledin interfaceorg.apache.camel.api.management.mbean.ManagedRuntimeEndpointRegistryMBean
-
setEnabled
- Specified by:
setEnabledin interfaceorg.apache.camel.api.management.mbean.ManagedRuntimeEndpointRegistryMBean
-
getLimit
- Specified by:
getLimitin interfaceorg.apache.camel.api.management.mbean.ManagedRuntimeEndpointRegistryMBean
-
getSize
- Specified by:
getSizein interfaceorg.apache.camel.api.management.mbean.ManagedRuntimeEndpointRegistryMBean
-
getAllEndpoints
- Specified by:
getAllEndpointsin interfaceorg.apache.camel.api.management.mbean.ManagedRuntimeEndpointRegistryMBean
-
getEndpointsPerRoute
- Specified by:
getEndpointsPerRoutein interfaceorg.apache.camel.api.management.mbean.ManagedRuntimeEndpointRegistryMBean
-
endpointStatistics
- Specified by:
endpointStatisticsin interfaceorg.apache.camel.api.management.mbean.ManagedRuntimeEndpointRegistryMBean
-