TASShdAlarm Class Reference

class TASShdAlarm

A client-side alarm object.

It contains all of the information needed to create an alarm in the Alarm Server.

Public Member Functions
TASShdAlarm ()
TAlarmCategory & Category ()
TAlarmCategory Category ()
TAlarmCharacteristicsFlags & Characteristics ()
TAlarmCharacteristicsFlags Characteristics ()
TInt ClientData1 ()
TInt & ClientData1 ()
TInt ClientData2 ()
TInt & ClientData2 ()
TBitFlags16 & ClientFlags ()
TBitFlags16 ClientFlags ()
TAlarmDayOrTimed DayOrTimed ()
TAlarmDayOrTimed & DayOrTimed ()
IMPORT_C void ExternalizeL ( RWriteStream &)
TSecureId GetSid ()
IMPORT_C TBool HasAssociatedData ()
IMPORT_C TBool HasBecomeOrphaned ()
IMPORT_C TBool HasOwningSession ()
TAlarmId & Id ()
TAlarmId Id ()
IMPORT_C void InternalizeL ( RReadStream &)
TBool IsFloating ()
TAlarmMessage & Message ()
const TAlarmMessage & Message ()
TTime & NextDueTime ()
const TTime & NextDueTime ()
TTime & OriginalExpiryTime ()
const TTime & OriginalExpiryTime ()
TAlarmRepeatDefinition & RepeatDefinition ()
TAlarmRepeatDefinition RepeatDefinition ()
IMPORT_C void Reset ()
IMPORT_C void SetDeQueueIfDueTimeInPast ()
void SetSid (const TSecureId &)
IMPORT_C void SetUtcNextDueTime ( TTime )
TAlarmSoundName & SoundName ()
const TAlarmSoundName & SoundName ()
TAlarmState State ()
TAlarmStatus Status ()
Protected Member Enumerations
enum TASShdAlarmFlags { EASShdAlarmFlagsHasAssociatedData  = 0, EASShdAlarmFlagsHasOwningSession  = 1, EASShdAlarmFlagsHasBecomeOrphaned  = 2, EASShdAlarmFlagsPermanentDisabled  = 4 }
Protected Attributes
TAlarmId iAlarmId
TAlarmCategory iCategory
TAlarmCharacteristicsFlags iCharacteristics
TInt iClientData1
TInt iClientData2
TBitFlags16 iClientFlags
TAlarmDayOrTimed iDayOrTimed
TBitFlags8 iFlags
TAlarmMessage iMessage
TTime iNextDueTime
TTime iOriginalExpiryTime
TAlarmRepeatDefinition iRepeatDefinition
TAlarmSoundName iSoundName
TAlarmState iState
TAlarmStatus iStatus
Private Attributes
TSecureId iTASShdAlarmSID
TAny * iTASShdAlarm_2
TAny * iTASShdAlarm_3

Constructor & Destructor Documentation

TASShdAlarm()

IMPORT_C TASShdAlarm ( )

Default constructor.

Initializes all member data to default values.

Member Functions Documentation

Category()

TAlarmCategory & Category ( ) [inline]

Returns a writable version of the alarm's category.

Clients can use the category to tag each alarm with a specific code. This allows clients to identify all related alarms, such as all alarms associated with a particular application or application engine.

Category()

TAlarmCategory Category ( ) const [inline]

Return this alarm's category.

Characteristics()

TAlarmCharacteristicsFlags & Characteristics ( ) [inline]

Returns a writable version of the alarm's characteristics.

Characteristics()

TAlarmCharacteristicsFlags Characteristics ( ) const [inline]

Returns the alarm's characteristics

ClientData1()

TInt ClientData1 ( ) const [inline]

Returns the client data from slot 1 for this alarm.

ClientData1()

TInt & ClientData1 ( ) [inline]

Returns a writable version of the client data from slot 1 for this alarm.

ClientData2()

TInt ClientData2 ( ) const [inline]

Returns the client data from slot 2 for this alarm.

ClientData2()

