StopServer Class

Summary

stops the db4o Server started with StartServer. This is done by opening a client connection to the server and by sending a StopServer object as a message. StartServer will react in it's processMessage method.
graph BT Type-->Base0["ServerInfo"] click Base0 "/db4o-gpl-doc/output/api/Db4odoc.Tutorial.F1.Chapter6/ServerInfo" Base0-->Base1["Object"] Type["StopServer"] class Type type-node

Syntax

public class StopServer : ServerInfo

Fields

Name Constant Value Summary
FILE formula1.yap
the database file to be used by the server.
Inherited from ServerInfo
static
HOST localhost
the host to be used. If you want to run the client server examples on two computers, enter the computer name of the one that you want to use as server.
Inherited from ServerInfo
static
PASS db4o
the pasword for access control.
Inherited from ServerInfo
static
PORT 4488
the port to be used by the server.
Inherited from ServerInfo
static
USER db4o
the user name for access control.
Inherited from ServerInfo
static

Methods

Name Value Summary
Main(string[]) void
stops a db4o Server started with StartServer.
static