| org.enhydra.util.AbsConfigMBean org.enhydra.util.EafConfigMBean
EafConfigMBean | public class EafConfigMBean extends AbsConfigMBean (Code) | | EAF's Core MBean Implementation
author: Slobodan Vujasinovic author: Tanja Jovanovic |
getMBeanConstructorInfo | protected MBeanConstructorInfo[] getMBeanConstructorInfo()(Code) | | Method returns MBean's MBeanConstructorInfo Array
MBeanConstructorInfo[] |
getMBeanOperationsInfo | protected MBeanOperationInfo[] getMBeanOperationsInfo()(Code) | | Method returns MBean's MBeanOperationInfo Array
MBeanOperationInfo[] |
Methods inherited from org.enhydra.util.AbsConfigMBean | public void addAttribute(String name, String value)(Code)(Java Doc) public void buildDynamicMBeanInfo()(Code)(Java Doc) public Object getAttribute(String attribute_name) throws AttributeNotFoundException, MBeanException, ReflectionException(Code)(Java Doc) public AttributeList getAttributes(String[] attributeNames)(Code)(Java Doc) protected String getDescription()(Code)(Java Doc) protected MBeanAttributeInfo[] getMBeanAttributesInfo()(Code)(Java Doc) abstract protected MBeanConstructorInfo[] getMBeanConstructorInfo()(Code)(Java Doc) public MBeanInfo getMBeanInfo()(Code)(Java Doc) protected MBeanNotificationInfo[] getMBeanNotificationInfo()(Code)(Java Doc) abstract protected MBeanOperationInfo[] getMBeanOperationsInfo()(Code)(Java Doc) public void initConfig(ObjectName objectName, String prefix, String[] includes, String[] excludes)(Code)(Java Doc) abstract public Object invoke(String operationName, Object params, String signature) throws MBeanException, ReflectionException(Code)(Java Doc) public void removeAttribute(String name)(Code)(Java Doc) public void reset() throws AttributeNotFoundException(Code)(Java Doc) public void saveAttributes()(Code)(Java Doc) public void setAttribute(Attribute attribute) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException(Code)(Java Doc) public AttributeList setAttributes(AttributeList attributes)(Code)(Java Doc) protected String toOriginal(String value)(Code)(Java Doc) protected String toValidIdentifier(String value)(Code)(Java Doc)
|
|
|