Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.fetish.directory.SearchID

Uses of SearchID in com.fetish.directory
 

Fields in com.fetish.directory declared as SearchID
(package private)  SearchID SearchSet.Ager.next
           
(package private)  SearchID Search.searchID
          This search identifier
 

Methods in com.fetish.directory that return SearchID
 SearchID SearchIDFactory.getSearchID()
          Creates the next SearchID for this factory.
private  SearchID SearchSet.Ager.choose()
           
 SearchID Search.getSearchID()
          Obtains the SearchID for this Search object
 

Constructors in com.fetish.directory with parameters of type SearchID
Search(SearchID id, int maxResponses)
          Constructs a new Search object with the specified SearchID and default maximum wait time.
Search(SearchID id, long maxWaitTime, int maxResponses)
          Constructs a new Search object with the specified SearchID and maximum wait time.