org.apache.catalina.mbeans

Class RoleMBean

public class RoleMBean extends BaseModelMBean

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

Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $

Author: Craig R. McClanahan

Field Summary
protected ManagedBeanmanaged
The ManagedBean information describing this MBean.
protected MBeanServermserver
The MBeanServer in which we are registered.
protected Registryregistry
The configuration information registry for our managed beans.
Constructor Summary
RoleMBean()
Construct a ModelMBean with default ModelMBeanInfo information.

Field Detail

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 Detail

RoleMBean

public RoleMBean()
Construct a ModelMBean with default ModelMBeanInfo information.

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

Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.