Class Utils


  • public class Utils
    extends Object
    Collection of util methods that are used through JMole
    • Constructor Detail

      • Utils

        public Utils()
    • 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
      • rpnCalculate

        public static String rpnCalculate​(String expr)