Akonadi::TransactionRollbackJob
Akonadi::TransactionRollbackJob Class Reference
#include <transactionjobs.h>
Public Member Functions | |
TransactionRollbackJob (QObject *parent) | |
~TransactionRollbackJob () override | |
Detailed Description
Job that aborts a session-global transaction.
If a job inside a TransactionBeginJob has been failed, the TransactionRollbackJob can be used to rollback all changes done by these jobs.
- Note
- This will only have an effect when used as a subjob or with a Session.
Definition at line 76 of file transactionjobs.h.
Constructor & Destructor Documentation
◆ TransactionRollbackJob()
|
explicit |
Creates a new transaction rollback 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 70 of file transactionjobs.cpp.
◆ ~TransactionRollbackJob()
|
override |
Destroys the transaction rollback job.
Definition at line 75 of file transactionjobs.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:59 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:59 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.