I'm working on a search commands where the result from a fast search is needed 
to run a XML/HTTP search (to build the correct URL). AbstractSearchCommand has 
got a protected function getSearchResult(String id, DataModel datamodel) that 
seems to be for exactly this kind of (ab)use, is it garantueed not to loop 
forever? (If the command we're waiting for never returns any results)

>From looking at the code I can see that it throws a InterruptedException if 
>the command's been cancelled. Am I right when assuming/remembering that search 
>commands gets cancelled if they haven't returned any results after a given 
>period of time?


-- 
Magne
_______________________________________________
Kernel-development mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-development

Reply via email to