#include <outboxjobkeys.h>
Inheritance diagram for HBCI::OutboxJobDisableKeys:
Public Methods | |
OutboxJobDisableKeys (const API *api, Pointer< Customer > c) | |
~OutboxJobDisableKeys () | |
virtual bool | createHBCIJobs (Pointer< MessageQueue > mbox, int n=0) |
bool | commit (int msgNumber=HBCI_COMMIT_WHOLE_JOB) |
string | description () const |
int | messages () const |
JobProgressType | type () const |
Protected Attributes | |
Pointer< Job > | _job |
This job locks the cryptographic keys and tells the bankserver not to accept them anymore.
|
|
|
|
|
Call this method to commit changes to the system. Since Jobs do not change the system you may call this method to commit the changes. A job for getting the balance for example may decide to store the retrieved balance in the corresponding account.
Reimplemented from HBCI::OutboxJobKeys. |
|
Let the job create the "real" jobs and add them to the message queue given.
Reimplemented from HBCI::OutboxJobKeys. Reimplemented in HBCI::OutboxJobDisableLostKeys. |
|
Return a short description of what the job is supposed to do.
Reimplemented from HBCI::OutboxJobKeys. |
|
Returns the number of messages this job needs. This method is used to calculate the return value of OutboxJob::stillMessagesToSend, and it is used by API::_handleJobQueue to determine the number of actions that are going to be started. If this is a dialog job, then it consists of at least two messages:
Reimplemented from HBCI::OutboxJobKeys. Reimplemented in HBCI::OutboxJobDisableLostKeys. |
|
Return the JobProgressType of this job.
Implements HBCI::OutboxJob. |
|
|