Class SaJMXXMLProperties

All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>, DynamicMBean

public class SaJMXXMLProperties extends SaJMXStreamProperties
Defines the properties of a configuration file as MBean.
Implements the abstract class SaAbstractJMXProperties.
Author:
rbo
See Also:
  • Constructor Details

    • SaJMXXMLProperties

      public SaJMXXMLProperties(String configName, String configFile) throws IOException
      Constructor.
      Parameters:
      configName - Config name
      configFile - Config file
      Throws:
      IOException - Exception
    • SaJMXXMLProperties

      public SaJMXXMLProperties(String configName, InputStream in) throws IOException
      Constructor.
      Parameters:
      configName - Configuration name
      in - Input stream
      Throws:
      IOException - Exception