public interface InitService
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.
|
void initEngine()
void initTimers()
void loadModels()
void ensureIsInit()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.