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 TypeMethodDescriptionGets a task configuration by ID.Methods inherited from class org.bgerp.app.cfg.Config
initWhen, throwValidationException 
- 
Constructor Details
- 
TasksConfig
 
 - 
 - 
Method Details
- 
getTaskConfigs
- Returns:
 - configured to run tasks.
 
 - 
getTaskConfigOrThrow
Gets a task configuration by ID.- Parameters:
 id- the ID.- Returns:
 - a first found configuration.
 - Throws:
 javassist.NotFoundException
 
 -