It is possible to expose any MBean with an invoker using JRMPProxyFactory, and 
it is possible to access any MBean with RMIAdaptor.invoke(...).
The way of doing this is nicely decoupled from the target MBean.

I would like to do the same things using remoting (ie. calling any MBean using 
invoke(..) and exposing an MBean with a typed interface - in both cases without 
changes in the implementation on the target MBean) - can anybody hint me on how 
to obtain this?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063687
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to