org.jboss.cache.jmx.annotations
Annotation Type MBean


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface MBean

Classes anotaded 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:
3.0
Author:
Mircea.Markus@jboss.com

Optional Element Summary
 String description
           
 boolean exposeAll
           
 String objectName
           
 

objectName

public abstract String objectName
Default:
""

exposeAll

public abstract boolean exposeAll
Default:
false

description

public abstract String description
Default:
""


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.