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

Quick Search    Search Deep

Uses of Interface
com.fetish.directory.SearchIDInterface

Uses of SearchIDInterface in com.fetish.directory
 

Classes in com.fetish.directory that implement SearchIDInterface
 class SearchID
          Unique identifier for lookup operations.
 

Fields in com.fetish.directory declared as SearchIDInterface
private  SearchIDInterface Fada.Explorer.search
           
 

Methods in com.fetish.directory that return SearchIDInterface
 SearchIDInterface SearchSet.newSearch(int maxResponses)
           
 

Methods in com.fetish.directory with parameters of type SearchIDInterface
 void SearchSet.startedSearches(SearchIDInterface sid, int started)
           
 void SearchSet.addResult(SearchIDInterface id, ServiceMatches sm)
          Add a result to the search identified by id
 void SearchSet.addResult(ServiceID sid, SearchIDInterface searchID, ServiceMatches sm)
           
 void SearchSet.finishedSearch(SearchIDInterface sid)
           
 ServiceMatches SearchSet.getResults(SearchIDInterface id)
          Wait for the search process specified to be finished and the return the results.
 boolean FadaProxy.lookup(SearchCriteriaInterface criteria, SearchIDInterface searchID, java.lang.String target, java.lang.String excluded, int nHops, long timeout, int maxResponses)
           
 void FadaProxy.addLookupResult(SearchIDInterface id, ServiceMatches sm)
           
 void FadaProxy.startedSearches(SearchIDInterface id, int numSearches)
           
 boolean Directory.lookup(SearchCriteriaInterface criteria, SearchIDInterface searchID, java.lang.String target, java.lang.String excluded, int nHops, long timeout, int maxResponses)
          Extends the lookup process to all nodes connected to one (except that from which the lookup request came from).
 void Directory.addLookupResult(SearchIDInterface id, ServiceMatches sm)
          Adds results obtained from a remote FADA.
 void Directory.startedSearches(SearchIDInterface id, int numSearches)
          Increases the number of started searches.
 void Fada.startedSearches(SearchIDInterface sid, int started)
          Not used
 void Fada.finishedSearch(SearchIDInterface sid)
          Not used
private  void Fada.extendLookup(SearchCriteriaInterface criteria, java.lang.String excluded, java.lang.String target, SearchIDInterface searchID, int maxHops, long timeout, int maxResponses)
          Extends the search through the connections available from the node.
 boolean Fada.lookup(SearchCriteriaInterface criteria, SearchIDInterface id, java.lang.String target, java.lang.String excluded, int maxHops, long timeout, int maxResponses)
          Lookup method for extension of lookup process between nodes.
 void Fada.addLookupResult(SearchIDInterface searchID, ServiceMatches sm)
           
 

Constructors in com.fetish.directory with parameters of type SearchIDInterface
Fada.Explorer(int searchType, SearchCriteriaInterface crit, java.lang.String target, SearchIDInterface search, int maxHops, long timeout, int maxResponses)
           
Fada.Explorer(int searchType, SearchCriteriaInterface crit, java.lang.String neighbor, java.lang.String target, SearchIDInterface search, int maxHops, long timeout, int maxResponses)