Datasnap.Win.ObjBrkr.TSimpleObjectBroker

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.Win.MConnect.TCustomObjectBrokerSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTSimpleObjectBroker

Delphi

TSimpleObjectBroker = class(TCustomObjectBroker)

C++

class PASCALIMPLEMENTATION TSimpleObjectBroker : public Datasnap::Win::Mconnect::TCustomObjectBroker

Properties

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

Description

TSimpleObjectBroker maintains a list of available application servers for a connection component.

TSimpleObjectBroker maintains a list of servers, all of which run the application server for a multi-tiered application. When a connection component requests a server, the simple object broker passes the name of one of the available servers in the list. This process allows client applications to locate server systems dynamically at runtime. If there are redundant server systems, this allows client applications to continue functioning when a server goes down.

TSimpleObjectBroker can randomize the selection of servers from among the currently available servers in its list to provide a simple system of load balancing.

See Also