Package AccessGrid :: Module NetworkServicesManager :: Class NetworkServiceMatcher
[show private | hide private]
[frames | no frames]

Class NetworkServiceMatcher


A class for finding the best chain of network services to resolve streams that do not match capabilities of a node.
Method Summary
  __init__(self)
  Match(self, streams, capabilities, services)
Finds network services that can resolve mismatches between a set of streams and the node capabilities.

Method Details

Match(self, streams, capabilities, services)

Finds network services that can resolve mismatches between a set of streams and the node capabilities.

** Arguments **

* streams * Streams we want to match

* capabilities * A set of capabilities describing a node.

* services * A list of available network services.

** Returns **

* streamServiceList* A list containing tuple objects ([stream],[service]) that associates a set of streams with a chain of network services.

Generated by Epydoc 2.1 on Thu Apr 14 16:39:29 2005 http://epydoc.sf.net