Method Summary |
|
__init__(self,
serviceName,
serviceParent)
|
|
_monitor(self)
|
|
monitorFile(self,
name,
callback,
interval)
|
|
startService (self)
This call is made as a service starts up. |
|
stopService (self)
This call is made before shutdown. |
|
unmonitorFile(self,
name)
|
Inherited from ApplicationService |
|
disownServiceParent (self)
Have my parent disown me. |
|
get_application (self)
|
|
set_application (self,
application)
|
|
setApplication (self,
application)
|
|
setServiceParent (self,
serviceParent)
Set my parent, which must be a service collection of some kind. |
|
upgradeToVersion1 (self)
|
Inherited from Accessor |
|
__delattr__ (self,
k)
|
|
__getattr__ (self,
k)
|
|
__setattr__ (self,
k,
v)
|
|
reallyDel (self,
k)
*actually* del self.k without incurring side-effects. |
|
reallySet (self,
k,
v)
*actually* set self.k to v without incurring side-effects. |
Inherited from Versioned |
|
__getstate__ (self,
dict)
Get state, adding a version number to it on its way out. |
|
__setstate__ (self,
state)
|
|
versionUpgrade (self)
(internal) Do a version upgrade. |