|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=FIELD) public @interface JMXProperty
JMX Property annotation.
Allows exposing properties 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.
Required Element Summary | |
---|---|
String |
name
Sets the property name. |
Optional Element Summary | |
---|---|
boolean |
notification
Enables notification on the current property. |
String |
rights
Sets the access permission. |
Element Detail |
---|
public abstract String name
public abstract String rights
public abstract boolean notification
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |