[Expand]
Inherited Methods |
From class
org.apache.log4j.jmx.AbstractDynamicMBean
static
String
|
getAppenderName(Appender appender)
Get MBean name.
|
AttributeList
|
getAttributes(String[] attributeNames)
Enables the to get the values of several attributes of the Dynamic MBean.
|
abstract
Logger
|
getLogger()
|
void
|
postDeregister()
|
void
|
postRegister(Boolean registrationDone)
|
void
|
preDeregister()
Performs cleanup for deregistering this MBean.
|
ObjectName
|
preRegister(MBeanServer server, ObjectName name)
|
void
|
registerMBean(Object mbean, ObjectName objectName)
Registers MBean instance in the attached server.
|
AttributeList
|
setAttributes(AttributeList attributes)
Sets the values of several attributes of the Dynamic MBean, and returns the
list of attributes that have been set.
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
javax.management.DynamicMBean
abstract
Object
|
getAttribute(String arg0)
|
abstract
AttributeList
|
getAttributes(String[] arg0)
|
abstract
MBeanInfo
|
getMBeanInfo()
|
abstract
Object
|
invoke(String arg0, Object[] arg1, String[] arg2)
|
abstract
void
|
setAttribute(Attribute arg0)
|
abstract
AttributeList
|
setAttributes(AttributeList arg0)
|
|
From interface
javax.management.MBeanRegistration
abstract
void
|
postDeregister()
|
abstract
void
|
postRegister(Boolean arg0)
|
abstract
void
|
preDeregister()
|
abstract
ObjectName
|
preRegister(MBeanServer arg0, ObjectName arg1)
|
|
From interface
javax.management.NotificationBroadcaster
abstract
void
|
addNotificationListener(NotificationListener arg0, NotificationFilter arg1, Object arg2)
|
abstract
MBeanNotificationInfo[]
|
getNotificationInfo()
|
abstract
void
|
removeNotificationListener(NotificationListener arg0)
|
|
From interface
org.apache.log4j.spi.HierarchyEventListener
|