| java.lang.Object javax.management.NotificationBroadcasterSupport org.enhydra.util.AbsConfigMBean
All known Subclasses: org.enhydra.util.EafConfigMBean,
Constructor Summary | |
public | AbsConfigMBean() A constructor with no arguments is required. |
sequence | protected long sequence(Code) | | |
AbsConfigMBean | public AbsConfigMBean()(Code) | | A constructor with no arguments is required.
|
addAttribute | public void addAttribute(String name, String value)(Code) | | Add new attribute to config
|
buildDynamicMBeanInfo | public void buildDynamicMBeanInfo()(Code) | | |
getAttributes | public AttributeList getAttributes(String[] attributeNames)(Code) | | get the values of several attributes of the Dynamic MBean.
|
getDescription | protected String getDescription()(Code) | | Method returns MBean's description
String |
getMBeanAttributesInfo | protected MBeanAttributeInfo[] getMBeanAttributesInfo()(Code) | | Method returns MBean's MBeanAttributeInfo Array
MBeanAttributeInfo[] |
getMBeanConstructorInfo | abstract protected MBeanConstructorInfo[] getMBeanConstructorInfo()(Code) | | Method returns MBean's MBeanConstructorInfo Array
MBeanConstructorInfo[] |
getMBeanInfo | public MBeanInfo getMBeanInfo()(Code) | | This method provides the exposed attributes and operations of the Dynamic MBean.
It provides this information using an MBeanInfo object.
|
getMBeanNotificationInfo | protected MBeanNotificationInfo[] getMBeanNotificationInfo()(Code) | | Method returns MBean's MBeanNotificationInfo Array
MBeanNotificationInfo[] |
getMBeanOperationsInfo | abstract protected MBeanOperationInfo[] getMBeanOperationsInfo()(Code) | | Method returns MBean's MBeanOperationInfo Array
MBeanOperationInfo[] |
removeAttribute | public void removeAttribute(String name)(Code) | | |
saveAttributes | public void saveAttributes()(Code) | | Save Config Attributes
|
setAttributes | public AttributeList setAttributes(AttributeList attributes)(Code) | | Sets the values of several attributes of the Dynamic MBean, and returns the
list of attributes that have been set.
|
|
|