org.apache.log4j.jmx
public abstract class AbstractDynamicMBean extends Object implements DynamicMBean, MBeanRegistration
Method Summary | |
---|---|
AttributeList | getAttributes(String[] attributeNames)
Enables the to get the values of several attributes of the Dynamic MBean. |
protected abstract Logger | getLogger() |
void | postDeregister() |
void | postRegister(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. |