java.lang.Object
io.ebeaninternal.server.core.DefaultContainer
- All Implemented Interfaces:
SpiContainer
Default Server side implementation of ServerFactory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateServer(DatabaseBuilder builder) Create the implementation from the configuration.createServer(String name) Create the server reading configuration information from ebean.properties.voidshutdown()
-
Constructor Details
-
DefaultContainer
-
-
Method Details
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceSpiContainer
-
createServer
Create the server reading configuration information from ebean.properties.- Specified by:
createServerin interfaceSpiContainer
-
createServer
Create the implementation from the configuration.- Specified by:
createServerin interfaceSpiContainer
-