Save This Page
Home » apache-log4j-1.2.15 » org.apache » log4j » jmx » [javadoc | source]
org.apache.log4j.jmx
public class: LoggerDynamicMBean [javadoc | source]
java.lang.Object
   org.apache.log4j.jmx.AbstractDynamicMBean
      org.apache.log4j.jmx.LoggerDynamicMBean

All Implemented Interfaces:
    NotificationListener, DynamicMBean, MBeanRegistration

Fields inherited from org.apache.log4j.jmx.AbstractDynamicMBean:
dClassName,  server
Constructor:
 public LoggerDynamicMBean(Logger logger) 
Method from org.apache.log4j.jmx.LoggerDynamicMBean Summary:
addAppender,   appenderMBeanRegistration,   getAttribute,   getLogger,   getMBeanInfo,   handleNotification,   invoke,   postRegister,   registerAppenderMBean,   setAttribute
Methods from org.apache.log4j.jmx.AbstractDynamicMBean:
getAttributes,   getLogger,   postDeregister,   postRegister,   preDeregister,   preRegister,   setAttributes
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.log4j.jmx.LoggerDynamicMBean Detail:
  void addAppender(String appenderClass,
    String appenderName) 
  void appenderMBeanRegistration() 
 public Object getAttribute(String attributeName) throws ReflectionException, AttributeNotFoundException, MBeanException 
 protected Logger getLogger() 
 public MBeanInfo getMBeanInfo() 
 public  void handleNotification(Notification notification,
    Object handback) 
 public Object invoke(String operationName,
    Object[] params,
    String[] signature) throws ReflectionException, MBeanException 
 public  void postRegister(Boolean registrationDone) 
  void registerAppenderMBean(Appender appender) 
 public  void setAttribute(Attribute attribute) throws InvalidAttributeValueException, ReflectionException, AttributeNotFoundException, MBeanException