org.apache.catalina.mbeans
Class RoleMBean
java.lang.Object
org.apache.tomcat.util.modeler.BaseModelMBean
org.apache.catalina.mbeans.RoleMBean
- All Implemented Interfaces:
- DynamicMBean, MBeanRegistration, ModelMBeanNotificationBroadcaster, NotificationBroadcaster
public class RoleMBean
- extends BaseModelMBean
A ModelMBean implementation for the
org.apache.catalina.Role component.
- Version:
- $Id: RoleMBean.java 1085323 2011-03-25 11:20:50Z markt $
- Author:
- Craig R. McClanahan
|
Field Summary |
protected ManagedBean |
managed
The ManagedBean information describing this MBean. |
protected Registry |
registry
The configuration information registry for our managed beans. |
|
Constructor Summary |
RoleMBean()
Construct a ModelMBean with default
ModelMBeanInfo information. |
| Methods inherited from class org.apache.tomcat.util.modeler.BaseModelMBean |
addAttributeChangeNotificationListener, addNotificationListener, getAttribute, getAttributes, getClassName, getJmxName, getManagedResource, getMBeanInfo, getModelerType, getNotificationInfo, getObjectName, invoke, postDeregister, postRegister, preDeregister, preRegister, removeAttributeChangeNotificationListener, removeAttributeChangeNotificationListener, removeNotificationListener, removeNotificationListener, removeNotificationListener, sendAttributeChangeNotification, sendAttributeChangeNotification, sendNotification, sendNotification, setAttribute, setAttributes, setManagedBean, setManagedResource, toString |
registry
protected Registry registry
- The configuration information registry for our managed beans.
managed
protected ManagedBean managed
- The
ManagedBean information describing this MBean.
RoleMBean
public RoleMBean()
throws MBeanException,
RuntimeOperationsException
- 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-2012 Apache Software Foundation. All Rights Reserved.