Summary
extended client functionality for the
Both
The ObjectContainer functionality is split into multiple interfaces to allow newcomers to focus on the essential methods.
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.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Interfaces
-
- IExtObjectContainer
- IObjectContainer
- IDisposable
- ISodaQueryFactory
graph BT
Type-.->Interface0["IExtObjectContainer"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Ext/IExtObjectContainer"
Type-.->Interface1["IObjectContainer"]
click Interface1 "/db4o-gpl-doc/output/api/Db4objects.Db4o/IObjectContainer"
Type-.->Interface2["IDisposable"]
Type-.->Interface3["ISodaQueryFactory"]
click Interface3 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Query/ISodaQueryFactory"
Type["IExtClient"]
class Type type-node
Syntax
public interface IExtClient : IExtObjectContainer, IObjectContainer, IDisposable, ISodaQueryFactory
Methods
Name | Value | Summary |
---|---|---|
IsAlive |
bool |
checks if the client is currently connected to a server.
|