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 ObjectServerDb4o. 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 ObjectServerDb4o. openServer(java.lang.String databaseFileName, int port)Deprecated.See theDb4oClientServerclass 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 ObjectServerLegacyClientServerFactory. 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 ObjectServerDb4oClientServer. openServer(ServerConfiguration config, java.lang.String databaseFileName, int port)opens anObjectServeron the specified database file and port.static ObjectServerDb4oClientServer. 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 ObjectServerClientServerFactory. 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 voidServerConfigurationItem. 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 classObjectServerImpl -
Uses of ObjectServer in com.db4o.cs.internal.config
Methods in com.db4o.cs.internal.config that return ObjectServer Modifier and Type Method Description ObjectServerLegacyClientServerFactoryImpl. openServer(Configuration config, java.lang.String databaseFileName, int port)ObjectServerStandardClientServerFactory. 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 voidServerConfigurationImpl. applyConfigurationItems(ObjectServer server) -
Uses of ObjectServer in com.db4o.ext
Subinterfaces of ObjectServer in com.db4o.ext Modifier and Type Interface Description interfaceExtObjectServerextended functionality for the ObjectServer interface.
-