Class MetaData.AttributeInfo
java.lang.Object
org.eclipse.jetty.jmx.MetaData.AttributeInfo
- Enclosing class:
MetaData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate MethodfindSetter(ManagedAttribute attribute, Method getter, String name) (package private) ObjectgetAttribute(ObjectMBean mbean) (package private) voidsetAttribute(Object value, ObjectMBean mbean) toString()
-
Field Details
-
_name
-
_getter
-
_setter
-
_proxied
private final boolean _proxied -
_convert
private final boolean _convert -
_info
-
-
Constructor Details
-
AttributeInfo
-
-
Method Details
-
getAttribute
- Throws:
ReflectionExceptionMBeanException
-
setAttribute
- Throws:
ReflectionExceptionMBeanException
-
findSetter
-
toString
-