#include <GetVersionMethod.h>
Inheritance diagram for LiveSupport::Scheduler::GetVersionMethod:
The name of the method when called through XML-RPC is “getVersion”.
There are no expected parameters for this method.
The XML-RPC function returns an XML-RPC structure, containing the following fields:
There are no possible internal error condititons for this function.
Definition at line 85 of file GetVersionMethod.h.
Public Member Functions | |
GetVersionMethod (void) throw () | |
A default constructor, for testing purposes. | |
GetVersionMethod (Ptr< XmlRpc::XmlRpcServer >::Ref xmlRpcServer) throw () | |
Constuctor that registers the method with the server right away. | |
void | execute (XmlRpc::XmlRpcValue ¶meters, XmlRpc::XmlRpcValue &returnValue) throw (XmlRpc::XmlRpcException) |
Execute the create playlist command on the Scheduler daemon. |
LiveSupport::Scheduler::GetVersionMethod::GetVersionMethod | ( | void | ) | throw () [inline] |
GetVersionMethod::GetVersionMethod | ( | Ptr< XmlRpc::XmlRpcServer >::Ref | xmlRpcServer | ) | throw () |
Constuctor that registers the method with the server right away.
xmlRpcServer | the XML-RPC server to register with. |
Definition at line 83 of file GetVersionMethod.cxx.
void GetVersionMethod::execute | ( | XmlRpc::XmlRpcValue & | parameters, | |
XmlRpc::XmlRpcValue & | returnValue | |||
) | throw (XmlRpc::XmlRpcException) |
Execute the create playlist command on the Scheduler daemon.
parameters | XML-RPC function call parameters | |
returnValue | the return value of the call (out parameter) |
Definition at line 94 of file GetVersionMethod.cxx.
References versionStr.