RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerItem Class

TServerItem describes an application server for a simple object broker.

Pascal
TServerItem = class(TCollectionItem);
C++
class TServerItem : public TCollectionItem;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!