Peach :: agent :: AgentXmlRpc :: Class AgentXmlRpc
[hide private]

Class AgentXmlRpc

source code


Nested Classes [hide private]

Inherited from twisted.web.resource.Resource: entityType

Instance Methods [hide private]
 
xmlrpc_clientHello(self, msg) source code
 
GetClassesInModule(self, module)
Return array of class names in module
source code
 
_handleImport(self, i) source code
 
xmlrpc_clientDisconnect(self, msg) source code
 
xmlrpc_stopRun(self, msg) source code
 
xmlrpc_detectFault(self, msg) source code
 
xmlrpc_getMonitorData(self, msg) source code
 
xmlrpc_onFault(self, msg) source code
 
xmlrpc_onTestFinished(self, msg) source code
 
xmlrpc_onTestStarting(self, msg) source code
 
_stopAllMonitors(self)
Stop all monitors.
source code
 
xmlrpc_onShutdown(self, msg) source code
 
xmlrpc_stopMonitor(self, msg) source code
 
xmlrpc_startMonitor(self, msg) source code
 
xmlrpc_publisherInitialize(self, id, name, cls, *args) source code
 
xmlrpc_publisherStart(self, id, name) source code
 
xmlrpc_publisherStop(self, id, name) source code
 
xmlrpc_publisherAccept(self, id, name) source code
 
xmlrpc_publisherConnect(self, id, name) source code
 
xmlrpc_publisherClose(self, id, name) source code
 
xmlrpc_publisherCall(self, id, name, method, args) source code
 
xmlrpc_publisherProperty(self, id, name, property, value) source code
 
xmlrpc_publisherSend(self, id, name, data) source code
 
xmlrpc_publisherReceive(self, id, name, size) source code

Inherited from twisted.web.xmlrpc.XMLRPC: __init__, getSubHandler, getSubHandlerPrefixes, putSubHandler, render_POST

Inherited from twisted.web.xmlrpc.XMLRPC (private): _cbRender, _ebRender, _getFunction, _listFunctions

Inherited from twisted.web.resource.Resource: delEntity, getChild, getChildForRequest, getChildWithDefault, getDynamicEntity, getStaticEntity, listDynamicEntities, listDynamicNames, listEntities, listNames, listStaticEntities, listStaticNames, putChild, reallyPutEntity, render, render_HEAD

Class Variables [hide private]

Inherited from twisted.web.xmlrpc.XMLRPC: FAILURE, NOT_FOUND, allowedMethods, isLeaf, separator

Inherited from twisted.web.resource.Resource: server

Method Details [hide private]

_stopAllMonitors(self)

source code 

Stop all monitors. Part of resetting our connection.