Allow writable jmx beans attributes

Description

This is the follow up to https://dev.clojure.org/jira/browse/JMX-16.

For the attribute to be writable via JMX it has to be set as writable - see build-attribute-info.
That is, Bean deftype implements setAttribute, but implementation of getMBeanInfo calls 2-arity version of map->attribute-infos without an option to set an attribute as writable.

Environment

None

Activity

Show:

Details

Assignee

Reporter

Priority

Created November 27, 2017 at 10:34 PM
Updated November 27, 2017 at 10:34 PM

Flag notifications