Package com.ibm.websphere.config.mbeans
Interface ServerXMLConfigurationMBean
- 
 public interface ServerXMLConfigurationMBeanThe 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 SummaryFields Modifier and Type Field Description static java.lang.StringOBJECT_NAMEA String representing theObjectNamethat this MBean maps to.
 - 
Method SummaryAll 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_NAMEstatic final java.lang.String OBJECT_NAME A String representing theObjectNamethat this MBean maps to.- See Also:
- Constant Field Values
 
 
- 
 
-