Annotation Interface MBean


Classes annotated with this will be exposed as MBeans. If you are looking for more fined grained way of exposing JMX attributes/operations, take a look at ManagedAttribute and ManagedOperation
Since:
4.0
Author:
Mircea.Markus@jboss.com
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
    This name becomes the value of the "component" key of the final ObjectName of the MBean.
  • Element Details

    • objectName

      String objectName
      This name becomes the value of the "component" key of the final ObjectName of the MBean. If missing, it defaults to the name of the component in the component registry.
      Default:
      ""
    • description

      String description
      Default:
      ""