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