|
MoleQueue 0.9.0
|
#include <requests.h>
Public Slots | |
| void | submit () |
| qint64 | hostId () const |
| void | setHostId (qint64 id) |
| QString | userName () const |
| void | setUserName (const QString &user) |
Signals | |
| void | finished () |
| void | error (const QString &errorString) |
Public Member Functions | |
| Request (Session *session, QObject *parentObject=0) | |
Protected Slots | |
| void | finished (KDSoapJob *job) |
Protected Member Functions | |
| virtual KDSoapJob * | createJob ()=0 |
Protected Attributes | |
| Session * | m_session |
| KDSoapMessage | m_response |
| qint64 | m_hostID |
| QString | m_userName |
Abstract base class of all UIT SOAP requests.
| Request | ( | Session * | session, |
| QObject * | parentObject = 0 ) |
| session | The UIT session. |
| parentObject | The parent object. |
|
slot |
Slot used to submit request to UIT server.
|
slot |
|
slot |
| id | The host ID. |
|
slot |
|
slot |
| user | The user name this request should be associated with. |
|
signal |
Emitted when this request is completed.
|
signal |
Emitted is an error occurs.
| errorString | The error message. |
|
protectedpure virtual |
Overridden by subclasses to create appropriate KDSoapJob for this request.
Implemented in CancelJobRequest, CreateDirectoryRequest, DeleteDirectoryRequest, DeleteFileRequest, GetDirectoryListingRequest, GetJobsForHostForUserByNumDaysRequest, GetStreamingFileDownloadURLRequest, GetStreamingFileUploadURLRequest, GetUserHostAssocRequest, StatFileRequest, and SubmitBatchScriptJobRequest.
|
protectedslot |
Slot called by KDSoap when the SOAP request is complete.
| job | The SOAP request that just completed. |