org.ws4d.java.client
Class SearchMap
java.lang.Object
  
org.ws4d.java.client.SearchMap
public class SearchMap
- extends java.lang.Object
 
A search map is a data structure of search paths. Each
 search path determines one or more technologies and physical or virtual
 interfaces of the local machine within those technologies, which should be
 carried out over a search/discovery process.
- See Also:
 SearchPath, 
SearchParameter
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
SearchMap
public SearchMap()
toString
public java.lang.String toString()
- Overrides:
 toString in class java.lang.Object
 
 
addPath
public void addPath(SearchPath path)
- Adds the specified 
path to this search map.
- Parameters:
 path - the search path to add
 
 
getPaths
public DataStructure getPaths()
- Returns all 
search paths contained within this search
 map.
- Returns:
 - a data structure containing 
SearchPath instances