| Log4j 1.2.13 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.log4j.jmx.AbstractDynamicMBeanorg.apache.log4j.jmx.HierarchyDynamicMBeanpublic class HierarchyDynamicMBeanextends AbstractDynamicMBeanimplements HierarchyEventListener, NotificationBroadcasterConstructor Summary | |
Method Summary | |
void |
|
ObjectName |
|
void |
|
Object |
|
protected Logger | |
MBeanInfo | |
MBeanNotificationInfo[] | |
Object |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from class org.apache.log4j.jmx.AbstractDynamicMBean | |
getAttributes, getLogger, postDeregister, postRegister, preDeregister, preRegister, setAttributes | |
public void addAppenderEvent(Category logger, Appender appender)
- Specified by:
- addAppenderEvent in interface HierarchyEventListener
public ObjectName addLoggerMBean(String name)
public void addNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)public Object getAttribute(String attributeName)
throws AttributeNotFoundException,
MBeanException,
ReflectionExceptionpublic MBeanInfo getMBeanInfo()
public MBeanNotificationInfo[] getNotificationInfo()
public Object invoke(String operationName,
params[] ,
signature[] )
throws MBeanException,
ReflectionExceptionpublic void postRegister(Boolean registrationDone)
- Overrides:
- postRegister in interface AbstractDynamicMBean
public void removeAppenderEvent(Category cat, Appender appender)
- Specified by:
- removeAppenderEvent in interface HierarchyEventListener
public void removeNotificationListener(NotificationListener listener)
throws ListenerNotFoundExceptionpublic void setAttribute(Attribute attribute)
throws AttributeNotFoundException,
InvalidAttributeValueException,
MBeanException,
ReflectionException