jmxutils icon indicating copy to clipboard operation
jmxutils copied to clipboard

Allow for non-javabean attribute

Open dain opened this issue 14 years ago • 1 comments

We should support non-javabean attributes like:

ThreadPoolExecutor.allowsCoreThreadTimeOut ThreadPoolExecutor.allowCoreThreadTimeOut(true)

dain avatar Dec 09 '10 01:12 dain

How would jmxutils know it is an attribute? How would it distinguish ThreadPoolExecutor.allowsCoreThreadTimeOut() from ThreadPoolExecutor.prestartCoreThread()?

johngmyers avatar Jun 20 '13 05:06 johngmyers