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