Package org.apache.catalina.mbeans
Class ConnectorMBean
java.lang.Object
- All Implemented Interfaces:
- DynamicMBean,- MBeanRegistration,- ModelMBeanNotificationBroadcaster,- NotificationBroadcaster
 A ModelMBean implementation for the org.apache.coyote.tomcat5.CoyoteConnector
 component.
 
- Author:
- Amy Roh
- 
Field SummaryFields inherited from class org.apache.tomcat.util.modeler.BaseModelMBeanattributeBroadcaster, generalBroadcaster, managedBean, oname, resource, resourceType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetAttribute(String name) voidsetAttribute(Attribute attribute) Methods inherited from class org.apache.catalina.mbeans.ClassNameMBeangetClassNameMethods inherited from class org.apache.catalina.mbeans.BaseCatalinaMBeandoGetManagedResource, newInstanceMethods inherited from class org.apache.tomcat.util.modeler.BaseModelMBeanaddAttributeChangeNotificationListener, addNotificationListener, getAttributes, getJmxName, getManagedResource, getMBeanInfo, getModelerType, getNotificationInfo, getObjectName, invoke, postDeregister, postRegister, preDeregister, preRegister, removeAttributeChangeNotificationListener, removeNotificationListener, sendAttributeChangeNotification, sendAttributeChangeNotification, sendNotification, sendNotification, setAttributes, setManagedBean, setManagedResource, toString
- 
Constructor Details- 
ConnectorMBeanpublic ConnectorMBean()
 
- 
- 
Method Details- 
getAttributepublic Object getAttribute(String name) throws AttributeNotFoundException, MBeanException, ReflectionException - Specified by:
- getAttributein interface- DynamicMBean
- Overrides:
- getAttributein class- BaseModelMBean
- Throws:
- AttributeNotFoundException
- MBeanException
- ReflectionException
 
- 
setAttributepublic void setAttribute(Attribute attribute) throws AttributeNotFoundException, MBeanException, ReflectionException - Specified by:
- setAttributein interface- DynamicMBean
- Overrides:
- setAttributein class- BaseModelMBean
- Throws:
- AttributeNotFoundException
- MBeanException
- ReflectionException
 
 
-