| Home | Trees | Index | Help |
|
|---|
| Package AccessGrid :: Module NetworkServicesManager :: Class NetworkServicesManager |
|
| Method Summary | |
|---|---|
Initiates the class. | |
| [AccessGrid.Descriptions.AGNetworkServiceDescription] |
Returns descriptions of all available network services. |
Registers a network service with the manager. | |
| [(AccessGrid.Descriptions.StreamDescription, string)] |
Matches streams to available network services. |
Removes a network service from the manager. | |
| Method Details |
|---|
__init__(self)
Initiates the class. Creates a network service matcher and a
dictionary to keep track of available network services.
|
GetServices(self)Returns descriptions of all available network services.
|
RegisterService(self, networkServiceDescription)Registers a network service with the manager.
|
ResolveMismatch(self, streamList, nodeCapabilities)Matches streams to available network services. Uses network services to resolve mismatch between stream capabilities and capabilities of a node.
|
UnRegisterService(self, networkServiceDescription)Removes a network service from the manager.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Jan 09 13:23:50 2006 | http://epydoc.sf.net |