Package twisted :: Package manhole :: Module service :: Class Service
[show private | hide private]
[frames | no frames]

Class Service

OriginalAccessor --+            
                   |            
       Versioned --+            
                   |            
  ApplicationService --+        
                       |        
                 Service --+    
                           |    
                     Service --+
                               |
                              Service


Method Summary
  __init__(self, serviceName, serviceParent, authorizer)
  __delattr__(self, k)
(inherited from OriginalAccessor)
  __getattr__(self, k)
(inherited from OriginalAccessor)
  __getstate__(self)
This returns the persistent state of this shell factory.
  __setattr__(self, k, v)
(inherited from OriginalAccessor)
  __setstate__(self, state)
(inherited from Versioned)
  __str__(self)
  addPerspective(self, perspective)
Add a perspective to this Service. (inherited from Service)
  cachePerspective(self, perspective)
Cache a perspective loaded from an external data source. (inherited from Service)
  createPerspective(self, name)
Create a perspective from self.perspectiveClass and add it to this service. (inherited from Service)
  disownServiceParent(self)
Have my parent disown me. (inherited from ApplicationService)
  get_application(self)
(inherited from ApplicationService)
  getPerspectiveForIdentity(self, name, identity)
A hook to use if the identity is required when getting the perspective. (inherited from Service)
  getPerspectiveNamed(self, name)
Return a perspective that represents a user for this service. (inherited from Service)
  getPerspectiveRequest(self, name)
Return a Deferred which is a request for a perspective on this service. (inherited from Service)
  getServiceName(self)
The name of this service. (inherited from Service)
  getServiceType(self)
Get a string describing the type of this service. (inherited from Service)
  loadPerspective(self, name)
Load a perspective from an external data-source. (inherited from Service)
  reallyDel(self, k)
*actually* del self.k without incurring side-effects. (inherited from OriginalAccessor)
  reallySet(self, k, v)
*actually* set self.k to v without incurring side-effects. (inherited from OriginalAccessor)
  set_application(self, application)
(inherited from ApplicationService)
  setApplication(self, application)
(inherited from ApplicationService)
  setServiceParent(self, serviceParent)
Set my parent, which must be a service collection of some kind. (inherited from ApplicationService)
  startService(self)
This call is made as a service starts up. (inherited from ApplicationService)
  stopService(self)
This call is made before shutdown. (inherited from ApplicationService)
  uncachePerspective(self, perspective)
Uncache a perspective loaded from an external data source. (inherited from Service)
  upgradeToVersion1(self)
(inherited from ApplicationService)
  versionUpgrade(self)
(internal) Do a version upgrade. (inherited from Versioned)

Class Variable Summary
class Perspective
str serviceType
str welcomeMessage

Method Details

__getstate__(self)

This returns the persistent state of this shell factory.
Overrides:
twisted.persisted.styles.Versioned.__getstate__

Class Variable Details

Perspective

Perspective = twisted.manhole.service.Perspective

serviceType

Type:
str
Value:
'manhole'                                                              

welcomeMessage

Type:
str
Value:
'''
Hello %(you)s, welcome to %(serviceName)s in %(app)s on %(host)s.
%(longversion)s.

'''                                                                    

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:19 2003 http://epydoc.sf.net