Class TRALConnectionPooler

Unit

Declaration

type TRALConnectionPooler = class(TObject)

Description

Hierarchy

Overview

Fields

Protected FMaxConnections: IntegerRAL;
Protected FInternalConnections: Array of TComponent;
Protected FBaseConnector: TComponent;

Properties

Public property BaseConnector: TComponent read FBaseConnector write FBaseConnector;
Public property MaxConnections: IntegerRAL read FMaxConnections write FMaxConnections;

Description

Fields

Protected FMaxConnections: IntegerRAL;
 
Protected FInternalConnections: Array of TComponent;
 
Protected FBaseConnector: TComponent;
 

Properties

Public property BaseConnector: TComponent read FBaseConnector write FBaseConnector;

Base component from which the pooler will copy the connection information

Public property MaxConnections: IntegerRAL read FMaxConnections write FMaxConnections;

Limit how many connections can the pooler handle



GitHub Repository
Generated by PasDoc 0.16.0.