"mbeierl" wrote : | But where do I find out what arg0, arg1, ... etc are and how I am supposed to use them? |
Take a look at an existing transport. For example, org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(). Also, note that the transport() method is called by org.jboss.remoting.MicroRemoteClientInvoker.invoke(). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244184#4244184 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4244184 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
