Uses of Interface
com.db4o.cs.config.ServerConfiguration
-
Packages that use ServerConfiguration Package Description com.db4o.cs com.db4o.cs.config com.db4o.cs.internal com.db4o.cs.internal.config -
-
Uses of ServerConfiguration in com.db4o.cs
Methods in com.db4o.cs that return ServerConfiguration Modifier and Type Method Description static ServerConfiguration
Db4oClientServer. newServerConfiguration()
creates a newServerConfiguration
Methods in com.db4o.cs with parameters of type ServerConfiguration Modifier and Type Method Description static ObjectServer
Db4oClientServer. openServer(ServerConfiguration config, java.lang.String databaseFileName, int port)
opens anObjectServer
on the specified database file and port. -
Uses of ServerConfiguration in com.db4o.cs.config
Methods in com.db4o.cs.config with parameters of type ServerConfiguration Modifier and Type Method Description ObjectServer
ClientServerFactory. openServer(ServerConfiguration config, java.lang.String databaseFileName, int port)
void
ServerConfigurationItem. prepare(ServerConfiguration configuration)
Gives a chance for the item to augment the configuration. -
Uses of ServerConfiguration in com.db4o.cs.internal
Constructors in com.db4o.cs.internal with parameters of type ServerConfiguration Constructor Description ObjectServerImpl(LocalObjectContainer container, ServerConfiguration serverConfig, int port)
-
Uses of ServerConfiguration in com.db4o.cs.internal.config
Classes in com.db4o.cs.internal.config that implement ServerConfiguration Modifier and Type Class Description class
ServerConfigurationImpl
Methods in com.db4o.cs.internal.config that return ServerConfiguration Modifier and Type Method Description static ServerConfiguration
Db4oClientServerLegacyConfigurationBridge. asServerConfiguration(Configuration config)
Methods in com.db4o.cs.internal.config with parameters of type ServerConfiguration Modifier and Type Method Description ObjectServer
StandardClientServerFactory. openServer(ServerConfiguration config, java.lang.String databaseFileName, int port)
-