jmxutils
jmxutils copied to clipboard
Allow for non-javabean attribute
We should support non-javabean attributes like:
ThreadPoolExecutor.allowsCoreThreadTimeOut ThreadPoolExecutor.allowCoreThreadTimeOut(true)
How would jmxutils know it is an attribute? How would it distinguish ThreadPoolExecutor.allowsCoreThreadTimeOut()
from ThreadPoolExecutor.prestartCoreThread()
?