Datasnap.Win.ObjBrkr.TServerItem

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTServerItem

Delphi

TServerItem = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION TServerItem : public System::Classes::TCollectionItem

Properties

Type Visibility Source Unit Parent
class public
Datasnap.Win.ObjBrkr.pas
Datasnap.Win.ObjBrkr.hpp
Datasnap.Win.ObjBrkr Datasnap.Win.ObjBrkr

Description

TServerItem describes an application server for a simple object broker.

Use TServerItem to describe an application server to which client applications can connect. TSimpleObjectBroker maintains a list of these descriptions. Then, when a connection component needs to open a connection, it can use the information stored in a server item to identify an available application server.

See Also