org.apache.catalina.mbeans

Class StandardServerMBean


public class StandardServerMBean
extends BaseModelMBean

A ModelMBean implementation for the org.apache.catalina.core.StandardServer component.

Version:
$Revision: 1.3 $ $Date: 2004/02/27 14:58:45 $

Author:
Amy Roh

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.

Constructor Details

StandardServerMBean

public StandardServerMBean()
            throws MBeanException,
                   RuntimeOperationsException
Construct a ModelMBean with default ModelMBeanInfo information.

Method Details

store

public void store()
            throws InstanceNotFoundException,
                   MBeanException,
                   RuntimeOperationsException
Write the configuration information for this entire Server out to the server.xml configuration file.


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.