|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getGraceful(self)
Return the graceful shutdown flag |
source code
|
|
|
setGraceful(self,
graceful)
Set the graceful shutdown flag, and notify all the watchers |
source code
|
|
|
addGracefulWatcher(self,
watcher)
Add watcher to the list of watchers to be notified when the graceful
shutdown flag is changed. |
source code
|
|
|
removeGracefulWatcher(self,
watcher)
Remove watcher from the list of watchers to be notified when the
graceful shutdown flag is changed. |
source code
|
|
|
|
|
__providedBy__(...)
Object Specification Descriptor |
source code
|
|