org.apache.log4j.jmx
Class AbstractDynamicMBean
- DynamicMBean, MBeanRegistration
public abstract class AbstractDynamicMBean
implements DynamicMBean, MBeanRegistration
getAttributes
public AttributeList getAttributes(String[] attributeNames)
Enables the to get the values of several attributes of the Dynamic MBean.
getLogger
protected abstract Logger getLogger()
postDeregister
public void postDeregister()
postRegister
public void postRegister(Boolean registrationDone)
preDeregister
public void preDeregister()
preRegister
public ObjectName preRegister(MBeanServer server,
ObjectName name)
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.
Copyright 2000-2005 Apache Software Foundation.