Extend java.jmx to support exposing operations in created beans

Description

The attached patch extends java.jmx to support creating beans that expose invokable operations. Operation function definitions are supplied after the state-ref in the create-bean form in a syntax similar to protocol method implementations. Type signatures, descriptions, and impact constants are harvested from metadata on the operation definitions. Nontrivial argument type binders (rest arguments, destructuring, etc) in operations are not supported.

I am sure this patch could be improved in many ways; the operation method parser in create-bean feels unnecessarily hairy and yet limited at the same time, because my macro-fu is not yet strong. The documentation examples are not yet updated, though I am happy to do this if the feature is reviewed and accepted.

Environment

None

Attachments

1

Activity

Show:

Nick Bailey January 15, 2017 at 10:49 PM

An updated patch would be absolutely welcome!

Tim McCormack [personal] December 31, 2016 at 2:26 AM

Our fork of java.jmx has matured a bit, so I'd be happy to submit an updated version of Chris's original patch if it's at all of interest. Let me know and I can work one up.

Howard Lewis Ship June 17, 2014 at 3:59 PM

I've done something similar internally, and would love to see some approach to exposing operations as an official part of the library.

Details

Assignee

Reporter

Patch

Code and Test

Priority

Created August 31, 2012 at 9:43 PM
Updated January 15, 2017 at 10:49 PM