Class ManagedEnricher
- java.lang.Object
-
- org.apache.camel.management.mbean.ManagedCounter
-
- org.apache.camel.management.mbean.ManagedPerformanceCounter
-
- org.apache.camel.management.mbean.ManagedProcessor
-
- org.apache.camel.management.mbean.ManagedEnricher
-
- All Implemented Interfaces:
org.apache.camel.api.management.ManagedInstance,org.apache.camel.api.management.mbean.ManagedCounterMBean,org.apache.camel.api.management.mbean.ManagedEnricherMBean,org.apache.camel.api.management.mbean.ManagedExtendedInformation,org.apache.camel.api.management.mbean.ManagedPerformanceCounterMBean,org.apache.camel.api.management.mbean.ManagedProcessorMBean,PerformanceCounter
@ManagedResource(description="Managed Enricher") public class ManagedEnricher extends ManagedProcessor implements org.apache.camel.api.management.mbean.ManagedEnricherMBean
-
-
Field Summary
-
Fields inherited from class org.apache.camel.management.mbean.ManagedPerformanceCounter
TIMESTAMP_FORMAT
-
Fields inherited from class org.apache.camel.management.mbean.ManagedCounter
exchangesTotal, resetTimestamp, startTimestamp
-
-
Constructor Summary
Constructors Constructor Description ManagedEnricher(org.apache.camel.CamelContext context, org.apache.camel.processor.Enricher processor, org.apache.camel.model.EnrichDefinition definition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TabularDataextendedInformation()IntegergetCacheSize()org.apache.camel.model.EnrichDefinitiongetDefinition()StringgetExpression()StringgetExpressionLanguage()org.apache.camel.processor.EnrichergetProcessor()BooleangetSupportExtendedInformation()voidinit(org.apache.camel.spi.ManagementStrategy strategy)BooleanisAggregateOnException()BooleanisIgnoreInvalidEndpoint()BooleanisShareUnitOfWork()voidreset()-
Methods inherited from class org.apache.camel.management.mbean.ManagedProcessor
dumpProcessorAsXml, getCamelId, getCamelManagementName, getContext, getId, getIndex, getInstance, getLevel, getProcessorId, getProcessorName, getRoute, getRouteId, getSourceLineNumber, getSourceLocation, getState, getStepId, setRoute, start, stop
-
Methods inherited from class org.apache.camel.management.mbean.ManagedPerformanceCounter
completedExchange, dumpStatsAsXml, failedExchange, getDeltaProcessingTime, getExchangesCompleted, getExchangesFailed, getExchangesInflight, getExternalRedeliveries, getFailuresHandled, getFirstExchangeCompletedExchangeId, getFirstExchangeCompletedTimestamp, getFirstExchangeFailureExchangeId, getFirstExchangeFailureTimestamp, getLastExchangeCompletedExchangeId, getLastExchangeCompletedTimestamp, getLastExchangeCreatedTimestamp, getLastExchangeFailureExchangeId, getLastExchangeFailureTimestamp, getLastProcessingTime, getMaxProcessingTime, getMeanProcessingTime, getMinProcessingTime, getRedeliveries, getTotalProcessingTime, isStatisticsEnabled, processExchange, setStatisticsEnabled
-
Methods inherited from class org.apache.camel.management.mbean.ManagedCounter
getExchangesTotal, getResetTimestamp, getStartTimestamp, increment
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.camel.api.management.mbean.ManagedCounterMBean
getExchangesTotal, getResetTimestamp, getStartTimestamp
-
Methods inherited from interface org.apache.camel.api.management.mbean.ManagedPerformanceCounterMBean
dumpStatsAsXml, getDeltaProcessingTime, getExchangesCompleted, getExchangesFailed, getExchangesInflight, getExternalRedeliveries, getFailuresHandled, getFirstExchangeCompletedExchangeId, getFirstExchangeCompletedTimestamp, getFirstExchangeFailureExchangeId, getFirstExchangeFailureTimestamp, getLastExchangeCompletedExchangeId, getLastExchangeCompletedTimestamp, getLastExchangeCreatedTimestamp, getLastExchangeFailureExchangeId, getLastExchangeFailureTimestamp, getLastProcessingTime, getMaxProcessingTime, getMeanProcessingTime, getMinProcessingTime, getRedeliveries, getTotalProcessingTime, isStatisticsEnabled, setStatisticsEnabled
-
-
-
-
Constructor Detail
-
ManagedEnricher
public ManagedEnricher(org.apache.camel.CamelContext context, org.apache.camel.processor.Enricher processor, org.apache.camel.model.EnrichDefinition definition)
-
-
Method Detail
-
init
public void init(org.apache.camel.spi.ManagementStrategy strategy)
- Overrides:
initin classManagedProcessor
-
reset
public void reset()
- Specified by:
resetin interfaceorg.apache.camel.api.management.mbean.ManagedCounterMBean- Overrides:
resetin classManagedPerformanceCounter
-
getSupportExtendedInformation
public Boolean getSupportExtendedInformation()
- Specified by:
getSupportExtendedInformationin interfaceorg.apache.camel.api.management.mbean.ManagedProcessorMBean- Overrides:
getSupportExtendedInformationin classManagedProcessor
-
getDefinition
public org.apache.camel.model.EnrichDefinition getDefinition()
- Overrides:
getDefinitionin classManagedProcessor
-
getProcessor
public org.apache.camel.processor.Enricher getProcessor()
- Overrides:
getProcessorin classManagedProcessor
-
getExpressionLanguage
public String getExpressionLanguage()
- Specified by:
getExpressionLanguagein interfaceorg.apache.camel.api.management.mbean.ManagedEnricherMBean
-
getExpression
public String getExpression()
- Specified by:
getExpressionin interfaceorg.apache.camel.api.management.mbean.ManagedEnricherMBean
-
getCacheSize
public Integer getCacheSize()
- Specified by:
getCacheSizein interfaceorg.apache.camel.api.management.mbean.ManagedEnricherMBean
-
isIgnoreInvalidEndpoint
public Boolean isIgnoreInvalidEndpoint()
- Specified by:
isIgnoreInvalidEndpointin interfaceorg.apache.camel.api.management.mbean.ManagedEnricherMBean
-
isShareUnitOfWork
public Boolean isShareUnitOfWork()
- Specified by:
isShareUnitOfWorkin interfaceorg.apache.camel.api.management.mbean.ManagedEnricherMBean
-
isAggregateOnException
public Boolean isAggregateOnException()
- Specified by:
isAggregateOnExceptionin interfaceorg.apache.camel.api.management.mbean.ManagedEnricherMBean
-
extendedInformation
public TabularData extendedInformation()
- Specified by:
extendedInformationin interfaceorg.apache.camel.api.management.mbean.ManagedEnricherMBean- Specified by:
extendedInformationin interfaceorg.apache.camel.api.management.mbean.ManagedExtendedInformation
-
-