[jboss-jira] [JBoss JIRA] Updated: (JBMICROCONT-109) Support direct registration of beans without a StandardMBean wrapper
Scott M Stark (JIRA)
jira-events at jboss.com
Sat Dec 2 10:46:55 EST 2006
[ http://jira.jboss.com/jira/browse/JBMICROCONT-109?page=all ]
Scott M Stark updated JBMICROCONT-109:
--------------------------------------
Fix Version/s: JBossMC_2_0_0_CR1
(was: JBossMC_2_0_0 Beta)
Don't make this an official feature until there is a test
> Support direct registration of beans without a StandardMBean wrapper
> --------------------------------------------------------------------
>
> Key: JBMICROCONT-109
> URL: http://jira.jboss.com/jira/browse/JBMICROCONT-109
> Project: JBoss MicroContainer
> Issue Type: Sub-task
> Components: General
> Reporter: Brian Stansberry
> Assigned To: Brian Stansberry
> Fix For: JBossMC_2_0_0_CR1
>
>
> If a bean is already a valid MBean, it should be possible to directly register it in JMX without wrapping it in a StandardMBean. Otherwise beans that implement things like MBeanRegistration, NotificationBroadcaster, NotificationEmitter will not expose that API to the mbean server.
> To support this, @JMX will add an attribute:
> boolean registerDirectly() default false;
> JMXIntroduction will check the attribute; if true the target bean will be registered directly; otherwise a StandardMBean will be created and registered.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list