![]() |
Habari STOMP Client for OpenMQ 9.0
Object Pascal STOMP client library for OpenMQ
|
Public Member Functions | |
| TBTAbstractConnection (const TBTAbstractTransport Transport) | |
| Start () | |
| Starts (or restarts) a connection's delivery of incoming messages. | |
| Close () | |
| Closes the connection. | |
Public Attributes | |
| Boolean | Closed |
| Returns true if the connection is closed. | |
| Boolean | Closing |
| Returns true if the connection is in the process of being closed. | |
| Integer | ConnectTimeOut |
| Connect time out (in milliseconds) | |
| Integer | SendTimeOut |
| Send time out (in milliseconds). | |
| Boolean | Started |
| Returns True if this connection has been started. | |
| TBTAbstractTransport | Transport |
| The transport. | |
Protected Member Functions | |
| StartSessions () | |
| Dispose () | |
| CheckClosed () | |
| Throws an exception if the Connection is already closed. | |
| CheckClosedOrFailed () | |
| Throws an exception if the Connection is already closed or the transport has failed. | |
| TBTAbstractConnection::TBTAbstractConnection | ( | const TBTAbstractTransport | Transport | ) |
|
protected |
Throws an exception if the Connection is already closed.
|
protected |
Throws an exception if the Connection is already closed or the transport has failed.
| TBTAbstractConnection::Close | ( | ) |
Closes the connection.
Since a provider typically allocates significant resources on behalf of a connection, clients should close these resources when they are not needed.
|
protected |
| TBTAbstractConnection::Start | ( | ) |
Starts (or restarts) a connection's delivery of incoming messages.
A call to start on a connection that has already been started is ignored.
|
protected |
| Boolean TBTAbstractConnection::Closed |
Returns true if the connection is closed.
| Boolean TBTAbstractConnection::Closing |
Returns true if the connection is in the process of being closed.
| Integer TBTAbstractConnection::ConnectTimeOut |
Connect time out (in milliseconds)
| Integer TBTAbstractConnection::SendTimeOut |
Send time out (in milliseconds).
| Boolean TBTAbstractConnection::Started |
Returns True if this connection has been started.
| TBTAbstractTransport TBTAbstractConnection::Transport |
The transport.