public interface BootupEbeanManager
Note that on a remote client it is expected that this factory will return EbeanServers that behave as a proxy using http or tcp sockets etc to talk to the EbeanServer on the application server.
| Modifier and Type | Method and Description |
|---|---|
EbeanServer |
createServer(ServerConfig configuration)
Create the EbeanServer for a given configuration.
|
EbeanServer |
createServer(String name)
Create an EbeanServer just using the name.
|
void |
shutdown()
Shutdown any Ebean wide resources such as clustering.
|
EbeanServer createServer(ServerConfig configuration)
configuration - The configuration information for this server.EbeanServer createServer(String name)
In this case the dataSource parameters etc will be defined on the global avaje.properties file.
void shutdown()
Copyright © 2014. All Rights Reserved.