org.apache.log4j.jmx
Class LoggerDynamicMBean
java.lang.Object
org.apache.log4j.jmx.AbstractDynamicMBean
org.apache.log4j.jmx.LoggerDynamicMBean
- public class LoggerDynamicMBean
- extends AbstractDynamicMBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggerDynamicMBean
public LoggerDynamicMBean(Logger logger)
handleNotification
public void handleNotification(Notification notification,
Object handback)
getLogger
protected Logger getLogger()
- Specified by:
getLogger
in class AbstractDynamicMBean
getMBeanInfo
public MBeanInfo getMBeanInfo()
invoke
public Object invoke(String operationName,
Object[] params,
String[] signature)
throws MBeanException,
ReflectionException
- Throws:
MBeanException
ReflectionException
getAttribute
public Object getAttribute(String attributeName)
throws AttributeNotFoundException,
MBeanException,
ReflectionException
- Throws:
AttributeNotFoundException
MBeanException
ReflectionException
setAttribute
public void setAttribute(Attribute attribute)
throws AttributeNotFoundException,
InvalidAttributeValueException,
MBeanException,
ReflectionException
- Throws:
AttributeNotFoundException
InvalidAttributeValueException
MBeanException
ReflectionException
postRegister
public void postRegister(Boolean registrationDone)
- Overrides:
postRegister
in class AbstractDynamicMBean
Copyright 2000-2005 Apache Software Foundation.