Class JmxSettings


  • public class JmxSettings
    extends Object
    • Field Detail

      • enabled

        protected boolean enabled
      • jmxHost

        protected String jmxHost
      • jmxPort

        protected int jmxPort
      • passwordFile

        protected String passwordFile
      • accessFile

        protected String accessFile
    • Constructor Detail

      • JmxSettings

        public JmxSettings​(boolean enabled,
                           String jmxHost,
                           int jmxPort,
                           String passwordFile,
                           String accessFile)
    • Method Detail

      • getJmxHost

        public String getJmxHost()
      • getJmxPort

        public int getJmxPort()
      • getPasswordFile

        public String getPasswordFile()
      • getAccessFile

        public String getAccessFile()
      • isEnabled

        public boolean isEnabled()