|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface EasyBeanAttribute
Metadata for a MBean attribute.
Optional Element Summary | |
---|---|
java.lang.String |
description
Optional description of this attribute. |
java.lang.String |
name
The JMX attribute name. |
boolean |
readOnly
Forces this attribute to be read-only even if the field or setter is available to write to. |
public abstract java.lang.String name
Field
or
Method
.
OpenMBeanParameterInfo.getName()
public abstract java.lang.String description
OpenMBeanParameterInfo.getDescription()
public abstract boolean readOnly
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |