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

All Implemented Interfaces:
    DynamicMBean, MBeanRegistration

Fields inherited from org.apache.log4j.jmx.AbstractDynamicMBean:
dClassName,  server
Constructor:
 public LayoutDynamicMBean(Layout layout) throws IntrospectionException 
Method from org.apache.log4j.jmx.LayoutDynamicMBean Summary:
getAttribute,   getLogger,   getMBeanInfo,   invoke,   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.LayoutDynamicMBean Detail:
 public Object getAttribute(String attributeName) throws ReflectionException, AttributeNotFoundException, MBeanException 
 protected Logger getLogger() 
 public MBeanInfo getMBeanInfo() 
 public Object invoke(String operationName,
    Object[] params,
    String[] signature) throws ReflectionException, MBeanException 
 public  void setAttribute(Attribute attribute) throws InvalidAttributeValueException, ReflectionException, AttributeNotFoundException, MBeanException