public abstract class BaseMBeanAttributeCollector extends Object implements RouteStatisticsCollector
| Constructor and Description |
|---|
BaseMBeanAttributeCollector(org.apache.camel.CamelContext camelContext,
MBeanServer mBeanServer) |
| Modifier and Type | Method and Description |
|---|---|
protected Integer |
getIntegerAttribute(ObjectName routeMBean,
String attribute) |
protected Long |
getLongAttribute(ObjectName routeMBean,
String attribute) |
protected String |
getStringAttribute(ObjectName routeMBean,
String attribute) |
protected Set<ObjectName> |
queryNames(String camelContextName,
String name,
StatisticsCollectorType type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitquerypublic BaseMBeanAttributeCollector(org.apache.camel.CamelContext camelContext,
MBeanServer mBeanServer)
protected Set<ObjectName> queryNames(String camelContextName, String name, StatisticsCollectorType type)
protected Long getLongAttribute(ObjectName routeMBean, String attribute)
protected Integer getIntegerAttribute(ObjectName routeMBean, String attribute)
protected String getStringAttribute(ObjectName routeMBean, String attribute)
Copyright © 2017 Gareth Healy. All rights reserved.