[jboss-user] [Remoting] - Re: Client connections.

tom.elrod@jboss.com do-not-reply at jboss.com
Mon Jul 17 01:24:35 EDT 2006


Think there are only two ways to do this.  First is to create an interceptor on client and server side that embeds client id in the Invocation object.  The second would be to modify org.jboss.aspects.remoting.AOPRemotingInvocationHandler.  It's invoke() method receives a org.jboss.remoting.InvocationRequest as it's parameter.  The InvocationRequest already contains the remoting client id, which can get by calling getSessionId() on it.

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

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



More information about the jboss-user mailing list