Glen,

I use the same callback object to receive multiple (unrelated)
responses. Before the changes to the setComplete() (I'm using 1.1.1) by
overriding it it was simple to find out when all responses had been
received.


Michele


On Fri, 2007-07-20 at 15:54 -0400, Glen Daniels wrote:
> 
> > Furthermore, even if I don't want to switch from Callback to
> > AxisCallback, the setComplete() method is now final, which seems to
> > prevent me to use the same callback instance to receive/process
> multiple
> > responses.
> 
> setComplete() is final because it must call notify() to wake up any 
> threads blocked on this object (this change was made before
> deprecating 
> the class).
> 
> I'm not sure what you're getting at here exactly... can you explain
> your 
> use-case in more detail?  If there's something we're missing we'll
> fix 
> it, but I don't yet understand what you're trying to do. 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to