[jboss-dev-forums] [Design of JBoss Remoting, Unified Invokers] - Re: Remoting 3: Transporters

trustin do-not-reply at jboss.com
Thu Nov 6 02:45:02 EST 2008


A couple findings:

1) TransporterInvocation.readExternal(...) doesn't update the member variables but only the local final ones.

2) TransporterInvocation.writeExternal(...) checks if the length values of parameterTypes and args are same, but I think this code should be moved to readExternal(...).  

Except the above, it looks very good to me.  :)

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

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



More information about the jboss-dev-forums mailing list