@ManagedResource(description="Managed SendProcessor") public class ManagedSendProcessor extends ManagedProcessor implements org.apache.camel.api.management.mbean.ManagedSendProcessorMBean
TIMESTAMP_FORMATexchangesTotal, resetTimestamp, startTimestamp| Constructor and Description |
|---|
ManagedSendProcessor(org.apache.camel.CamelContext context,
org.apache.camel.processor.SendProcessor processor,
org.apache.camel.model.ProcessorDefinition<?> definition) |
| Modifier and Type | Method and Description |
|---|---|
TabularData |
extendedInformation() |
String |
getDestination() |
String |
getMessageExchangePattern() |
org.apache.camel.processor.SendProcessor |
getProcessor() |
Boolean |
getSupportExtendedInformation() |
void |
init(org.apache.camel.spi.ManagementStrategy strategy) |
void |
reset() |
dumpProcessorAsXml, getCamelId, getCamelManagementName, getContext, getDefinition, getId, getIndex, getInstance, getProcessorId, getRoute, getRouteId, getState, getStepId, setRoute, start, stopcompletedExchange, dumpStatsAsXml, failedExchange, getDeltaProcessingTime, getExchangesCompleted, getExchangesFailed, getExchangesInflight, getExternalRedeliveries, getFailuresHandled, getFirstExchangeCompletedExchangeId, getFirstExchangeCompletedTimestamp, getFirstExchangeFailureExchangeId, getFirstExchangeFailureTimestamp, getLastExchangeCompletedExchangeId, getLastExchangeCompletedTimestamp, getLastExchangeFailureExchangeId, getLastExchangeFailureTimestamp, getLastProcessingTime, getMaxProcessingTime, getMeanProcessingTime, getMinProcessingTime, getRedeliveries, getTotalProcessingTime, isStatisticsEnabled, processExchange, setStatisticsEnabledgetExchangesTotal, getResetTimestamp, getStartTimestamp, incrementclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdumpProcessorAsXml, getCamelId, getCamelManagementName, getIndex, getProcessorId, getRouteId, getState, getStepId, start, stopdumpStatsAsXml, getDeltaProcessingTime, getExchangesCompleted, getExchangesFailed, getExchangesInflight, getExternalRedeliveries, getFailuresHandled, getFirstExchangeCompletedExchangeId, getFirstExchangeCompletedTimestamp, getFirstExchangeFailureExchangeId, getFirstExchangeFailureTimestamp, getLastExchangeCompletedExchangeId, getLastExchangeCompletedTimestamp, getLastExchangeFailureExchangeId, getLastExchangeFailureTimestamp, getLastProcessingTime, getMaxProcessingTime, getMeanProcessingTime, getMinProcessingTime, getRedeliveries, getTotalProcessingTime, isStatisticsEnabled, setStatisticsEnabledpublic ManagedSendProcessor(org.apache.camel.CamelContext context, org.apache.camel.processor.SendProcessor processor, org.apache.camel.model.ProcessorDefinition<?> definition)
public void init(org.apache.camel.spi.ManagementStrategy strategy)
init in class ManagedProcessorpublic Boolean getSupportExtendedInformation()
getSupportExtendedInformation in interface org.apache.camel.api.management.mbean.ManagedProcessorMBeangetSupportExtendedInformation in class ManagedProcessorpublic void reset()
reset in interface org.apache.camel.api.management.mbean.ManagedCounterMBeanreset in class ManagedPerformanceCounterpublic org.apache.camel.processor.SendProcessor getProcessor()
getProcessor in class ManagedProcessorpublic String getDestination()
getDestination in interface org.apache.camel.api.management.mbean.ManagedSendProcessorMBeanpublic String getMessageExchangePattern()
getMessageExchangePattern in interface org.apache.camel.api.management.mbean.ManagedSendProcessorMBeanpublic TabularData extendedInformation()
extendedInformation in interface org.apache.camel.api.management.mbean.ManagedExtendedInformationextendedInformation in interface org.apache.camel.api.management.mbean.ManagedSendProcessorMBeanApache Camel