Package com.iizix.comm.statistics
Class SessionConnectionStatistics.Global
java.lang.Object
com.iizix.comm.statistics.SessionConnectionStatistics.Global
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- SessionConnectionStatistics
The cloneable global values class for the server.
Method Summary
Modifier and TypeMethodDescriptionlong
Gets the size of data received.long
Gets the size of data sent.long
Gets the count of transactions received.long
Gets the count of transactions sent.
Method Details
getBytesSent
public long getBytesSent()Gets the size of data sent.getBytesReceived
public long getBytesReceived()Gets the size of data received.getTransactionsSent
public long getTransactionsSent()Gets the count of transactions sent.getTransactionsReceived
public long getTransactionsReceived()Gets the count of transactions received.