[jboss-dev-forums] [Design of Management Features on JBoss] - Re: ManagedObjects for MBeans
scott.stark@jboss.org
do-not-reply at jboss.com
Mon May 4 21:22:33 EDT 2009
Also note that ManagedMBeanDeploymentFactory deployments can be done anywhere as long as there is a dependency on the ManagementView which defines the incallback/uncallback context injection for this type:
| <bean name="ManagementView" class="org.jboss.profileservice.management.ManagementViewImpl">
| ...
| <!-- Accept any implementor of ManagedMBeanDeploymentFactory -->
| <incallback method="addManagedMBeanDeployments"/>
| <uncallback method="removeManagedMBeanDeployments"/>
| </bean>
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228466#4228466
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4228466
More information about the jboss-dev-forums
mailing list