IExtClient Interface

Summary

extended client functionality for the Db4objects.Db4o.Ext.IExtObjectContainer interface.

Both com.db4o.Db4oClientServer#openClient methods always return an ExtClient object so a cast is possible.

The ObjectContainer functionality is split into multiple interfaces to allow newcomers to focus on the essential methods.
IExtClient
IDisposable

Syntax

public interface IExtClient : IExtObjectContainer, IObjectContainer, IDisposable, ISodaQueryFactory

Methods

Name Value Summary
IsAlive() bool
checks if the client is currently connected to a server.