| Home | Trees | Index | Help |
|
|---|
| Package AccessGrid :: Module AGNetworkService :: Class AGNetworkService |
|
| Method Summary | |
|---|---|
Initiate the class. | |
Registers this network service with venues contained in the urls list. | |
Registers this network service with all venues on server located at url. | |
Performs necessary AG initialization operations for authorization, logging, command line options, and so forth. | |
Start loop that can get interrupted from signals and shut down service properly. | |
Disconnects from venue and shuts down the SOAP server. | |
Signal callback that shuts down the service cleanly. | |
Disconnects from all venues contained in the urls list. | |
Disconnects from all venues on server located at url. | |
| Method Details |
|---|
__init__(self,
name,
description,
version)
Initiate the class.
|
RegisterWithVenues(self, urls)Registers this network service with venues contained in the urls list. If no url list is specified, use venue url command line option.
|
RegisterWithVenueServer(self, url)Registers this network service with all venues on server located at url. If no url is specified, use venue url command line option.
|
Start(self, service, soapI=None)Performs necessary AG initialization operations for authorization, logging, command line options, and so forth. Starts a SOAP service and registers a signal handler to make it possible to stop the service from the command line.
|
StartSignalLoop(self)Start loop that can get interrupted from signals and shut down service properly. |
Stop(self)Disconnects from venue and shuts down the SOAP server. |
StopSignalLoop(self, signum, frame)Signal callback that shuts down the service cleanly. |
UnRegisterFromVenues(self, urls)Disconnects from all venues contained in the urls list.
|
UnRegisterFromVenueServer(self, url)Disconnects from all venues on server located at url.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Jan 09 13:23:48 2006 | http://epydoc.sf.net |