Package net.welen.jmole
Class Configuration
- java.lang.Object
-
- net.welen.jmole.Configuration
-
public class Configuration extends Object
Holds the configuration for all MBeans that should be collected
-
-
Constructor Summary
Constructors Constructor Description Configuration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLevel()MBeanCollectorgetMBeanCollector()MBeanFindergetMBeanFinder()net.welen.jmole.presentation.PresentationInformationgetPresentationInformation()Map<String,Threshold>getThresholds()voidsetLevel(int level)voidsetMBeanCollector(MBeanCollector mbeanCollector)voidsetMBeanFinder(MBeanFinder mbeanFinder)voidsetPresentationInformation(net.welen.jmole.presentation.PresentationInformation presentationInformation)voidsetThresholds(Map<String,Threshold> thresholds)
-
-
-
Method Detail
-
getMBeanFinder
public MBeanFinder getMBeanFinder()
-
setMBeanFinder
public void setMBeanFinder(MBeanFinder mbeanFinder)
-
getMBeanCollector
public MBeanCollector getMBeanCollector()
-
setMBeanCollector
public void setMBeanCollector(MBeanCollector mbeanCollector)
-
getPresentationInformation
public net.welen.jmole.presentation.PresentationInformation getPresentationInformation()
-
setPresentationInformation
public void setPresentationInformation(net.welen.jmole.presentation.PresentationInformation presentationInformation)
-
getLevel
public int getLevel()
-
setLevel
public void setLevel(int level)
-
-