Class MBean

  • All Implemented Interfaces:
    javax.management.DynamicMBean

    public class MBean
    extends java.lang.Object
    implements javax.management.DynamicMBean
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getAttribute​(java.lang.String attribute)  
      javax.management.AttributeList getAttributes​(java.lang.String[] attributes)  
      javax.management.MBeanInfo getMBeanInfo()  
      javax.management.ObjectName getObjectName()  
      java.lang.Object invoke​(java.lang.String actionName, java.lang.Object[] params, java.lang.String[] signature)  
      void setAttribute​(javax.management.Attribute attribute)  
      javax.management.AttributeList setAttributes​(javax.management.AttributeList attributes)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getAttribute

        public java.lang.Object getAttribute​(java.lang.String attribute)
        Specified by:
        getAttribute in interface javax.management.DynamicMBean
      • setAttribute

        public void setAttribute​(javax.management.Attribute attribute)
        Specified by:
        setAttribute in interface javax.management.DynamicMBean
      • getAttributes

        public javax.management.AttributeList getAttributes​(java.lang.String[] attributes)
        Specified by:
        getAttributes in interface javax.management.DynamicMBean
      • setAttributes

        public javax.management.AttributeList setAttributes​(javax.management.AttributeList attributes)
        Specified by:
        setAttributes in interface javax.management.DynamicMBean
      • invoke

        public java.lang.Object invoke​(java.lang.String actionName,
                                       java.lang.Object[] params,
                                       java.lang.String[] signature)
        Specified by:
        invoke in interface javax.management.DynamicMBean
      • getMBeanInfo

        public javax.management.MBeanInfo getMBeanInfo()
        Specified by:
        getMBeanInfo in interface javax.management.DynamicMBean
      • getObjectName

        public javax.management.ObjectName getObjectName()