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, setAttributes
public LayoutDynamicMBean(Layout layout) throws IntrospectionException
IntrospectionException
public javax.management.MBeanInfo getMBeanInfo()
public Object invoke(String operationName, Object[] params, String[] signature) throws javax.management.MBeanException, javax.management.ReflectionException
javax.management.MBeanException
javax.management.ReflectionException
protected Logger getLogger()
getLogger
in class AbstractDynamicMBean
public Object getAttribute(String attributeName) throws javax.management.AttributeNotFoundException, javax.management.MBeanException, javax.management.ReflectionException
javax.management.AttributeNotFoundException
javax.management.MBeanException
javax.management.ReflectionException
public void setAttribute(javax.management.Attribute attribute) throws javax.management.AttributeNotFoundException, javax.management.InvalidAttributeValueException, javax.management.MBeanException, javax.management.ReflectionException
javax.management.AttributeNotFoundException
javax.management.InvalidAttributeValueException
javax.management.MBeanException
javax.management.ReflectionException
Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.