com.hazelcast.jmx
Annotation Type JMXAttribute


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface JMXAttribute

Mark a method as an attribute accessor

Author:
Marco Ferrante, DISI - University of Genoa

Optional Element Summary
 String value
          JMX attribute name.
 

value

public abstract String value
JMX attribute name.

Default:
""


Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.