| Home | Trees | Index | Help |
|
|---|
| Package funkload :: Module Monitor :: Class MonitorServer |
|
XmlRpcBaseServer --+
|
MonitorServer
| Method Summary | |
|---|---|
__init__(self,
argv)
| |
Return stats for key. | |
Return result as xml. | |
Start to monitor if it is the first key. | |
Stop to monitor if it is the last key. | |
auto test. | |
| Inherited from XmlRpcBaseServer | |
main server loop. | |
Return a status. | |
init the XMLR/PC Server. | |
Log information. | |
Debug log. | |
Parse programs args. | |
main server loop. | |
Stop the server. | |
| Class Variable Summary | |
|---|---|
list |
method_names = ['stopServer', 'getStatus', 'startRecord'...
|
str |
server_name = 'monitor'
|
| Inherited from XmlRpcBaseServer | |
str |
usage = '%prog [options] config_file\n\nStart %prog XML/...
|
| Method Details |
|---|
getResult(self, key)Return stats for key. |
getXmlResult(self, key)Return result as xml. |
startRecord(self, key)Start to monitor if it is the first key. |
stopRecord(self, key)Stop to monitor if it is the last key. |
test(self)auto test. |
| Class Variable Details |
|---|
method_names
|
server_name
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Tue Feb 27 10:41:43 2007 | http://epydoc.sf.net |