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
Fields Modifier and Type Field Description static java.lang.String
OBJECT_NAME
A String representing theObjectName
that this MBean maps to.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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 theObjectName
that this MBean maps to.- See Also:
- Constant Field Values
-
-