Package org.eclipse.jetty.io.jmx
Class ConnectionStatisticsMBean
- java.lang.Object
-
- org.eclipse.jetty.jmx.ObjectMBean
-
- org.eclipse.jetty.io.jmx.ConnectionStatisticsMBean
-
- All Implemented Interfaces:
javax.management.DynamicMBean
@ManagedObject public class ConnectionStatisticsMBean extends ObjectMBean
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.jmx.ObjectMBean
_managed
-
-
Constructor Summary
Constructors Constructor Description ConnectionStatisticsMBean(java.lang.Object object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<java.lang.String>
getConnectionStatisticsGroups()
-
Methods inherited from class org.eclipse.jetty.jmx.ObjectMBean
getAttribute, getAttributes, getManagedObject, getMBeanContainer, getMBeanInfo, getObjectContextBasis, getObjectName, getObjectNameBasis, invoke, mbeanFor, setAttribute, setAttributes, setMBeanContainer
-
-
-
-
Method Detail
-
getConnectionStatisticsGroups
@ManagedAttribute("ConnectionStatistics grouped by connection class") public java.util.Collection<java.lang.String> getConnectionStatisticsGroups()
-
-