Plasma
Plasma::ServiceAccessJob Class Reference
This class is used for asynchronously accessing a job published on a remote system. More...
#include <serviceaccessjob.h>
Inheritance diagram for Plasma::ServiceAccessJob:

Public Member Functions | |
| ~ServiceAccessJob () | |
| Service * | service () const |
Protected Member Functions | |
| ServiceAccessJob (KUrl location, QObject *parent=0) | |
| void | start () |
Detailed Description
This class is used for asynchronously accessing a job published on a remote system.
After calling AccessManager::accessService, monitor this job to track when the remote service is ready to be used, and to obtain the service when finished.
Definition at line 42 of file serviceaccessjob.h.
Constructor & Destructor Documentation
| Plasma::ServiceAccessJob::~ServiceAccessJob | ( | ) |
Definition at line 57 of file serviceaccessjob.cpp.
| Plasma::ServiceAccessJob::ServiceAccessJob | ( | KUrl | location, |
| QObject * | parent = 0 |
||
| ) | [protected] |
Default constructor.
- location the location of the service
- parent the parent object for this service
Definition at line 51 of file serviceaccessjob.cpp.
Member Function Documentation
| Service * Plasma::ServiceAccessJob::service | ( | ) | const |
Definition at line 62 of file serviceaccessjob.cpp.
| void Plasma::ServiceAccessJob::start | ( | ) | [protected] |
Definition at line 67 of file serviceaccessjob.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference