org.apache.catalina.mbeans

Class StandardServerMBean

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) $

Author: Amy Roh

Constructor Summary
StandardServerMBean()
Construct a ModelMBean with default ModelMBeanInfo information.
Method Summary
voidstore()
Write the configuration information for this entire Server out to the server.xml configuration file.

Constructor Detail

StandardServerMBean

public StandardServerMBean()
Construct a ModelMBean with default ModelMBeanInfo information.

Throws: MBeanException if the initializer of an object throws an exception RuntimeOperationsException if an IllegalArgumentException occurs

Method Detail

store

public void store()
Write the configuration information for this entire 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

Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.