org.jconfig.jmx
Class AbstractDynamicMBean

java.lang.Object
  extended byorg.jconfig.jmx.AbstractDynamicMBean
Direct Known Subclasses:
CategoryDynamicMBean, ConfigurationDynamicMBean, ConfigurationManagerDynamicMBean

public abstract class AbstractDynamicMBean
extends java.lang.Object


Constructor Summary
AbstractDynamicMBean()
           
 
Method Summary
 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()
           
 ObjectName preRegister(MBeanServer server, ObjectName name)
           
 AttributeList setAttributes(AttributeList attributes)
          Sets the values of several attributes of the Dynamic MBean, and returns the list of attributes that have been set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDynamicMBean

public AbstractDynamicMBean()
Method Detail

getAttributes

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


setAttributes

public AttributeList setAttributes(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 ObjectName preRegister(MBeanServer server,
                              ObjectName name)


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