#include <CreateBackupOpenMethod.h>
Inheritance diagram for LiveSupport::Scheduler::CreateBackupOpenMethod:
The name of the method when called through XML-RPC is “createBackupOpen”.
The expected parameter is an XML-RPC structure, with the following members:
For the format of the criteria
parameter, see the documentation of XR_LocStor::xr_searchMetadata()
.
On success, returns an XML-RPC struct with a single field:
In case of an error, a standard XML-RPC fault response is generated, and a { faultCode, faultString } structure is returned. The possible errors are:
Definition at line 110 of file CreateBackupOpenMethod.h.
Public Member Functions | |
CreateBackupOpenMethod (void) throw () | |
A default constructor, for testing purposes. | |
CreateBackupOpenMethod (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 createBackupOpen command on the Scheduler daemon. |
LiveSupport::Scheduler::CreateBackupOpenMethod::CreateBackupOpenMethod | ( | void | ) | throw () [inline] |
A default constructor, for testing purposes.
Definition at line 129 of file CreateBackupOpenMethod.h.
CreateBackupOpenMethod::CreateBackupOpenMethod | ( | 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 84 of file CreateBackupOpenMethod.cxx.
void CreateBackupOpenMethod::execute | ( | XmlRpc::XmlRpcValue & | parameters, | |
XmlRpc::XmlRpcValue & | returnValue | |||
) | throw (XmlRpc::XmlRpcException) |
Execute the createBackupOpen command on the Scheduler daemon.
parameters | XML-RPC function call parameters | |
returnValue | the return value of the call (out parameter) |
Definition at line 96 of file CreateBackupOpenMethod.cxx.
References LiveSupport::Core::XmlRpcException::what().