@ManagedResource(description="Managed SendProcessor") public class ManagedSendProcessor extends ManagedProcessor implements ManagedSendProcessorMBean
TIMESTAMP_FORMATexchangesTotal, resetTimestamp, startTimestamp| Constructor and Description |
|---|
ManagedSendProcessor(CamelContext context,
SendProcessor processor,
ProcessorDefinition<?> definition) |
| Modifier and Type | Method and Description |
|---|---|
TabularData |
extendedInformation()
Extended information such as utilization of endpoints.
|
String |
getDestination() |
String |
getMessageExchangePattern() |
SendProcessor |
getProcessor() |
Boolean |
getSupportExtendedInformation() |
void |
init(ManagementStrategy strategy) |
void |
reset() |
void |
setDestination(String uri) |
dumpProcessorAsXml, explain, getCamelId, getCamelManagementName, getContext, getDefinition, getId, getIndex, getInstance, getProcessorId, getRoute, getRouteId, getState, informationJson, 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, explain, getCamelId, getCamelManagementName, getIndex, getProcessorId, getRouteId, getState, informationJson, start, stopdumpStatsAsXml, getDeltaProcessingTime, getExchangesCompleted, getExchangesFailed, getExchangesInflight, getExternalRedeliveries, getFailuresHandled, getFirstExchangeCompletedExchangeId, getFirstExchangeCompletedTimestamp, getFirstExchangeFailureExchangeId, getFirstExchangeFailureTimestamp, getLastExchangeCompletedExchangeId, getLastExchangeCompletedTimestamp, getLastExchangeFailureExchangeId, getLastExchangeFailureTimestamp, getLastProcessingTime, getMaxProcessingTime, getMeanProcessingTime, getMinProcessingTime, getRedeliveries, getTotalProcessingTime, isStatisticsEnabled, setStatisticsEnabledgetExchangesTotal, getResetTimestamp, getStartTimestamppublic ManagedSendProcessor(CamelContext context, SendProcessor processor, ProcessorDefinition<?> definition)
public void init(ManagementStrategy strategy)
init in class ManagedProcessorpublic Boolean getSupportExtendedInformation()
getSupportExtendedInformation in interface ManagedProcessorMBeangetSupportExtendedInformation in class ManagedProcessorpublic void reset()
reset in interface ManagedCounterMBeanreset in class ManagedPerformanceCounterpublic SendProcessor getProcessor()
getProcessor in class ManagedProcessorpublic String getDestination()
getDestination in interface ManagedSendProcessorMBeanpublic void setDestination(String uri)
setDestination in interface ManagedSendProcessorMBeanpublic String getMessageExchangePattern()
getMessageExchangePattern in interface ManagedSendProcessorMBeanpublic TabularData extendedInformation()
ManagedExtendedInformationextendedInformation in interface ManagedExtendedInformationextendedInformation in interface ManagedSendProcessorMBeanApache Camel