| Package | Description |
|---|---|
| ch.tatool.app.data | |
| ch.tatool.core.module.scheduler | |
| ch.tatool.data |
| Modifier and Type | Method and Description |
|---|---|
ModuleScheduler |
ModuleImpl.getModuleScheduler() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleImpl.setModuleScheduler(ModuleScheduler executionScheduler) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractModuleScheduler
Abstract module scheduler.
|
class |
AlwaysAllowModuleScheduler
Always allows creating new sessions and does not impose any limits on the session duration.
|
class |
DailyModuleScheduler
The DailyModuleScheduler only allows to execute one session a day starting from midnight.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleScheduler |
Module.getModuleScheduler()
Get the scheduler for this module.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Module.setModuleScheduler(ModuleScheduler scheduler) |
Copyright © 2013. All Rights Reserved.