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

RoleMBean

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

A ModelMBean implementation for the org.apache.catalina.Role component.

author
Craig R. McClanahan
version
$Revision: 1.4 $ $Date: 2007/05/05 05:32:09 $

Fields Summary
protected com.sun.org.apache.commons.modeler.Registry
registry
The configuration information registry for our managed beans.
protected MBeanServer
mserver
The MBeanServer in which we are registered.
protected com.sun.org.apache.commons.modeler.ManagedBean
managed
The ManagedBean information describing this MBean.
Constructors Summary
public RoleMBean()
Construct a ModelMBean with default ModelMBeanInfo information.

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


        super();

    
Methods Summary