public class LayoutDynamicMBean extends AbstractDynamicMBean
| Constructor and Description |
|---|
LayoutDynamicMBean(Layout layout) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String attributeName) |
protected Logger |
getLogger() |
javax.management.MBeanInfo |
getMBeanInfo() |
Object |
invoke(String operationName,
Object[] params,
String[] signature) |
void |
setAttribute(javax.management.Attribute attribute) |
getAppenderName, getAttributes, postDeregister, postRegister, preDeregister, preRegister, registerMBean, setAttributespublic LayoutDynamicMBean(Layout layout) throws IntrospectionException
IntrospectionExceptionpublic javax.management.MBeanInfo getMBeanInfo()
public Object invoke(String operationName, Object[] params, String[] signature) throws javax.management.MBeanException, javax.management.ReflectionException
javax.management.MBeanExceptionjavax.management.ReflectionExceptionprotected Logger getLogger()
getLogger in class AbstractDynamicMBeanpublic Object getAttribute(String attributeName) throws javax.management.AttributeNotFoundException, javax.management.MBeanException, javax.management.ReflectionException
javax.management.AttributeNotFoundExceptionjavax.management.MBeanExceptionjavax.management.ReflectionExceptionpublic void setAttribute(javax.management.Attribute attribute)
throws javax.management.AttributeNotFoundException,
javax.management.InvalidAttributeValueException,
javax.management.MBeanException,
javax.management.ReflectionException
javax.management.AttributeNotFoundExceptionjavax.management.InvalidAttributeValueExceptionjavax.management.MBeanExceptionjavax.management.ReflectionExceptionCopyright © 1999-2012 Apache Software Foundation. All Rights Reserved.