org.apache.log4j.jmx
public class HierarchyDynamicMBean extends AbstractDynamicMBean implements HierarchyEventListener, NotificationBroadcaster
| Constructor Summary | |
|---|---|
| HierarchyDynamicMBean() | |
| Method Summary | |
|---|---|
| void | addAppenderEvent(Category logger, Appender appender) |
| ObjectName | addLoggerMBean(String name) |
| void | addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) |
| Object | getAttribute(String attributeName) |
| protected Logger | getLogger() |
| MBeanInfo | getMBeanInfo() |
| MBeanNotificationInfo[] | getNotificationInfo() |
| Object | invoke(String operationName, Object[] params, String[] signature) |
| void | postRegister(Boolean registrationDone) |
| void | removeAppenderEvent(Category cat, Appender appender) |
| void | removeNotificationListener(NotificationListener listener) |
| void | setAttribute(Attribute attribute) |