com.ibm.websphere.config.mbeans

Interface ServerXMLConfigurationMBean

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String OBJECT_NAME
      A String representing the javax.management.ObjectName that this MBean maps to.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.util.Collection<java.lang.String> fetchConfigurationFilePaths()
      Fetches and returns a collection containing the file paths of all the server configuration files known to the server.
    • Field Detail

      • OBJECT_NAME

        static final java.lang.String OBJECT_NAME
        A String representing the javax.management.ObjectName that this MBean maps to.
        See Also:
        Constant Field Values
    • Method Detail

      • fetchConfigurationFilePaths

        java.util.Collection<java.lang.String> fetchConfigurationFilePaths()
        Fetches and returns a collection containing the file paths of all the server configuration files known to the server.
        Returns:
        an unordered collection of server configuration file paths