org.apache.log4j.jmx
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) |
getAttributes, postDeregister, postRegister, preDeregister, preRegister, setAttributes
public LayoutDynamicMBean(Layout layout) throws IntrospectionException
IntrospectionException
public MBeanInfo getMBeanInfo()
public Object invoke(String operationName, Object[] params, String[] signature) throws MBeanException, ReflectionException
MBeanException
ReflectionException
protected Logger getLogger()
getLogger
in class AbstractDynamicMBean
public Object getAttribute(String attributeName) throws AttributeNotFoundException, MBeanException, ReflectionException
public void setAttribute(Attribute attribute) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException
Copyright 2000-2005 Apache Software Foundation.