java.lang.Object | |
↳ | org.apache.log4j.jmx.AbstractDynamicMBean |
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Enables the to get the values of several attributes of the Dynamic MBean.
| |||||||||||
Performs cleanup for deregistering this MBean.
| |||||||||||
Sets the values of several attributes of the Dynamic MBean, and returns the
list of attributes that have been set.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get MBean name.
| |||||||||||
Registers MBean instance in the attached server.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Enables the to get the values of several attributes of the Dynamic MBean.
Performs cleanup for deregistering this MBean. Default implementation
unregisters MBean instances which are registered using
registerMBean(Object, ObjectName)
.
Sets the values of several attributes of the Dynamic MBean, and returns the list of attributes that have been set.
Get MBean name.
appender | appender, may not be null. |
---|
Registers MBean instance in the attached server. Must NOT be called before registration of this instance.
InstanceAlreadyExistsException | |
---|---|
MBeanRegistrationException | |
NotCompliantMBeanException |