Package net.welen.jmole
Class Utils
- java.lang.Object
-
- net.welen.jmole.Utils
-
public class Utils extends Object
Collection of util methods that are used through JMole
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringPROPERTY_MBEAN_SERVER
-
Constructor Summary
Constructors Constructor Description Utils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MBeanServergetMBeanServer()Get the MBean server to use.static StringrpnCalculate(String expr)
-
-
-
Field Detail
-
PROPERTY_MBEAN_SERVER
protected static final String PROPERTY_MBEAN_SERVER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMBeanServer
public static MBeanServer getMBeanServer()
Get the MBean server to use. Uses a system property to choose which MBeanServer to use if the default platform one shouldn't be used.- Returns:
- The MBeanServer to use
-
-