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

Class AGService


AGService : Base class for developing services for the AG

Method Summary
  __init__(self)
  ConfigureStream(self, streamDescription)
Configure the Service according to the StreamDescription...
  ForceStop(self)
Forcefully stop the service...
  GetCapabilities(self)
Get capabilities...
  GetConfiguration(self)
Return configuration of service...
  GetEnabled(self)
Get the enabled state...
  GetName(self)
  GetResource(self)
Get resources...
  IsRunning(self)
  IsStarted(self)
Return the state of Service...
  SetConfiguration(self, configuration)
Set configuration of service...
  SetEnabled(self, enabled)
Enable/disable the service...
  SetIdentity(self, profile)
  SetResource(self, resource)
Set the resource used by this service...
  Shutdown(self)
Shut down the service...
  Start(self)
Start the service...
  Stop(self)
Stop the service...

Method Details

ConfigureStream(self, streamDescription)

Configure the Service according to the StreamDescription

ForceStop(self)

Forcefully stop the service

GetCapabilities(self)

Get capabilities

GetConfiguration(self)

Return configuration of service

GetEnabled(self)

Get the enabled state

GetResource(self)

Get resources

IsStarted(self)

Return the state of Service

SetConfiguration(self, configuration)

Set configuration of service

SetEnabled(self, enabled)

Enable/disable the service

SetResource(self, resource)

Set the resource used by this service

Shutdown(self)

Shut down the service

Start(self)

Start the service

Stop(self)

Stop the service

Generated by Epydoc 2.1 on Mon Jan 09 13:23:48 2006 http://epydoc.sf.net