akonadi
#include <specialcollectionshelperjobs_p.h>
Inherits KJob.
Public Member Functions | |
GetLockJob (QObject *parent=0) | |
~GetLockJob () | |
virtual void | start () |
Detailed Description
Helper job for SpecialCollectionsRequestJob.
If SpecialCollectionsRequestJob needs to create a collection, it sets a lock so that other instances do not interfere. This lock is an org.kde.pim.SpecialCollections name registered on D-Bus. This job is used to get that lock. This job will give the lock immediately if possible, or wait up to three seconds for the lock to be released. If the lock is not released during that time, this job fails. (This is based on the assumption that SpecialCollectionsRequestJob operations should not take long.)
Use the releaseLock() function to release the lock.
- Since
- 4.4
Definition at line 194 of file specialcollectionshelperjobs_p.h.
Constructor & Destructor Documentation
|
explicit |
Creates a new GetLockJob.
Definition at line 611 of file specialcollectionshelperjobs.cpp.
GetLockJob::~GetLockJob | ( | ) |
Destroys the GetLockJob.
Definition at line 617 of file specialcollectionshelperjobs.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.