[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The following tables list the members exposed by the IExtObjectServer type.

Public Methods

  NameDescription
Backup
backs up the database file used by the ObjectServer.

Close
closes the
 Copy imageCopy Code
ObjectServer
and writes all cached data.
(Inherited from IObjectServer.)
Configure
returns the Db4objects.Db4o.Config.IConfiguration context for this ObjectServer.

Upon opening an ObjectServer with any of the factory methods in the Db4objects.Db4o.Db4oFactory class, the global Db4objects.Db4o.Config.IConfiguration context is copied into the ObjectServer. The Db4objects.Db4o.Config.IConfiguration can be modified individually for each ObjectServer without any effects on the global settings.


Ext
returns an ObjectServer with extended functionality.
(Inherited from IObjectServer.)
GrantAccess
grants client access to the specified user with the specified password.
(Inherited from IObjectServer.)
ObjectContainer
returns the ObjectContainer used by the server.

RevokeAccess
removes client access permissions for the specified user.