FileDocCategorySizeDatePackage
StandardEngineMBean.javaAPI DocApache Tomcat 6.0.142247Fri Jul 20 04:20:32 BST 2007org.apache.catalina.mbeans

StandardEngineMBean

public class StandardEngineMBean extends org.apache.tomcat.util.modeler.BaseModelMBean

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

author
Craig R. McClanahan
version
$Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. 2006) $

Fields Summary
private static MBeanServer
mserver
The MBeanServer for this application.
Constructors Summary
public StandardEngineMBean()
Construct a ModelMBean with default ModelMBeanInfo information.

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

    
    // ----------------------------------------------------------- Constructors


                                   
     
           

        super();

    
Methods Summary