| Trees | Index | Help |
|
|---|
| Module satellite_registry :: Class Co2SatelliteRegistry |
|
Co2Registry --+
|
Co2SatelliteRegistry
| Method Summary | |
|---|---|
__init__(vars): first calls Co2Registry's __init__, then does some initial stuff for its own (register with the relay). | |
__str__(self)
(inherited from Co2Registry)
| |
| string callable as: co2.get_method_help, sys.methodHelp, web.get_method_help |
get help (the __doc__ string) for a specific method. (inherited from Co2Registry)
|
| list of strings callable as: co2.co2_get_method_names, sys.listMethods, web.get_method_names |
get the names of available methods. (inherited from Co2Registry)
|
| dictionary: 'args': list of argument names (strings), 'args_d': dictionary (key=argument name, value=argument value), 'args_v': list of variable arguments (unused in xmlrpc), 'args_kw': list of keyword arguments (unused in xmlrpc) callable as: co2.get_method_signature, sys.methodSignature, web.get_method_signature |
get a discription of how to use a specific method. (inherited from Co2Registry)
|
| dictionary [key: value-type (description)]: co2_author: string (server author); kernel: string (host kernel name); uptime: int (server uptime in seconds); operating_system: string (host operating system); maintainer: string (server maintainer); start_time: DateTime (server start time); sw_platform: string (co2 software platform); hw_platform: string (host hardware platform); co2_version: string (co2 version); maintainer_email: string (server maintainer email); hardware: string (host hardware); plugins: list of strings (loaded plugins); server_time: DateTime (server time); processor: string (host processor) callable as: system.get_properties, web.get_properties |
get system properties. (inherited from Co2Registry)
|
| list of strings callable as: co2.co2_get_method_names, sys.listMethods, web.get_method_names |
get the names of available methods. (inherited from Co2Registry)
|
| string callable as: co2.get_method_help, sys.methodHelp, web.get_method_help |
get help (the __doc__ string) for a specific method. (inherited from Co2Registry)
|
| dictionary: 'args': list of argument names (strings), 'args_d': dictionary (key=argument name, value=argument value), 'args_v': list of variable arguments (unused in xmlrpc), 'args_kw': list of keyword arguments (unused in xmlrpc) callable as: co2.get_method_signature, sys.methodSignature, web.get_method_signature |
get a discription of how to use a specific method. (inherited from Co2Registry)
|
'anonymized' call method. (inherited from Co2Registry)
| |
| string exceptions thrown by a plugin's receive method are logged and ignored. callable as: notify |
distributes incoming calls to all plugins' receive methods. |
| string callable as: ping, web.ping |
answer a ping request. (inherited from Co2Registry)
|
| param_dict callable as: test, web.test |
just a test method... (inherited from Co2Registry)
|
'anonymized' call method. (inherited from Co2Registry)
| |
| string callable as: co2.get_method_help, sys.methodHelp, web.get_method_help |
get help (the __doc__ string) for a specific method. (inherited from Co2Registry)
|
| list of strings callable as: co2.co2_get_method_names, sys.listMethods, web.get_method_names |
get the names of available methods. (inherited from Co2Registry)
|
| dictionary: 'args': list of argument names (strings), 'args_d': dictionary (key=argument name, value=argument value), 'args_v': list of variable arguments (unused in xmlrpc), 'args_kw': list of keyword arguments (unused in xmlrpc) callable as: co2.get_method_signature, sys.methodSignature, web.get_method_signature |
get a discription of how to use a specific method. (inherited from Co2Registry)
|
| dictionary [key: value-type (description)]: co2_author: string (server author); kernel: string (host kernel name); uptime: int (server uptime in seconds); operating_system: string (host operating system); maintainer: string (server maintainer); start_time: DateTime (server start time); sw_platform: string (co2 software platform); hw_platform: string (host hardware platform); co2_version: string (co2 version); maintainer_email: string (server maintainer email); hardware: string (host hardware); plugins: list of strings (loaded plugins); server_time: DateTime (server time); processor: string (host processor) callable as: system.get_properties, web.get_properties |
get system properties. (inherited from Co2Registry)
|
| string callable as: ping, web.ping |
answer a ping request. (inherited from Co2Registry)
|
| param_dict callable as: test, web.test |
just a test method... (inherited from Co2Registry)
|
| Method Details |
|---|
__init__(self,
vars)
__init__(vars): first calls Co2Registry's __init__, then does some
initial stuff for its own (register with the relay).
|
x_top_notify(self, param_dict)distributes incoming calls to all plugins' receive methods. only
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 1.1 on Thu Oct 16 16:37:23 2003 | http://epydoc.sf.net |