Habari STOMP Client for ActiveMQ 9.4
Object Pascal STOMP client library for Apache ActiveMQ
Loading...
Searching...
No Matches
TBTClientLibraryInfo Class Reference

Provides information about the client library. More...

Inheritance diagram for TBTClientLibraryInfo:
IClientLibraryInfo IClientLibraryInfo

Public Member Functions

 TBTClientLibraryInfo (const string AName, const string AVersion, const string ACopyright)
 Constructor.

Protected Member Functions

string LibraryName ()
 The name of the client library.
string LibraryVersion ()
 The version of the client library.
string LibraryCopyright ()
 Copyright information about the library.
IPrimitiveMap GetProperties ()
 Additional properties of the library.

Protected Attributes

IPrimitiveMap Properties

Additional Inherited Members

Public Attributes inherited from IClientLibraryInfo
IPrimitiveMap Properties
 Additional information, stored as key-value pairs, about the library.

Detailed Description

Provides information about the client library.

Constructor & Destructor Documentation

◆ TBTClientLibraryInfo()

TBTClientLibraryInfo::TBTClientLibraryInfo ( const string AName,
const string AVersion,
const string ACopyright )

Constructor.

Member Function Documentation

◆ GetProperties()

IPrimitiveMap TBTClientLibraryInfo::GetProperties ( )
protected

Additional properties of the library.

Implements IClientLibraryInfo.

◆ LibraryCopyright()

string TBTClientLibraryInfo::LibraryCopyright ( )
protected

Copyright information about the library.

Implements IClientLibraryInfo.

◆ LibraryName()

string TBTClientLibraryInfo::LibraryName ( )
protected

The name of the client library.

Implements IClientLibraryInfo.

◆ LibraryVersion()

string TBTClientLibraryInfo::LibraryVersion ( )
protected

The version of the client library.

Implements IClientLibraryInfo.

Member Data Documentation

◆ Properties

IPrimitiveMap TBTClientLibraryInfo::Properties
protected
See also
GetProperties For reading