Uses of Class
org.appdapter.api.registry.ResultSequence

Packages that use ResultSequence
org.appdapter.api.registry Our Registry system allows objects to be registered and looked up in a type-safe manner, with optionally guarded result size, and flexibility in result delivery to client code. 
org.appdapter.registry.basic The "Basic" Registry system provides a simple implementation of the Registry interfaces and concepts. 
 

Uses of ResultSequence in org.appdapter.api.registry
 

Methods in org.appdapter.api.registry that return ResultSequence
 ResultSequence Finder.deliverMatchesUntilDone(Pattern p, Receiver<OC> r)
           
 

Methods in org.appdapter.api.registry with parameters of type ResultSequence
 void Finder.killDeliverySequence(ResultSequence resultSeq)
           
 Receiver.Status Receiver.receiveMatch(OC match, ResultSequence<OC> seq, long seqIndex)
           
 

Uses of ResultSequence in org.appdapter.registry.basic
 

Methods in org.appdapter.registry.basic that return ResultSequence
 ResultSequence<OT> BasicFinder.deliverMatchesUntilDone(Pattern p, Receiver<OT> r)
           
protected  ResultSequence<OT> BasicFinder.makeResultSequence(Pattern p, Receiver<OT> r)
           
 

Methods in org.appdapter.registry.basic with parameters of type ResultSequence
 void BasicFinder.killDeliverySequence(ResultSequence resultSeq)
           
 



Copyright © 2010-2012. All Rights Reserved.