org.apache.log4j.jmx
Class LayoutDynamicMBean
java.lang.Object
org.apache.log4j.jmx.AbstractDynamicMBean
org.apache.log4j.jmx.LayoutDynamicMBean
- All Implemented Interfaces:
- javax.management.DynamicMBean, javax.management.MBeanRegistration
public class LayoutDynamicMBean
- extends AbstractDynamicMBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutDynamicMBean
public LayoutDynamicMBean(Layout layout)
throws IntrospectionException
- Throws:
IntrospectionException
getMBeanInfo
public javax.management.MBeanInfo getMBeanInfo()
invoke
public Object invoke(String operationName,
Object[] params,
String[] signature)
throws javax.management.MBeanException,
javax.management.ReflectionException
- Throws:
javax.management.MBeanException
javax.management.ReflectionException
getLogger
protected Logger getLogger()
- Specified by:
getLogger
in class AbstractDynamicMBean
getAttribute
public Object getAttribute(String attributeName)
throws javax.management.AttributeNotFoundException,
javax.management.MBeanException,
javax.management.ReflectionException
- Throws:
javax.management.AttributeNotFoundException
javax.management.MBeanException
javax.management.ReflectionException
setAttribute
public void setAttribute(javax.management.Attribute attribute)
throws javax.management.AttributeNotFoundException,
javax.management.InvalidAttributeValueException,
javax.management.MBeanException,
javax.management.ReflectionException
- Throws:
javax.management.AttributeNotFoundException
javax.management.InvalidAttributeValueException
javax.management.MBeanException
javax.management.ReflectionException
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.