Uses of Interface
net.welen.jmole.collector.MBeanCollector
-
Packages that use MBeanCollector Package Description net.welen.jmole net.welen.jmole.collector net.welen.jmole.threshold -
-
Uses of MBeanCollector in net.welen.jmole
Methods in net.welen.jmole that return MBeanCollector Modifier and Type Method Description MBeanCollectorConfiguration. getMBeanCollector()Methods in net.welen.jmole with parameters of type MBeanCollector Modifier and Type Method Description voidConfiguration. setMBeanCollector(MBeanCollector mbeanCollector) -
Uses of MBeanCollector in net.welen.jmole.collector
Classes in net.welen.jmole.collector that implement MBeanCollector Modifier and Type Class Description classMBeanCollectorImplThe impl, of a MBeanCollector -
Uses of MBeanCollector in net.welen.jmole.threshold
Methods in net.welen.jmole.threshold with parameters of type MBeanCollector Modifier and Type Method Description static StringThreshold. calculateThreshold(String thresholdString, MBeanCollector mbeanCollector, ObjectName objectName, String attribute)
-