org.ws4d.java.client
Class SearchMap

java.lang.Object
  extended by 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

Constructor Summary
SearchMap()
           
 
Method Summary
 void addPath(SearchPath path)
          Adds the specified path to this search map.
 DataStructure getPaths()
          Returns all search paths contained within this search map.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchMap

public SearchMap()
Method Detail

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