akonadi
Akonadi::TransactionCommitJob Class Reference
Job that commits a session-global transaction. More...
#include <transactionjobs.h>
Inheritance diagram for Akonadi::TransactionCommitJob:

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
virtual void Akonadi::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.
The documentation for this class was generated from the following files: