Interface ServerXMLConfigurationMBean


public interface ServerXMLConfigurationMBean
The ServerXMLConfigurationMBean provides an interface for retrieving the file paths of all of the server configuration files known to the server.

The ObjectName for this MBean is "WebSphere:name=com.ibm.websphere.config.mbeans.ServerXMLConfigurationMBean".

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    A String representing the ObjectName that this MBean maps to.
  • Method Summary

    Modifier and Type
    Method
    Description
    Fetches and returns a collection containing the file paths of all the server configuration files known to the server.
  • Field Details

  • Method Details

    • fetchConfigurationFilePaths

      Collection<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