org.apache.log4j.jmx

Class LoggerDynamicMBean

public class LoggerDynamicMBean extends AbstractDynamicMBean implements NotificationListener

Constructor Summary
LoggerDynamicMBean(Logger logger)
Method Summary
ObjectgetAttribute(String attributeName)
protected LoggergetLogger()
MBeanInfogetMBeanInfo()
voidhandleNotification(Notification notification, Object handback)
Objectinvoke(String operationName, Object[] params, String[] signature)
voidpostRegister(Boolean registrationDone)
voidsetAttribute(Attribute attribute)

Constructor Detail

LoggerDynamicMBean

public LoggerDynamicMBean(Logger logger)

Method Detail

getAttribute

public Object getAttribute(String attributeName)

getLogger

protected Logger getLogger()

getMBeanInfo

public MBeanInfo getMBeanInfo()

handleNotification

public void handleNotification(Notification notification, Object handback)

invoke

public Object invoke(String operationName, Object[] params, String[] signature)

postRegister

public void postRegister(Boolean registrationDone)

setAttribute

public void setAttribute(Attribute attribute)
Copyright 2000-2005 Apache Software Foundation.