Home | Trees | Index | Help |
|
---|
Package twisted :: Package manhole :: Module service :: Class Service |
|
Accessor
--+ |Versioned
--+ |ApplicationService
--+ |Service
--+ |Service
--+ | Service
Method Summary | |
---|---|
__init__(self,
serviceName,
serviceParent,
authorizer)
| |
This returns the persistent state of this shell factory. | |
__str__(self)
| |
Inherited from Service | |
Add a perspective to this Service. | |
Cache a perspective loaded from an external data source. | |
Create a perspective from self.perspectiveClass and add it to this service. | |
A hook to use if the identity is required when getting the perspective. | |
Return a perspective that represents a user for this service. | |
Return a Deferred which is a request for a perspective on this service. | |
The name of this service. | |
Get a string describing the type of this service. | |
Deferred Perspective |
Load a perspective from an external data-source. |
| |
Uncache a perspective loaded from an external data source. | |
Inherited from ApplicationService | |
Have my parent disown me. | |
| |
| |
| |
This call is made as a service starts up. | |
This call is made before shutdown. | |
| |
Inherited from Accessor | |
| |
| |
| |
*actually* del self.k without incurring side-effects. | |
*actually* set self.k to v without incurring side-effects. | |
Inherited from Versioned | |
| |
(internal) Do a version upgrade. |
Class Variable Summary | |
---|---|
class |
perspectiveClass = twisted.manhole.service.Perspective |
str |
serviceType = 'manhole'
|
str |
welcomeMessage = '\nHello %(you)s, welcome to %(serviceN...
|
Inherited from Service | |
NoneType |
serviceName = None |
Inherited from ApplicationService | |
int |
persistenceVersion = 1 |
NoneType |
serviceParent = None |
int |
serviceRunning = 0 |
Inherited from Versioned | |
tuple |
persistenceForgets = ()
|
Method Details |
---|
__getstate__(self)This returns the persistent state of this shell factory. |
Class Variable Details |
---|
serviceType
|
welcomeMessage
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Sep 13 04:20:40 2003 | http://epydoc.sf.net |