[jboss-user] [Remoting] - Re: How to add ConnectionListener in JBoss ?

ron.sigal@jboss.com do-not-reply at jboss.com
Sat Apr 26 00:51:51 EDT 2008


You're on the right track.  A Connector is an MBean, and once you get a reference to it, you can invoke its methods. You don't need to use the RMIAdaptor, however, since your service is running in the same JVM as the connector.  You can talk directly to the MBeanServer.

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

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



More information about the jboss-user mailing list