ClearBox Server™ v1.2 Developer's Guide

Server Services

Server extension may require some functions that can be provided by the server only - for example, stop server when a severe error occurred in the server extension, and it cannot recover.

In order to provide such functions (or "services") ClearBox Server defines and implements some interfaces that are available to server extensions.

The main interface that provide services to server extensions is IServer. Pointer to the object implementing it is passed to the server extension in call to ICommonExtenderEx::InitializeEx. Server extension may keep it and use later.

All other service interfaces supported by the server can be queried from the IServer interface.

ClearBox Server v1.2 provides server extension the following interfaces:


© 2001-2003 XPerience Technologies. www.xperiencetech.com

Created by chm2web html help conversion utility.