public class AggregateConnectorStatistics extends Object implements ConnectorStatistics
| Constructor and Description |
|---|
AggregateConnectorStatistics(ConnectorStatistics[] connectorStatistics) |
| Modifier and Type | Method and Description |
|---|---|
long | getBytesReceived() |
long | getBytesSent() |
long | getErrorCount() |
long | getMaxProcessingTime() |
long | getProcessingTime() |
long | getRequestCount() |
void | reset() Resets all values to zero |
public AggregateConnectorStatistics(ConnectorStatistics[] connectorStatistics)
public long getRequestCount()
getRequestCount in interface ConnectorStatisticspublic long getBytesSent()
getBytesSent in interface ConnectorStatisticspublic long getBytesReceived()
getBytesReceived in interface ConnectorStatisticspublic long getErrorCount()
getErrorCount in interface ConnectorStatisticspublic long getProcessingTime()
getProcessingTime in interface ConnectorStatisticspublic long getMaxProcessingTime()
getMaxProcessingTime in interface ConnectorStatisticspublic void reset()
ConnectorStatisticsreset in interface ConnectorStatisticsCopyright © 2015 JBoss by Red Hat. All rights reserved.