IServerConfiguration Interface

Summary

Configuration interface for db4o servers.
Assembly
Db4objects.Db4o.CS-2010.dll
Namespace
Db4objects.Db4o.CS.Config
Interfaces
Implementing Types
graph BT Type-.->Interface0["IFileConfigurationProvider"] Type-.->Interface1["INetworkingConfigurationProvider"] click Interface1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.CS.Config/INetworkingConfigurationProvider" Type-.->Interface2["ICommonConfigurationProvider"] Type-.->Interface3["ICacheConfigurationProvider"] Type-.->Interface4["IIdSystemConfigurationProvider"] Type["IServerConfiguration"] class Type type-node Implementing0["ServerConfigurationImpl"]-.->Type click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.CS.Internal.Config/ServerConfigurationImpl"

Syntax

public interface IServerConfiguration : IFileConfigurationProvider, 
    INetworkingConfigurationProvider, ICommonConfigurationProvider, ICacheConfigurationProvider, 
    IIdSystemConfigurationProvider

Remarks

Configuration interface for db4o servers.

Properties

Name Value Summary
TimeoutServerSocket int
configures the timeout of the server side socket.

Methods

Name Value Summary
AddConfigurationItem(IServerConfigurationItem) void
adds ConfigurationItems to be applied when an ObjectServer is opened.