org.apache.catalina.mbeans
public class StandardServerMBean extends BaseModelMBean
A ModelMBean implementation for the
org.apache.catalina.core.StandardServer
component.
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Constructor Summary | |
---|---|
StandardServerMBean()
Construct a ModelMBean with default
ModelMBeanInfo information.
|
Method Summary | |
---|---|
void | store()
Write the configuration information for this entire Server
out to the server.xml configuration file.
|
ModelMBean
with default
ModelMBeanInfo
information.
Throws: MBeanException if the initializer of an object throws an exception RuntimeOperationsException if an IllegalArgumentException occurs
Server
out to the server.xml configuration file.
Throws: InstanceNotFoundException if the managed resource object cannot be found MBeanException if the initializer of the object throws an exception, or persistence is not supported RuntimeOperationsException if an exception is reported by the persistence mechanism