
Inputs: string dbName Name of the database. Outputs: string version_id The version identifier.
This method should be called by a configuration application to confirm that it is using a compatible definition of the database definition. If the returned version_id does not match what the configuration application expects, it should not modify the configuration..
Static Public Member Functions | |
| static XmlRpcMethod * | get () |
Protected Member Functions | |
| virtual bool | execute (const HttpRequestContext &requestContext, UtlSList ¶ms, void *userData, XmlRpcResponse &response, ExecutionStatus &status) |
| static XmlRpcMethod* get | ( | void | ) | [inline, static] |
Reimplemented from XmlRpcMethod.
| virtual bool execute | ( | const HttpRequestContext & | requestContext, | |
| UtlSList & | params, | |||
| void * | userData, | |||
| XmlRpcResponse & | response, | |||
| ExecutionStatus & | status | |||
| ) | [inline, protected, virtual] |
| requestContext | request context |
| params | request param list |
| userData | user data |
| response | request response |
Implements XmlRpcMethod.