Package org.infinispan.jmx.annotations
Annotation Type MBean
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @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 atManagedAttribute
andManagedOperation
- Since:
- 4.0
- Author:
- Mircea.Markus@jboss.com
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
description
String
objectName
-