Class ReadOnlyProxyMBean
java.lang.Object
com.atlassian.diagnostics.internal.jmx.ReadOnlyProxyMBean
- All Implemented Interfaces:
DynamicMBean
A simple implementation of
DynamicMBean that allows you to register a bean with a MBeanServer- Since:
- 3.3.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String attribute) getAttributes(String[] attributes) voidsetAttribute(Attribute attribute) setAttributes(AttributeList attributes)
-
Constructor Details
-
ReadOnlyProxyMBean
-
-
Method Details
-
getAttribute
- Specified by:
getAttributein interfaceDynamicMBean
-
setAttribute
- Specified by:
setAttributein interfaceDynamicMBean
-
getAttributes
- Specified by:
getAttributesin interfaceDynamicMBean
-
setAttributes
- Specified by:
setAttributesin interfaceDynamicMBean
-
invoke
public Object invoke(String actionName, Object[] params, String[] signature) throws MBeanException, ReflectionException - Specified by:
invokein interfaceDynamicMBean- Throws:
MBeanExceptionReflectionException
-
getMBeanInfo
- Specified by:
getMBeanInfoin interfaceDynamicMBean
-