public interface ConnectionsViewMBean
Modifier and Type | Method and Description |
---|---|
int |
getActiveConnections() |
int |
getLast15MinuteConnections() |
int |
getLast24HourConnections() |
int |
getLast5MinuteConnections() |
int |
getLast8HourConnections() |
int |
getLastHourConnections() |
int |
getLastMinuteConnections() |
Date |
getLastResetTime() |
Map |
getRequestSizesMap() |
Map |
getResponseSizesMap() |
void |
reset() |
int getActiveConnections()
int getLastMinuteConnections()
int getLast5MinuteConnections()
int getLast15MinuteConnections()
int getLastHourConnections()
int getLast8HourConnections()
int getLast24HourConnections()
Map getRequestSizesMap()
Map getResponseSizesMap()
Date getLastResetTime()
void reset()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.