[jboss-dev-forums] [Design of JBossCache] - Re: Runtime changes of cache config elements
scott.stark@jboss.org
do-not-reply at jboss.com
Wed Sep 13 18:46:12 EDT 2006
The api is associated with the profile service and is rooted at the org.jboss.deployers.spi.management.ManagementView. There is simple org.jboss.deployers.spi.management.ManagedObject representation of a bean's management interface. How the ManagedObject is obtained for a component is a function of the deployer associated with the component. So far we have not gotten to how the deployers extract the ManagedObject from a deployment metadata. We'll have to define annotations and schemas for this.
Adrian did create a org.jboss.mx.mxbean.MXBean prototype that illustrates some concepts of the jdk6 MXBean:
http://download.java.net/jdk6/docs/api/javax/management/MXBean.html
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=89432
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971435#3971435
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971435
More information about the jboss-dev-forums
mailing list