Package org.apache.ignite.spi.metric.jmx
Class ReadOnlyDynamicMBean
- java.lang.Object
-
- org.apache.ignite.spi.metric.jmx.ReadOnlyDynamicMBean
-
- All Implemented Interfaces:
DynamicMBean
- Direct Known Subclasses:
MetricRegistryMBean
public abstract class ReadOnlyDynamicMBean extends Object implements DynamicMBean
Base class for read onlyDynamicMBean
implementations.
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyDynamicMBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeList
getAttributes(String[] attributes)
Object
invoke(String actionName, Object[] params, String[] signature)
void
setAttribute(Attribute attr)
AttributeList
setAttributes(AttributeList attrs)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getMBeanInfo
-
-
-
-
Method Detail
-
setAttribute
public void setAttribute(Attribute attr)
- Specified by:
setAttribute
in interfaceDynamicMBean
-
setAttributes
public AttributeList setAttributes(AttributeList attrs)
- Specified by:
setAttributes
in interfaceDynamicMBean
-
invoke
public Object invoke(String actionName, Object[] params, String[] signature) throws MBeanException, ReflectionException
- Specified by:
invoke
in interfaceDynamicMBean
- Throws:
MBeanException
ReflectionException
-
getAttributes
public AttributeList getAttributes(String[] attributes)
- Specified by:
getAttributes
in interfaceDynamicMBean
-
-