Uses of Interface
com.db4o.ObjectServer
-
Packages that use ObjectServer Package Description com.db4o com.db4o.config com.db4o.cs com.db4o.cs.config com.db4o.cs.internal com.db4o.cs.internal.config com.db4o.ext -
-
Uses of ObjectServer in com.db4o
Methods in com.db4o that return ObjectServer Modifier and Type Method Description static ObjectServer
Db4o. openServer(Configuration config, java.lang.String databaseFileName, int port)
Deprecated.See the Db4oClientServer class in db4o client server library for methods to open db4o servers and db4o clients.static ObjectServer
Db4o. openServer(java.lang.String databaseFileName, int port)
Deprecated.See theDb4oClientServer
class in db4o client server library for methods to open db4o servers and db4o clients. -
Uses of ObjectServer in com.db4o.config
Methods in com.db4o.config that return ObjectServer Modifier and Type Method Description ObjectServer
LegacyClientServerFactory. openServer(Configuration config, java.lang.String databaseFileName, int port)
-
Uses of ObjectServer in com.db4o.cs
Methods in com.db4o.cs that return ObjectServer 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.static ObjectServer
Db4oClientServer. openServer(java.lang.String databaseFileName, int port)
opens a db4o server with a fresh server configuration. -
Uses of ObjectServer in com.db4o.cs.config
Methods in com.db4o.cs.config that return ObjectServer Modifier and Type Method Description ObjectServer
ClientServerFactory. openServer(ServerConfiguration config, java.lang.String databaseFileName, int port)
Methods in com.db4o.cs.config with parameters of type ObjectServer Modifier and Type Method Description void
ServerConfigurationItem. apply(ObjectServer server)
Gives a chance for the item to configure the just opened ObjectContainer. -
Uses of ObjectServer in com.db4o.cs.internal
Classes in com.db4o.cs.internal that implement ObjectServer Modifier and Type Class Description class
ObjectServerImpl
-
Uses of ObjectServer in com.db4o.cs.internal.config
Methods in com.db4o.cs.internal.config that return ObjectServer Modifier and Type Method Description ObjectServer
LegacyClientServerFactoryImpl. openServer(Configuration config, java.lang.String databaseFileName, int port)
ObjectServer
StandardClientServerFactory. openServer(ServerConfiguration config, java.lang.String databaseFileName, int port)
Methods in com.db4o.cs.internal.config with parameters of type ObjectServer Modifier and Type Method Description void
ServerConfigurationImpl. applyConfigurationItems(ObjectServer server)
-
Uses of ObjectServer in com.db4o.ext
Subinterfaces of ObjectServer in com.db4o.ext Modifier and Type Interface Description interface
ExtObjectServer
extended functionality for the ObjectServer interface.
-