This content has been marked as final.
Show 3 replies
-
1. Re: Pass a custom object into callback handler
ron_sigal Aug 5, 2009 10:44 PM (in response to cuthbe)I'm not really sure what you're asking for. What do you want to do with this custom object?
-
2. Re: Pass a custom object into callback handler
cuthbe Aug 6, 2009 1:04 PM (in response to cuthbe)Hello
What I would like to do is when on the client I call addListener and pass in the handler. I would like to pass in let's say (handler, "ID:12123") so a string.
Then on the server when I implement the addListener method
public void addListener(InvokerCallbackHandler callbackHandler)
I want to be able to extract the String "ID:12123" so I know that the callbackHandler passed into the server has a string of "ID:12123" assigned to it. -
3. Re: Pass a custom object into callback handler
ron_sigal Sep 4, 2009 5:10 PM (in response to cuthbe)See thread "Callback Identification" at http://www.jboss.org/index.html?module=bb&op=viewtopic&t=159348. I think it's the same issue.