Package org.jgroups.annotations
Annotation Type ManagedAttribute
Indicates that a public method or a field (any visibility) in
an MBean class defines an MBean attribute. This annotation can
be applied to either a field or a public setter and/or getter
method of a public class that is itself is optionally annotated
with an @MBean annotation, or inherits such an annotation from
a superclass.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionOnly used if type is TIMEboolean
-
Element Details
-
description
String description- Default:
""
-
name
String name- Default:
""
-
writable
boolean writable- Default:
false
-
type
AttributeType type- Default:
UNDEFINED
-
unit
TimeUnit unitOnly used if type is TIME- Default:
MILLISECONDS
-