Package bscw ::
Package api ::
Module ap_es_setscope
|
|
Module ap_es_setscope
Database Event Scheduler API
Subscribes a (registered) service for specific event types returns
array of subscription identifications
API definition:
API = (('serv_id', 'ASCII string', 1),
('event_specs', 'array', 1, [('event_spec', 'struct', 1, [('name', 'ASCII string', 1),
('scope', 'array', 0, [('id', 'int', 0)])])]))
(c) OrbiTeam Software, 2003-2010, www.bscw.de/copyright.html
|
param_def()
return the parameter definition |
|
|
|
do_it(request,
serv_id,
event_specs)
see above |
|
|
|
es_setscope(serv_id,
event_specs) |
|
|
|
log_dbs = logging.getLogger('dbs')
|
|
__package__ = ' bscw.api '
|