[
https://issues.apache.org/jira/browse/AWF-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tony Stevenson moved DEFT-124 to AWF-43:
----------------------------------------
Reporter: Niklas Gustavsson
Key: AWF-43 (was: DEFT-124)
Project: Apache AWF (was: Deft)
> Improved MXBean registering
> ---------------------------
>
> Key: AWF-43
> URL: https://issues.apache.org/jira/browse/AWF-43
> Project: Apache AWF
> Issue Type: Bug
> Reporter: Niklas Gustavsson
>
> Currently we need to specify an objectName (String) when we register an MXBean
> MXBeanUtil.registerMXBean(Object self, String mbeanName)
> This is redudant. We could use
> self.getClass().getPackage().getName();
> and
> self.getClass().getSimpleName();
> to determine the 'objectName', e.g, see second argument below
> MXBeanUtil.registerMXBean(this, "org.deftserver.web:type=IOLoop");
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira