org.jconfig.jmx
Class AbstractDynamicMBean

org.jconfig.jmx.AbstractDynamicMBean
Direct Known Subclasses:
CategoryDynamicMBean, ConfigurationDynamicMBean

public abstract class AbstractDynamicMBean


Constructor Summary
AbstractDynamicMBean()
           
 
Method Summary
 javax.management.AttributeList getAttributes(java.lang.String[] attributeNames)
          Enables the to get the values of several attributes of the Dynamic MBean.
 void postDeregister()
           
 void postRegister(java.lang.Boolean registrationDone)
           
 void preDeregister()
           
 javax.management.ObjectName preRegister(javax.management.MBeanServer server, javax.management.ObjectName name)
           
 javax.management.AttributeList setAttributes(javax.management.AttributeList attributes)
          Sets the values of several attributes of the Dynamic MBean, and returns the list of attributes that have been set.
 

Constructor Detail

AbstractDynamicMBean

public AbstractDynamicMBean()
Method Detail

getAttributes

public javax.management.AttributeList getAttributes(java.lang.String[] attributeNames)
Enables the to get the values of several attributes of the Dynamic MBean.

setAttributes

public javax.management.AttributeList setAttributes(javax.management.AttributeList attributes)
Sets the values of several attributes of the Dynamic MBean, and returns the list of attributes that have been set.

postDeregister

public void postDeregister()

postRegister

public void postRegister(java.lang.Boolean registrationDone)

preDeregister

public void preDeregister()

preRegister

public javax.management.ObjectName preRegister(javax.management.MBeanServer server,
                                               javax.management.ObjectName name)


Copyright © 2001-2003 Andreas Mecky, Terry Dye. All Rights Reserved.