Package com.iizix.comm.statistics
Class SessionConnectionStatistics.Global
- java.lang.Object
- com.iizix.comm.statistics.SessionConnectionStatistics.Global
- All Implemented Interfaces:
java.lang.Cloneable
- Enclosing class:
- SessionConnectionStatistics
public static final class SessionConnectionStatistics.Global extends java.lang.Object implements java.lang.CloneableThe cloneable global values class for the server.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetBytesReceived()Gets the size of data received.longgetBytesSent()Gets the size of data sent.longgetTransactionsReceived()Gets the count of transactions received.longgetTransactionsSent()Gets the count of transactions sent.
Method Detail
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.