Interface BackendContainer
- All Known Implementing Classes:
BackendServers,BackendServersBase,BackendServersEE8
public interface BackendContainer
Interface to backend instances
-
Method Summary
Modifier and TypeMethodDescriptionvoidinit(String address, ApplicationConfigurationManager.ModuleConfigurationHandle moduleConfigurationHandle, File externalResourceDirectory, Map<String, Object> containerConfigProperties, DevAppServer devAppServer) voidsetServiceProperties(Map<String, String> properties) voidShutdown all backend instances.voidStart all backend instances.
-
Method Details
-
setServiceProperties
-
shutdownAll
Shutdown all backend instances.- Throws:
Exception
-
startupAll
Start all backend instances.- Parameters:
backendsXml- Parsed backends.xml file with servers configuration- Throws:
Exception
-
init
void init(String address, ApplicationConfigurationManager.ModuleConfigurationHandle moduleConfigurationHandle, File externalResourceDirectory, Map<String, Object> containerConfigProperties, DevAppServer devAppServer)
-