[jboss-user] [Remoting] - Re: Stupid Bisocket question, how do I do invocations on the
TheNelson
do-not-reply at jboss.com
Mon Nov 19 22:31:19 EST 2007
So I have my clients and server communicating with bisocket. I create a Connector, then my clients create a Client object, connect and add an InvokerCallbackHandler to it. Then when I wish to perform a task on the server I can do a client.invoke(...) and my ServerInvocationHandler receives the invoke does some work and and return some object.
What it looks like I need to do is after my client connects, I need to create a Connector object on my client, add an InvokerCallbackHandler to it and then have my server create a new client from its side. Is that right?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106229#4106229
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106229
More information about the jboss-user
mailing list