Class ManagedRecipientList
- 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.ManagedRecipientList
-
- All Implemented Interfaces:
org.apache.camel.api.management.ManagedInstance,org.apache.camel.api.management.mbean.ManagedCounterMBean,org.apache.camel.api.management.mbean.ManagedExtendedInformation,org.apache.camel.api.management.mbean.ManagedPerformanceCounterMBean,org.apache.camel.api.management.mbean.ManagedProcessorMBean,org.apache.camel.api.management.mbean.ManagedRecipientListMBean,PerformanceCounter
@ManagedResource(description="Managed RecipientList") public class ManagedRecipientList extends ManagedProcessor implements org.apache.camel.api.management.mbean.ManagedRecipientListMBean
-
-
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 ManagedRecipientList(org.apache.camel.CamelContext context, org.apache.camel.processor.RecipientList processor, org.apache.camel.model.RecipientListDefinition definition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TabularDataextendedInformation()IntegergetCacheSize()org.apache.camel.model.RecipientListDefinitiongetDefinition()StringgetExpression()StringgetExpressionLanguage()BooleangetSupportExtendedInformation()LonggetTimeout()StringgetUriDelimiter()voidinit(org.apache.camel.spi.ManagementStrategy strategy)BooleanisParallelAggregate()BooleanisParallelProcessing()BooleanisShareUnitOfWork()BooleanisStopOnException()BooleanisStreaming()voidreset()-
Methods inherited from class org.apache.camel.management.mbean.ManagedProcessor
dumpProcessorAsXml, getCamelId, getCamelManagementName, getContext, getId, getIndex, getInstance, getLevel, getProcessor, 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
-
ManagedRecipientList
public ManagedRecipientList(org.apache.camel.CamelContext context, org.apache.camel.processor.RecipientList processor, org.apache.camel.model.RecipientListDefinition 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.RecipientListDefinition getDefinition()
- Overrides:
getDefinitionin classManagedProcessor
-
getExpressionLanguage
public String getExpressionLanguage()
- Specified by:
getExpressionLanguagein interfaceorg.apache.camel.api.management.mbean.ManagedRecipientListMBean
-
getExpression
public String getExpression()
- Specified by:
getExpressionin interfaceorg.apache.camel.api.management.mbean.ManagedRecipientListMBean
-
getUriDelimiter
public String getUriDelimiter()
- Specified by:
getUriDelimiterin interfaceorg.apache.camel.api.management.mbean.ManagedRecipientListMBean
-
getCacheSize
public Integer getCacheSize()
- Specified by:
getCacheSizein interfaceorg.apache.camel.api.management.mbean.ManagedRecipientListMBean
-
isParallelAggregate
public Boolean isParallelAggregate()
- Specified by:
isParallelAggregatein interfaceorg.apache.camel.api.management.mbean.ManagedRecipientListMBean
-
isParallelProcessing
public Boolean isParallelProcessing()
- Specified by:
isParallelProcessingin interfaceorg.apache.camel.api.management.mbean.ManagedRecipientListMBean
-
isStreaming
public Boolean isStreaming()
- Specified by:
isStreamingin interfaceorg.apache.camel.api.management.mbean.ManagedRecipientListMBean
-
isStopOnException
public Boolean isStopOnException()
- Specified by:
isStopOnExceptionin interfaceorg.apache.camel.api.management.mbean.ManagedRecipientListMBean
-
isShareUnitOfWork
public Boolean isShareUnitOfWork()
- Specified by:
isShareUnitOfWorkin interfaceorg.apache.camel.api.management.mbean.ManagedRecipientListMBean
-
getTimeout
public Long getTimeout()
- Specified by:
getTimeoutin interfaceorg.apache.camel.api.management.mbean.ManagedRecipientListMBean
-
extendedInformation
public TabularData extendedInformation()
- Specified by:
extendedInformationin interfaceorg.apache.camel.api.management.mbean.ManagedExtendedInformation- Specified by:
extendedInformationin interfaceorg.apache.camel.api.management.mbean.ManagedRecipientListMBean
-
-