org.granite.jmx
Annotation Type MBeanOperation


@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface MBeanOperation


Required Element Summary
 String description
          The description that will be shown in a JMX console for this MBean operation.
 
Optional Element Summary
 MBeanOperation.Impact impact
          The impact of this MBean operation.
 

Element Detail

description

public abstract String description
The description that will be shown in a JMX console for this MBean operation.

Returns:
the description that will be shown in a JMX console for this MBean operation.

impact

public abstract MBeanOperation.Impact impact
The impact of this MBean operation.

Returns:
the impact of this MBean operation.
Default:
org.granite.jmx.MBeanOperation.Impact.UNKNOWN