@PermitAll public class SharedRecordConfigurationServiceBean extends Object implements SharedRecordConfigurationService
SharedRecordConfigurationService
interface.Constructor and Description |
---|
SharedRecordConfigurationServiceBean()
A default constructor.
|
SharedRecordConfigurationServiceBean(ModelProviderService modelProviderService,
ComponentServiceLocal componentService)
A constructor used by unit tests.
|
Modifier and Type | Method and Description |
---|---|
void |
rebuildConfiguration(Map<Module,com.whitestein.lsps.model.ProcessModel> newModels,
Set<com.whitestein.lsps.model.ProcessModel> removedModels)
Rebuild singleton hibernate configuration for all modules currently loaded
into the memory.
|
public SharedRecordConfigurationServiceBean()
public SharedRecordConfigurationServiceBean(ModelProviderService modelProviderService, ComponentServiceLocal componentService)
modelProviderService
- componentService
- public void rebuildConfiguration(Map<Module,com.whitestein.lsps.model.ProcessModel> newModels, Set<com.whitestein.lsps.model.ProcessModel> removedModels) throws SharedRecordConfigurationException
SharedRecordConfigurationService
rebuildConfiguration
in interface SharedRecordConfigurationService
newModels
- list of new modules, contains only modules that were not on the server beforeremovedModels
- list of removed modulesSharedRecordConfigurationException
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.