Hi Alex,

If you want to used it inside the same JMV you can use MBeanServerLocator.locate() to 
locate the MBeanServer. After this you can use MBeanProxy.get(TreeCacheMBean.class, 
new ObjectName("jboss.cache:service=TreeCache"), MBeanServer server)   to retrieve an 
instance to TreeCacheMBean.

If you want to access it from a different JVM you can try it via RMIAdaptor.

HTH
Sebi

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842503#3842503

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842503


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to