Uses of Interface
de.unidu.is.retrieval.AsyncRetriever

Packages that use AsyncRetriever
de.unidu.is.retrieval Provides a unique interface for interacting an with XML retrieval engines. 
 

Uses of AsyncRetriever in de.unidu.is.retrieval
 

Classes in de.unidu.is.retrieval that implement AsyncRetriever
 class Sync2AsyncRetriever
          An asynchronous interface to an existing synchronous retriever object.
 

Fields in de.unidu.is.retrieval declared as AsyncRetriever
protected  AsyncRetriever Async2SyncRetriever.asyncRetriever
          The asynchronous retriever.
 

Constructors in de.unidu.is.retrieval with parameters of type AsyncRetriever
Async2SyncRetriever(AsyncRetriever asyncRetriever)
          Creates a new object.