org.apache.camel.management.mbean
Class ManagedProcessor
java.lang.Object
org.apache.camel.management.mbean.ManagedCounter
org.apache.camel.management.mbean.ManagedPerformanceCounter
org.apache.camel.management.mbean.ManagedProcessor
- All Implemented Interfaces:
- PerformanceCounter
- Direct Known Subclasses:
- ManagedDelayer, ManagedSendProcessor, ManagedThrottler
@ManagedResource(description="Managed Processor")
public class ManagedProcessor
- extends ManagedPerformanceCounter
- Version:
- $Revision: 835732 $
| Methods inherited from class org.apache.camel.management.mbean.ManagedPerformanceCounter |
completedExchange, failedExchange, getExchangesCompleted, getExchangesFailed, getFirstExchangeCompletedTimestamp, getFirstExchangeFailureTimestamp, getLastExchangeCompletedTimestamp, getLastExchangeFailureTimestamp, getLastProcessingTime, getMaxProcessingTime, getMeanProcessingTime, getMinProcessingTime, getTotalProcessingTime, init, isStatisticsEnabled, reset, setStatisticsEnabled |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedProcessor
public ManagedProcessor(CamelContext context,
Processor processor,
ProcessorDefinition<?> definition)
getContext
public CamelContext getContext()
getProcessor
public Processor getProcessor()
getDefinition
public ProcessorDefinition<?> getDefinition()
getRoute
public Route getRoute()
setRoute
public void setRoute(Route route)
getState
@ManagedAttribute(description="Processor State")
public String getState()
getCamelId
@ManagedAttribute(description="Camel id")
public String getCamelId()
getRouteId
@ManagedAttribute(description="Route id")
public String getRouteId()
getProcessorId
@ManagedAttribute(description="Processor id")
public String getProcessorId()
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.