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 Summary
FieldsModifier and TypeFieldDescriptionstatic final String
A String representing theObjectName
that this MBean maps to. -
Method Summary
Modifier and TypeMethodDescriptionFetches and returns a collection containing the file paths of all the server configuration files known to the server.
-
Field Details
-
OBJECT_NAME
A String representing theObjectName
that this MBean maps to.- See Also:
-
-
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
-