Samples :: Scheduler

Program Scheduler Sample

Description

The sample demonstrates how to configure session scheduler programatically.

This sample can be run together with the "SimpleSellSide" sample. The "SimpleSellSide" must be started first.

Directory Contents

ItemDescription
conf/ProgramScheduler.propertiesengine and application configuration file
conf/ProgramScheduler-logback.xmllogger configuration file

Usage

  • Run the sample:
    • win: ProgramScheduler.bat
    • linux: ProgramScheduler.sh
  • Clean everything:
    • win: clean.bat
    • linux: clean.sh

File Scheduler Sample

Description

The sample demonstrates how to configure session scheduler using configuration file.

This sample can be run together with the "SimpleSellSide" sample. The "SimpleSellSide" must be started first.

Directory Contents

ItemDescription
conf/FileScheduler.propertiesengine and application configuration file
conf/SchedulerSettings.xmlscheduler configuration file
conf/FileScheduler-logback.xmllogger configuration file

Usage

  • Run the sample:
    • win: FileScheduler.bat
    • linux: FileScheduler.sh
  • Clean everything:
    • win: clean.bat
    • linux: clean.sh