@PermitAll public class InitServiceImpl extends java.lang.Object implements InitService
InitService.| Constructor and Description |
|---|
InitServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
ensureIsInit()
Because InitService bean must be initialized before any MDB starts to consume messages we inject this bean to the MDBs
and call this method to be sure this bean is initialized.
|
void |
initEngine()
Performs all initialization operations related to engine
(such as registering all timer notifications).
|
void |
initTimers()
Loads all timer notification entries from database and register them
again with system timer service.
|
void |
loadModels()
Loads (compile) models.
|
@PostConstruct public void initEngine()
InitServiceinitEngine in interface InitServicepublic void initTimers()
InitServiceinitTimers in interface InitServicepublic void loadModels()
InitServiceloadModels in interface InitServicepublic void ensureIsInit()
InitServiceensureIsInit in interface InitServiceCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.