THabariExpressAdmin Class Reference
[HabariActiveMQExpress component]

This component provides a simple ActiveMQ administration client. More...

Inheritance diagram for THabariExpressAdmin:

THabariActiveMQExpressAdmin

List of all members.

Public Attributes

Public Properties
Boolean Active
 Starts and stops the communication.
IConnection Connection
 The current connection.
Published Properties
Published Properties may be modified at designtime and runtime.

string CommunicationAdapter
 Class name of the communication adapter.
string Host
 Server address.
string Password
 Password.
string UserName
 User name.


Detailed Description

This component provides a simple ActiveMQ administration client.

Required properties are


Member Data Documentation

Starts and stops the communication.

See also:
FActive For reading

SetActive For writing

Class name of the communication adapter.

See also:
FCommunicationAdapter For reading

SetCommunicationAdapter For writing

The current connection.

Only available if the connection is active.

See also:
GetConnection For reading

Server address.

See also:
FHost For reading

SetHost For writing

Password.

Authorization requires Apache ActiveMQ version 5.1 or newer.

See also:
FPassword For reading

SetPassword For writing

User name.

Authorization requires Apache ActiveMQ version 5.1 or newer.

See also:
FUserName For reading

SetUserName For writing


Generated by doxygen