On Tue, February 19, 2013, Martin Grigorov wrote: > This is how it works. > #replaceAllRequestHandlers() throws an exception to stop doing whatever it > does at the moment. > #scheduleRequestHandlerAfterCurrent() just appends a new RH to the list and > executes it when all previous are executed. > Since there is no need to wait for any other scheduled I think you can use > #replaceAllRHs(). > > What is the problem ?
Thanks, I misunderstood the concept behind that exception and caught it. Now everything is fine. Cheers, M'bert -- ----------- / http://herbert.the-little-red-haired-girl.org / ------------- =+= New members urgently required for SUICIDE CLUB, Watford area. -- Monty Python's Big Red Book --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
