Class SaJMXXMLProperties

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,​java.lang.Object>, javax.management.DynamicMBean

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

      • SaJMXXMLProperties

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

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