public interface TransportStatistics
Modifier and Type | Method and Description |
---|---|
long |
getConnectedTime() |
long |
getLastTransmissionTime() |
int |
getMeasuredLatency() |
int |
getMessagesReceived() |
int |
getMessagesSent() |
int |
getPendingMessages() |
String |
getRxEndpoint() |
String |
getTransportDescription() |
String |
getTxEndpoint() |
String |
getUnsupportedDescription() |
boolean |
isFullDuplex() |
String getTransportDescription()
String getUnsupportedDescription()
int getMessagesSent()
int getMessagesReceived()
long getConnectedTime()
long getLastTransmissionTime()
int getMeasuredLatency()
boolean isFullDuplex()
String getRxEndpoint()
String getTxEndpoint()
int getPendingMessages()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.