akonadi
#include <transactionjobs.h>

Public Member Functions | |
TransactionCommitJob (QObject *parent) | |
~TransactionCommitJob () | |
Protected Member Functions | |
virtual void | doStart () |
Detailed Description
Job that commits a session-global transaction.
This job commits all changes of this transaction.
Definition at line 115 of file transactionjobs.h.
Constructor & Destructor Documentation
TransactionCommitJob::TransactionCommitJob | ( | QObject * | parent | ) | [explicit] |
Creates a new transaction commit job.
The parent must be the same parent as for the TransactionBeginJob.
- Parameters:
-
parent The parent job or Session, must not be 0.
Definition at line 88 of file transactionjobs.cpp.
TransactionCommitJob::~TransactionCommitJob | ( | ) |
Destroys the transaction commit job.
Definition at line 94 of file transactionjobs.cpp.
Member Function Documentation
void TransactionCommitJob::doStart | ( | ) | [protected, virtual] |
This method must be reimplemented in the concrete jobs.
It will be called after the job has been started and a connection to the Akonadi backend has been established.
Implements Akonadi::Job.
Definition at line 98 of file transactionjobs.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Apr 30 2012 21:49:17 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.