@ManagedResource(description="Managed RuntimeEndpointRegistry") public class ManagedRuntimeEndpointRegistry extends ManagedService implements ManagedRuntimeEndpointRegistryMBean
| Constructor and Description |
|---|
ManagedRuntimeEndpointRegistry(CamelContext context,
RuntimeEndpointRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllEndpoints(boolean includeInputs) |
List<String> |
getEndpointsPerRoute(String routeId,
boolean includeInputs) |
boolean |
isEnabled() |
void |
reset() |
void |
setEnabled(boolean enabled) |
getCamelId, getCamelManagementName, getContext, getInstance, getRoute, getRouteId, getService, getServiceType, getState, init, isStaticService, isSupportSuspension, isSuspended, resume, setRoute, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCamelId, getCamelManagementName, getRouteId, getServiceType, getState, isStaticService, isSupportSuspension, isSuspended, resume, start, stop, suspendpublic ManagedRuntimeEndpointRegistry(CamelContext context, RuntimeEndpointRegistry registry)
public void reset()
reset in interface ManagedRuntimeEndpointRegistryMBeanpublic boolean isEnabled()
isEnabled in interface ManagedRuntimeEndpointRegistryMBeanpublic void setEnabled(boolean enabled)
setEnabled in interface ManagedRuntimeEndpointRegistryMBeanpublic List<String> getAllEndpoints(boolean includeInputs)
getAllEndpoints in interface ManagedRuntimeEndpointRegistryMBeanpublic List<String> getEndpointsPerRoute(String routeId, boolean includeInputs)
getEndpointsPerRoute in interface ManagedRuntimeEndpointRegistryMBeanApache Camel