Package com.ibm.websphere.config.mbeans
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 SummaryFieldsModifier and TypeFieldDescriptionstatic final StringA String representing theObjectNamethat this MBean maps to.
- 
Method SummaryModifier and TypeMethodDescriptionFetches and returns a collection containing the file paths of all the server configuration files known to the server.
- 
Field Details- 
OBJECT_NAMEA String representing theObjectNamethat this MBean maps to.- See Also:
 
 
- 
- 
Method Details- 
fetchConfigurationFilePathsCollection<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
 
 
-