#include <OnixS/FIXEngine/FIX/Scheduling/SessionScheduler.h>
Public Member Functions | |
SessionSchedulerOptions () | |
~SessionSchedulerOptions () | |
const std::string & | configurationFile () const |
void | configurationFile (const std::string &file) |
SessionSchedulerListener * | eventListener () const |
void | eventListener (SessionSchedulerListener *listener) |
SchedulerThreadingModel::Enum | threadingModel () const |
void | threadingModel (SchedulerThreadingModel::Enum threadingModel) |
Definition at line 116 of file SessionScheduler.h.
Initializes parameters with default values.
Cleans everything up.
const std::string& configurationFile | ( | ) | const |
The path to the scheduler configuration file.
void configurationFile | ( | const std::string & | file | ) |
Updates the path to the scheduler configuration file.
SessionSchedulerListener* eventListener | ( | ) | const |
An instance of the event listener to notify about events.
void eventListener | ( | SessionSchedulerListener * | listener | ) |
Associates the given event listener with the scheduler.
SchedulerThreadingModel::Enum threadingModel | ( | ) | const |
The threading model.
void threadingModel | ( | SchedulerThreadingModel::Enum | threadingModel | ) |
Updates the threading model.