B2BITS FIX Antenna C++ 2.32.0
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
Engine::CronSessionScheduleTimeline Class Reference

Cron expression based schedule events generator implementation. More...

#include <B2BITS_SessionsScheduler.h>

+ Inheritance diagram for Engine::CronSessionScheduleTimeline:
+ Collaboration diagram for Engine::CronSessionScheduleTimeline:

Public Member Functions

 CronSessionScheduleTimeline (const CronSessionsScheduleParameters &params)
 Constructor.
 
virtual System::SchedulerTimeEvent getNextEvent (const Engine::TZTimeHelper::UTCTimestamp &now)
 Implements System::ScheduleTimeline API contract routine.
 
CronSessionsScheduleParameters getParameters () const
 Returns configuration parameters.
 
virtual System::SchedulerTimeEvent getPrevEvent (const Engine::TZTimeHelper::UTCTimestamp &now) const
 Implements System::ScheduleTimeline API contract routine.
 
virtual ~CronSessionScheduleTimeline ()
 
- Public Member Functions inherited from Utils::ReferenceCounter
virtual bool addRef () const throw ()
 Increments reference counter.
 
virtual long getNRef () const throw ()
 Returns the current value of the reference counter.
 
 ReferenceCounter () throw ()
 Constructor.
 
virtual long release () const throw ()
 Decrements reference counter.
 

Protected Attributes

const CronSessionsScheduleParameters params_
 

Additional Inherited Members

- Protected Member Functions inherited from Utils::ReferenceCounter
long decrement () const throw ()
 Decrements counter and returns new counter value.
 
long increment () const throw ()
 Increments counter and returns new counter value.
 
virtual ~ReferenceCounter ()
 Destructor.
 

Detailed Description

Cron expression based schedule events generator implementation.

Constructor & Destructor Documentation

◆ CronSessionScheduleTimeline()

Engine::CronSessionScheduleTimeline::CronSessionScheduleTimeline ( const CronSessionsScheduleParameters & params)

Constructor.

Parameters
params- configuration parameters.
See also
CronSessionsScheduleParameters.

◆ ~CronSessionScheduleTimeline()

virtual Engine::CronSessionScheduleTimeline::~CronSessionScheduleTimeline ( )
virtual

Member Function Documentation

◆ getNextEvent()

virtual System::SchedulerTimeEvent Engine::CronSessionScheduleTimeline::getNextEvent ( const Engine::TZTimeHelper::UTCTimestamp & now)
virtual

Implements System::ScheduleTimeline API contract routine.

Implements System::ScheduleTimeline.

◆ getParameters()

CronSessionsScheduleParameters Engine::CronSessionScheduleTimeline::getParameters ( ) const

Returns configuration parameters.

◆ getPrevEvent()

virtual System::SchedulerTimeEvent Engine::CronSessionScheduleTimeline::getPrevEvent ( const Engine::TZTimeHelper::UTCTimestamp & now) const
virtual

Implements System::ScheduleTimeline API contract routine.

Implements System::ScheduleTimeline.

Member Data Documentation

◆ params_

const CronSessionsScheduleParameters Engine::CronSessionScheduleTimeline::params_
protected