API:Datasnap.DBClient.TConnectionBroker

提供: RAD Studio API Documentation
移動先: 案内検索

Datasnap.DBClient.TCustomRemoteServerData.DB.TCustomConnectionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTConnectionBroker

Delphi

TConnectionBroker = class(TCustomRemoteServer)

C++

class PASCALIMPLEMENTATION TConnectionBroker : public TCustomRemoteServer

プロパティ

種類 可視性 ソース ユニット
class public
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient Datasnap.DBClient

説明

TCustomRemoteServer は,多層データベースアプリケーションのアプリケーションサーバーに接続するすべてのコンポーネントのための基本クラスです。

Datasnap.DBClient.TConnectionBroker は Datasnap.DBClient.TCustomRemoteServer を継承しています。以下の内容はすべて Datasnap.DBClient.TCustomRemoteServer を参照しています。

TCustomRemoteServer は,多層データベースアプリケーションのアプリケーションサーバーに接続するすべてのコンポーネントのための基本クラスです。

TCustomRemoteServer のインスタンスは作成しないでください。TCustomRemoteServer は,リモートアプリケーションサーバーとの接続に必要なプロパティとメソッドを導入し,IAppServer インターフェースを 1 つまたは複数のクライアントデータセットで利用できるようにします。一般に DataSnap 接続コンポーネントと呼ばれる下位クラスは多くの TCustomRemoteServer のメソッドをオーバーライドして,アプリケーションサーバーとの接続を作成または終了したり,アプリケーションサーバーとのインターフェース通信を管理したりします。

クライアントアプリケーションがアプリケーションサーバーに接続できるようにするには,TSOAPConnection,TsocketConnection,TwebConnection または TDCOMConnection などの TCustomRemoteServer の下位オブジェクトを使用します。

関連項目