This sample acts as a simple acceptor for other scheduler samples.
"SimpleAcceptor" application must be started first.
Item | Description |
---|---|
conf/sample/SimpleAcceptor.properties | engine and application configuration file |
conf/logback.xml | logger configuration file |
The sample demonstrates how to configure session scheduler programatically.
This sample can be run together with the "SimpleAcceptor" app. The "SimpleAcceptor" must be started first.
Item | Description |
---|---|
conf/sample/ProgramScheduleSample.properties | engine and application configuration file |
conf/logback.xml | logger configuration file |
This sample demonstrates how to create custom session schedule programatically.
"ProgramGenericScheduleSample" can be run together with the "SimpleAcceptor" app. The "SimpleAcceptor" must be started first.
Item | Description |
---|---|
conf/sample/ProgramGenericScheduleSample.properties | engine and application configuration file |
conf/logback.xml | logger configuration file |
The sample demonstrates how to configure session scheduler using configuration file.
This sample can be run together with the "SimpleAcceptor" app. The "SimpleAcceptor" must be started first.
Item | Description |
---|---|
conf/sample/FileScheduleSample.properties | engine and application configuration file |
conf/sample/SchedulerSettings.xml | scheduler configuration file |
conf/logback.xml | logger configuration file |