|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionStatistics
Represents general connection statistics that are independent of the underlying implementation of the connection.
| Method Summary | |
|---|---|
int |
getDecodingFailures()
Returns the number of decoding failures. |
double |
getDecodingTime()
Returns the average time (in milliseconds) that the decoding of a message takes. |
int |
getEncodingFailures()
Returns the number of encoding failures. |
double |
getEncodingTime()
Returns the average time (in milliseconds) that the encoding of a message takes. |
int |
getLostMessages()
Returns the number of lost messages (incoming and outgoing messages). |
int |
getLostMessagesIn()
Returns the number of lost incoming messages. |
int |
getLostMessagesOut()
Returns the number of lost outgoing messages. |
| Method Detail |
|---|
int getEncodingFailures()
int getDecodingFailures()
double getDecodingTime()
double getEncodingTime()
int getLostMessages()
getLostMessagesIn(),
getLostMessagesOut()int getLostMessagesIn()
getLostMessages(),
getLostMessagesOut()int getLostMessagesOut()
getLostMessages(),
getLostMessagesIn()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||