Class JvmAgentConfig

java.lang.Object
org.jolokia.jvmagent.JolokiaServerConfig
org.jolokia.jvmagent.JvmAgentConfig

public class JvmAgentConfig extends JolokiaServerConfig
Holds all Http-Server and Jolokia configuration. Default values are first loaded from the default-jolokia-agent.properties from the class path (top-level). All default values are defined within this file.
Since:
13.08.11
Author:
roland
  • Constructor Details

    • JvmAgentConfig

      public JvmAgentConfig(String pArgs)
      Constructor which also specifies whether initialization should be done lazy or not
      Parameters:
      pArgs - arguments as given on the command line
    • JvmAgentConfig

      public JvmAgentConfig(Map<String,String> pConfig)
      Constructor with a preparsed configuration
      Parameters:
      pConfig - config map with key value pairs
  • Method Details

    • isModeStop

      public boolean isModeStop()
      The mode is 'stop' indicates that the server should be stopped when used in dynamic mode
      Returns:
      the running mode