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

Quick Search    Search Deep

Uses of Interface
com.fetish.directory.SearchCriteriaInterface

Uses of SearchCriteriaInterface in com.fetish.directory
 

Classes in com.fetish.directory that implement SearchCriteriaInterface
 class SearchCriteria
          Set of constraints for a given search process.
 

Fields in com.fetish.directory declared as SearchCriteriaInterface
private  SearchCriteriaInterface Fada.Explorer.crit
           
 

Methods in com.fetish.directory with parameters of type SearchCriteriaInterface
 ServiceMatches FadaProxy.lookup(SearchCriteriaInterface criteria, int nHops, long timeout, int maxResponses)
           
 boolean FadaProxy.lookup(SearchCriteriaInterface criteria, SearchIDInterface searchID, java.lang.String target, java.lang.String excluded, int nHops, long timeout, int maxResponses)
           
 ServiceMatches Directory.lookup(SearchCriteriaInterface criteria, int nHops, long timeout, int maxResponses)
          Returns at most maxMatches items matching the template, plus the total number of items that match the template.
 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).
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.
 ServiceMatches Fada.lookup(SearchCriteriaInterface criteria, int nHops, long timeout, int maxResponses)
          Starts the lookup process on a 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.
 

Constructors in com.fetish.directory with parameters of type SearchCriteriaInterface
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)