class CMsvScheduleSettings : public CBase |
Stores the MTM-specific (general) settings for scheduling messages on the Task Scheduler.
These settings include the latency (minimum amount of time between now and when the message is scheduled for), the intervals (short, long or variable) to wait for before attempting to re-send the message and the timout value for messages pending conditions to be met.
The other MTM scheduling releated settings are stored in CMsvOffPeakTimes and CMsvSendErrorActions.
Private Member Functions | |
---|---|
CMsvScheduleSettings() | |
void | ConstructL() |
Public Member Enumerations | |
---|---|
enum | anonymous { EDefaultPriority = 27, EDefaultValidityPeriod = 10080, EDefaultIntervalType = 3, EDefaultShortInterval = 5, EDefaultLongInterval = 120, EDefaultLatency = 1500000, EDefaultPendingConditionsTimeout = 0 } |
IMPORT_C const TTimeIntervalMicroSeconds32 & | Latency | ( | ) | const |
Gets the minimum message sending latency.
This is the minimum amount of time from the current time that must elapse before the message is sent. This must be greater than or equal to zero.
If the client specifies that the message should be scheduled in the past, then CMsvScheduleSend will actually schedule the message in Latency() seconds from the current time.
IMPORT_C const TTimeIntervalSeconds & | LongInterval | ( | ) | const |
Gets the long retry interval value.
IMPORT_C CMsvScheduleSettings * | NewL | ( | ) | [static] |
Allocates and creates a new CMsvScheduleSettings object.
IMPORT_C CMsvScheduleSettings * | NewLC | ( | ) | [static] |
Allocates and creates a new CMsvScheduleSettings object.
IMPORT_C const TTimeIntervalMinutes & | PendingConditionsTimeout | ( | ) | const |
Gets the timeout interval when re-scheduling messages for pending conditions to be met.
A value of zero indicates that there is no timeout when pending conditions to be met. The default value is zero.
IMPORT_C void | SetIntervalType | ( | const TIntervalType | aIntervalType | ) |
Sets the schedule interval type.
const TIntervalType aIntervalType | The schedule interval type. |
IMPORT_C void | SetLatency | ( | const TTimeIntervalMicroSeconds32 & | aLatency | ) |
Sets the minimum message sending latency.
const TTimeIntervalMicroSeconds32 & aLatency | Minimum message sending latency. |
IMPORT_C void | SetLongInterval | ( | const TTimeIntervalSeconds & | aInterval | ) |
Sets the long retry interval value.
This is used by CMsvScheduleSend to determine when to next send the message, if the TMsvSendErrorAction::iAction equals ESendActionRetryLater and TMsvSendErrorAction::iRetrySpacing equals ESendRetriesFixed.
const TTimeIntervalSeconds & aInterval | Long interval value. |
IMPORT_C void | SetPendingConditionsTimeout | ( | const TTimeIntervalMinutes & | aTimeout | ) |
Sets the timeout interval when re-scheduling messages for pending conditions to be met.
A value of zero indicates that there is no timeout when pending conditions to be met. The default value is zero.
const TTimeIntervalMinutes & aTimeout | The timeout interval in minutes. |
IMPORT_C void | SetPriority | ( | const TInt | aPriority | ) |
Sets the priority of the messages on the Task Scheduler.
const TInt aPriority | Priority value. |
IMPORT_C void | SetShortInterval | ( | const TTimeIntervalSeconds & | aInterval | ) |
Sets the short retry interval value.
This is used by CMsvScheduleSend to determine when to next send the message, if the TMsvSendErrorAction::iAction equals ESendActionRetryImmediately.
const TTimeIntervalSeconds & aInterval | Short interval value. |
IMPORT_C void | SetValidityPeriod | ( | const TTimeIntervalMinutes & | aValidityPeriod | ) |
Sets the time period for which the messages are valid on the Task Scheduler.
This is ignored if a message has to be sent off-peak.
const TTimeIntervalMinutes & aValidityPeriod | Validity period. |
IMPORT_C void | SetVariableIntervalsL | ( | const CArrayFixFlat< TTimeIntervalSeconds > & | aIntervals | ) |
Sets variable retry intervals.
const CArrayFixFlat< TTimeIntervalSeconds > & aIntervals | Variable retry intervals. |
IMPORT_C const TTimeIntervalSeconds & | ShortInterval | ( | ) | const |
Gets the short retry interval value.
IMPORT_C const TTimeIntervalMinutes & | ValidityPeriod | ( | ) | const |
Gets the time period for which the messages are valid on the Task Scheduler.
IMPORT_C const CArrayFixFlat< TTimeIntervalSeconds > & | VariableIntervals | ( | ) | const |
Gets variable retry intervals.
This is used by CMsvScheduleSend to determine when to next send the message. It is only used if TMsvSendErrorAction::iAction equals ESendActionRetryLater and TMsvSendErrorAction::iRetrySpacing equals ESendRetrySpacingVariable.
Default scheduler settings values.
EDefaultPriority = 27 |
Default priority. |
EDefaultValidityPeriod = 10080 |
Default validity period: 10080 Minutes in 1 week. |
EDefaultIntervalType = 3 |
Default interval type: EYearly |
EDefaultShortInterval = 5 |
Default short retry interval. |
EDefaultLongInterval = 120 |
Default long retry interval. |
EDefaultLatency = 1500000 |
Default latency. |
EDefaultPendingConditionsTimeout = 0 |
Default timeout. Zero minutes - no timeout. |
TTimeIntervalMinutes | iPendingConditionsTimeout | [private] |
CArrayFixFlat< TTimeIntervalSeconds > * | iVariableIntervals | [private] |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.