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 onlyDynamicMBeanimplementations.
- 
- 
Constructor SummaryConstructors Constructor Description ReadOnlyDynamicMBean()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeListgetAttributes(String[] attributes)Objectinvoke(String actionName, Object[] params, String[] signature)voidsetAttribute(Attribute attr)AttributeListsetAttributes(AttributeList attrs)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface javax.management.DynamicMBeangetAttribute, getMBeanInfo
 
- 
 
- 
- 
- 
Method Detail- 
setAttributepublic void setAttribute(Attribute attr) - Specified by:
- setAttributein interface- DynamicMBean
 
 - 
setAttributespublic AttributeList setAttributes(AttributeList attrs) - Specified by:
- setAttributesin interface- DynamicMBean
 
 - 
invokepublic Object invoke(String actionName, Object[] params, String[] signature) throws MBeanException, ReflectionException - Specified by:
- invokein interface- DynamicMBean
- Throws:
- MBeanException
- ReflectionException
 
 - 
getAttributespublic AttributeList getAttributes(String[] attributes) - Specified by:
- getAttributesin interface- DynamicMBean
 
 
- 
 
-