[jboss-user] [Remoting] - Exposing MBeans with remoting

hauch do-not-reply at jboss.com
Thu Jul 12 15:20:34 EDT 2007


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



More information about the jboss-user mailing list