<< Click to Display Table of Contents >>
ZfLib.Link
The Link object allows a user to retrieve information on the status of a link. It also provides statistics on the Link's performance.
Groups
The ConnectionOK property returns the current state of the connection to the Remote server. |
|
The LinkActive property returns the active status of the Link. |
|
The LocalStatus property retrieves the current status of the link. |
|
The NumAcknowledged property returns the number of messages that have been submitted to the Remote server and have been acknowledged. |
|
The NumDeviceError property returns the number of messages that failed to be sent as a result of device errors. |
|
The NumReceived property returns the number of messages that have been received from the Remote server for sending locally. |
|
The NumRejected property returns the number of messages rejected by the Remote server. |
|
The NumRemoteServerError property returns the number of messages that failed to be sent as a result of other errors at the Remote server. |
|
The NumSentOK property returns the number of messages sent successfully by the Remote server. |
|
The NumTimedOut property returns the number of messages that timed out while waiting for a response over the link. |
|
The NumUnAcknowledged property returns the number of messages that haven't been acknowledged. |
|
The RemoteServer property returns the name of the Remote server to which the link is configured. |
|
The RemoteStatus property returns the current status of the remote server. |