TInt & ClientData2 ( ) [inline]

Returns the client data from slot 2 for this alarm.

ClientFlags()

TBitFlags16 & ClientFlags ( ) [inline]

Returns a writable version of the alarm's client flags.

The client flags may be used for any client-specific data - the alarm server does not use them.

ClientFlags()

TBitFlags16 ClientFlags ( ) const [inline]

Returns this alarm's client flags.

DayOrTimed()

TAlarmDayOrTimed DayOrTimed ( ) const [inline]

Returns the alarm session type.

DayOrTimed()

TAlarmDayOrTimed & DayOrTimed ( ) [inline]

Returns a writable version of the alarm type, i.e. day, timed

ExternalizeL(RWriteStream &)

IMPORT_C void ExternalizeL ( RWriteStream & aStream ) const

Externalizes the alarm's member data to a write stream.

Parameters

RWriteStream & aStream The stream to write to.

GetSid()

TSecureId GetSid ( ) const [inline]

HasAssociatedData()

IMPORT_C TBool HasAssociatedData ( ) const

Tests whether the alarm has any associated data.

HasBecomeOrphaned()

IMPORT_C TBool HasBecomeOrphaned ( ) const

Tests whether the alarm is orphaned.

An alarm is ophaned if it used to have an owning session, but no longer does. If an alarm is owned by a session, it is removed from the queue when the session disconnects. However, orphaned alarms stay in the queue.

HasOwningSession()

IMPORT_C TBool HasOwningSession ( ) const

Tests whether the alarm has an active owning session.

Id()

TAlarmId & Id ( ) [inline]

Returns a writable version of the alarm's unique identifier.

Id()

TAlarmId Id ( ) const [inline]

Return the alarm's unique identifier.

InternalizeL(RReadStream &)

IMPORT_C void InternalizeL ( RReadStream & aStream )

Internalizes the alarm's data from a read stream.

Parameters

RReadStream & aStream The stream to read from.

IsFloating()

TBool IsFloating ( ) const [inline]

Tests whether the alarm is floating.

Floating alarms expire at a given wall-clock time regardless of the current locale and whether any daylight saving time rules are in force.

Message()

TAlarmMessage & Message ( ) [inline]

Returns a writable version of the alarm's message.

The message is usually displayed in the application UI when the alarm expires.

Message()

const TAlarmMessage & Message ( ) const [inline]

Returns the alarm's message.

The message is usually displayed in the application UI when the alarm expires.

NextDueTime()

TTime & NextDueTime ( ) [inline]

Returns a writable version of the next time the alarm is scheduled to expire.

NextDueTime()

const TTime & NextDueTime ( ) const [inline]

Returns the next time that the alarm is scheduled to expire.

OriginalExpiryTime()

TTime & OriginalExpiryTime ( ) [inline]

Returns a writable version of the alarm's original expiry time.

OriginalExpiryTime()

const TTime & OriginalExpiryTime ( ) const [inline]

Returns the alarm's original expiry time.

The original expiry time is the same as the next due time, unless the alarm has been snoozed. In that case, the original expiry time is the time when the alarm first expired, and the next due time is when it is to re-awaken after the snooze.

RepeatDefinition()

TAlarmRepeatDefinition & RepeatDefinition ( ) [inline]

Returns a writable version of the alarm's repeat definition.

The repeat definition controls the alarm's behaviour after it has expired. For example, you can set the repeat definition so that the server automatically queues the alarm to expire again in exactly 24 hours time.

RepeatDefinition()

TAlarmRepeatDefinition RepeatDefinition ( ) const [inline]

Returns the repeat definition for the alarm.

Reset()

IMPORT_C void Reset ( )

Resets the alarm back to a default, uninitialized state.

SetDeQueueIfDueTimeInPast()

IMPORT_C void SetDeQueueIfDueTimeInPast ( )

Using this API to tell the alarmserver not to notify the Agenda alarms if its due time is in the past after system time has been changed.

SetSid(const TSecureId &)

void SetSid ( const TSecureId & aSecureID ) [inline]

