| Home | Trees | Index | Help |
|
|---|
| Package funkload :: Module XmlRpcBase :: Class XmlRpcBaseController |
|
CredentialFileController,
CredentialRandomController,
MonitorController| Method Summary | |
|---|---|
__init__(self,
argv)
| |
Call the xml rpc action | |
Log a message. | |
Parse programs args. | |
Start an XML/RPC server. | |
Testing the XML/RPC. | |
| Class Variable Summary | |
|---|---|
classobj |
server_class = funkload.XmlRpcBase.XmlRpcBaseServer |
str |
usage = '%prog config_file action\n\naction can be: star...
|
| Method Details |
|---|
__call__(self,
action=None)
Call the xml rpc action
|
log(self, message, force=False)Log a message. |
parseArgs(self, argv)Parse programs args. |
startServer(self, debug=False)Start an XML/RPC server. |
test(self)Testing the XML/RPC. Must return an exit code, 0 for success. |
| Class Variable Details |
|---|
usage
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Tue Feb 27 10:41:43 2007 | http://epydoc.sf.net |