FileDocCategorySizeDatePackage
StandardServiceMBean.javaAPI DocGlassfish v2 API3443Fri May 04 22:32:10 BST 2007org.apache.catalina.mbeans

StandardServiceMBean

public class StandardServiceMBean extends com.sun.org.apache.commons.modeler.BaseModelMBean

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

author
Amy Roh
version
$Revision: 1.4 $ $Date: 2007/05/05 05:32:10 $

Fields Summary
private static MBeanServer
mserver
The MBeanServer for this application.
Constructors Summary
public StandardServiceMBean()
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