org.apache.felix.ipojo.handlers.jmx
Annotation Type JMXMethod


@Target(value=METHOD)
public @interface JMXMethod

JMX Method annotation. Allows exposing methods in the MBean. This annotation must be used only if the Config annotation is used. Be aware that despite is it provided in the annotations jar, it refers to an external handler.

Author:
Felix Project Team

Optional Element Summary
 String description
          Gets the method description.
 

description

public abstract String description
Gets the method description. Default : no description

Default:
""


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.