Summary
Opens a client against this server.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o - Containing Type
- IObjectServer
Syntax
IObjectContainer OpenClient()
Remarks
Opens a client against this server.
A client opened with this method operates within the same VM as the server. Since an embedded client use direct communication, without an in-between socket connection, performance will be better than a client opened with
Every client has it's own transaction and uses it's own cache for it's own version of all persistent objects.
A client opened with this method operates within the same VM as the server. Since an embedded client use direct communication, without an in-between socket connection, performance will be better than a client opened with
Db4oClientServer#openClient(java.lang.String,int,java.lang.String,java.lang.String)
Every client has it's own transaction and uses it's own cache for it's own version of all persistent objects.
Return Value
Type | Description |
---|---|
IObjectContainer |