The Secure ID is only used in the secured platform

Parameters

const TSecureId & aSecureID

SetUtcNextDueTime(TTime)

IMPORT_C void SetUtcNextDueTime ( TTime aUtcTime )

Using this API to set the next due time of an alarm will make it a fixed alarm, that is going to expire at the given UTC time. The alarm will not be rescheduled when the UTC offset is changed.

Parameters

TTime aUtcTime The due time of the alarm should be given in UTC.

SoundName()

TAlarmSoundName & SoundName ( ) [inline]

Return a writable version of the alarm sound's filename.

SoundName()

const TAlarmSoundName & SoundName ( ) const [inline]

Returns the alarm's sound filename.

State()

TAlarmState State ( ) const [inline]

Returns the alarm state.

Status()

TAlarmStatus Status ( ) const [inline]

Returns the alarm status.

Member Enumerations Documentation

Enum TASShdAlarmFlags

Enumerators

EASShdAlarmFlagsHasAssociatedData = 0
EASShdAlarmFlagsHasOwningSession = 1
EASShdAlarmFlagsHasBecomeOrphaned = 2
EASShdAlarmFlagsPermanentDisabled = 4

Set if alarm is disabled manually so that can not be enabled when locale changes.

Member Data Documentation

TAlarmId iAlarmId

TAlarmId iAlarmId [protected]

The unique identifier assoicated with each alarm maintained by the alarm world server.

TAlarmCategory iCategory

TAlarmCategory iCategory [protected]

This UID is supplied by the client and is used to indicate the category that this alarm is part of. The Alarm Server is category-agnostic, that is, this information is for the client's use only

TAlarmCharacteristicsFlags iCharacteristics

TAlarmCharacteristicsFlags iCharacteristics [protected]

This represents the desired behaviour for a given alarm. The Alarm Server uses this information to control the behaviour of the alarm.

TAlarmCharacteristics

TInt iClientData1

TInt iClientData1 [protected]

For arbitrary client data 1

TInt iClientData2

TInt iClientData2 [protected]

For arbitrary client data 2

TBitFlags16 iClientFlags

TBitFlags16 iClientFlags [protected]

Flags for use by any particular client. These will only be relevant to a client who can interpret them.

TAlarmDayOrTimed iDayOrTimed

TAlarmDayOrTimed iDayOrTimed [protected]

The type of this alarm (e.g. day, timed)

TBitFlags8 iFlags

TBitFlags8 iFlags [protected]

Various flags - used internally by the alarm object

TAlarmMessage iMessage

TAlarmMessage iMessage [protected]

The message associated with this alarm, typically used in an application UI to inform the user as to the reason for the alarm.

TTime iNextDueTime

TTime iNextDueTime [protected]

The date and time at which this alarm is next due. For alarms that haven't been snoozed, then this is the original due time.

For alarms that have been snoozed, this is the time at which the alarm will reawaken.

TTime iOriginalExpiryTime

TTime iOriginalExpiryTime [protected]

This attribute is only used in the instance whereby an alarm is snoozed. It represents the time at which the alarm first expired.

TAlarmRepeatDefinition iRepeatDefinition

TAlarmRepeatDefinition iRepeatDefinition [protected]

Controls how the alarm repeats after it has expired. Note that session alarms are not allowed to repeat (they must be "once only").

TAlarmSoundName iSoundName

TAlarmSoundName iSoundName [protected]

A descriptor which holds the name of the sound file which should be played when the alarm expires.

TAlarmState iState

TAlarmState iState [protected]

The state of this alarm (e.g. queued, notifying, notified, snoozed etc)

TAlarmStatus iStatus

TAlarmStatus iStatus [protected]

The status of this alarm (e.g. enabled, disabled)

TSecureId iTASShdAlarmSID

TSecureId iTASShdAlarmSID [private]

TAny * iTASShdAlarm_2

TAny * iTASShdAlarm_2 [private]

TAny * iTASShdAlarm_3

TAny * iTASShdAlarm_3 [private]