@ManagedResource(description="Managed Suspendable Route") public class ManagedSuspendableRoute extends ManagedRoute implements org.apache.camel.api.management.mbean.ManagedSuspendableRouteMBean
configurationId, context, description, route, sourceLocation, VALUE_UNKNOWNTIMESTAMP_FORMATexchangesTotal, resetTimestamp, startTimestamp| Constructor and Description |
|---|
ManagedSuspendableRoute(org.apache.camel.CamelContext context,
org.apache.camel.Route route) |
| Modifier and Type | Method and Description |
|---|---|
void |
resume() |
void |
suspend() |
void |
suspend(long timeout) |
dumpRouteAsXml, dumpRouteAsXml, dumpRouteAsXml, dumpRouteStatsAsXml, dumpStepStatsAsXml, equals, getCamelId, getCamelManagementName, getContext, getDescription, getEndpointUri, getHasRouteController, getLastError, getLoad01, getLoad05, getLoad15, getLogMask, getMessageHistory, getOldestInflightDuration, getOldestInflightExchangeId, getRoute, getRouteConfigurationId, getRouteGroup, getRouteId, getRoutePolicyList, getRouteProperties, getSourceLocation, getState, getTracing, getUptime, getUptimeMillis, hashCode, init, onTimer, remove, reset, restart, restart, setTracing, shutdown, shutdown, start, stop, stop, stop, updateRouteFromXmlcompletedExchange, dumpStatsAsXml, failedExchange, getDeltaProcessingTime, getExchangesCompleted, getExchangesFailed, getExchangesInflight, getExternalRedeliveries, getFailuresHandled, getFirstExchangeCompletedExchangeId, getFirstExchangeCompletedTimestamp, getFirstExchangeFailureExchangeId, getFirstExchangeFailureTimestamp, getLastExchangeCompletedExchangeId, getLastExchangeCompletedTimestamp, getLastExchangeFailureExchangeId, getLastExchangeFailureTimestamp, getLastProcessingTime, getMaxProcessingTime, getMeanProcessingTime, getMinProcessingTime, getRedeliveries, getTotalProcessingTime, isStatisticsEnabled, processExchange, reset, setStatisticsEnabledgetExchangesTotal, getResetTimestamp, getStartTimestamp, incrementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitdumpRouteAsXml, dumpRouteAsXml, dumpRouteAsXml, dumpRouteStatsAsXml, dumpStepStatsAsXml, getCamelId, getCamelManagementName, getDescription, getEndpointUri, getHasRouteController, getLastError, getLoad01, getLoad05, getLoad15, getLogMask, getMessageHistory, getOldestInflightDuration, getOldestInflightExchangeId, getRouteConfigurationId, getRouteGroup, getRouteId, getRoutePolicyList, getRouteProperties, getSourceLocation, getState, getTracing, getUptime, getUptimeMillis, remove, reset, restart, restart, setTracing, start, stop, stop, stop, updateRouteFromXmldumpStatsAsXml, getDeltaProcessingTime, getExchangesCompleted, getExchangesFailed, getExchangesInflight, getExternalRedeliveries, getFailuresHandled, getFirstExchangeCompletedExchangeId, getFirstExchangeCompletedTimestamp, getFirstExchangeFailureExchangeId, getFirstExchangeFailureTimestamp, getLastExchangeCompletedExchangeId, getLastExchangeCompletedTimestamp, getLastExchangeFailureExchangeId, getLastExchangeFailureTimestamp, getLastProcessingTime, getMaxProcessingTime, getMeanProcessingTime, getMinProcessingTime, getRedeliveries, getTotalProcessingTime, isStatisticsEnabled, setStatisticsEnabledpublic ManagedSuspendableRoute(org.apache.camel.CamelContext context, org.apache.camel.Route route)
public void suspend() throws Exception
suspend in interface org.apache.camel.api.management.mbean.ManagedSuspendableRouteMBeanExceptionpublic void suspend(long timeout) throws Exception
suspend in interface org.apache.camel.api.management.mbean.ManagedSuspendableRouteMBeanExceptionApache Camel