Package org.bgerp.app.exec.scheduler
Class TasksConfig
java.lang.Object
org.bgerp.app.cfg.Config
org.bgerp.app.exec.scheduler.TasksConfig
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bgerp.app.cfg.Config
Config.InitStopException -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a task configuration by IDMethods inherited from class org.bgerp.app.cfg.Config
initWhen, throwValidationException
-
Constructor Details
-
TasksConfig
-
-
Method Details
-
getTaskConfigs
- Returns:
- configured to run tasks
-
getTaskConfigOrThrow
Get a task configuration by ID- Parameters:
id- the ID- Returns:
- a first found configuration
- Throws:
javassist.NotFoundException
-