org.apache.catalina.mbeans

Class RoleMBean


public class RoleMBean
extends BaseModelMBean

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

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

Author:
Craig R. McClanahan

Field Summary

protected ManagedBean
managed
The ManagedBean information describing this MBean.
protected MBeanServer
mserver
The MBeanServer in which we are registered.
protected Registry
registry
The configuration information registry for our managed beans.

Constructor Summary

RoleMBean()
Construct a ModelMBean with default ModelMBeanInfo information.

Field Details

managed

protected ManagedBean managed
The ManagedBean information describing this MBean.


mserver

protected MBeanServer mserver
The MBeanServer in which we are registered.


registry

protected Registry registry
The configuration information registry for our managed beans.

Constructor Details

RoleMBean

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


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