Package org.infinispan.jmx.annotations
Annotation Type MBean
-
@Retention(CLASS) @Target(TYPE) @Inherited public @interface MBeanClasses 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 atManagedAttributeandManagedOperation- Since:
- 4.0
- Author:
- Mircea.Markus@jboss.com
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Stringdescriptionjava.lang.StringobjectNameThis name becomes the value of the "component" key of the final ObjectName of the MBean.
-