public interface 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 |
long getRequestCount()
long getBytesSent()
long getBytesReceived()
long getErrorCount()
long getProcessingTime()
long getMaxProcessingTime()
void reset()
Copyright © 2015 JBoss by Red Hat. All rights reserved.