public class LayoutDynamicMBean extends AbstractDynamicMBean
| Constructor and Description |
|---|
LayoutDynamicMBean(Layout layout) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String attributeName) |
protected Logger |
getLogger() |
MBeanInfo |
getMBeanInfo() |
Object |
invoke(String operationName,
Object[] params,
String[] signature) |
void |
setAttribute(Attribute attribute) |
getAppenderName, getAttributes, postDeregister, postRegister, preDeregister, preRegister, registerMBean, setAttributespublic LayoutDynamicMBean(Layout layout) throws IntrospectionException
IntrospectionExceptionpublic MBeanInfo getMBeanInfo()
public Object invoke(String operationName, Object[] params, String[] signature) throws MBeanException, ReflectionException
MBeanExceptionReflectionExceptionprotected Logger getLogger()
getLogger in class AbstractDynamicMBeanpublic Object getAttribute(String attributeName) throws AttributeNotFoundException, MBeanException, ReflectionException
public void setAttribute(Attribute attribute) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.