Annotation Interface ManagedAttribute
Method-level annotation that indicates to expose a given bean property as a
JMX attribute, corresponding to the
ManagedAttribute
.
Only valid when used on a JavaBean getter or setter.
- Since:
- 1.2
- Author:
- Rob Harrop
- See Also:
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionint
Set the currency time limit field in aDescriptor
.Set the default value for the attribute in aDescriptor
.Set the description for the attribute in aDescriptor
.int
Set the persistPeriod field in aDescriptor
.Set the persistPolicy field in aDescriptor
.
-
Element Details
-
defaultValue
String defaultValueSet the default value for the attribute in aDescriptor
.- Default:
- ""
-
description
String descriptionSet the description for the attribute in aDescriptor
.- Default:
- ""
-
currencyTimeLimit
int currencyTimeLimitSet the currency time limit field in aDescriptor
.- Default:
- -1
-
persistPolicy
String persistPolicySet the persistPolicy field in aDescriptor
.- Default:
- ""
-
persistPeriod
int persistPeriodSet the persistPeriod field in aDescriptor
.- Default:
- -1
-