public interface WebClientStatisticsMBean
WebClientStatistics
.Modifier and Type | Method and Description |
---|---|
int |
getActiveDesktopCount() |
int |
getActiveSessionCount() |
int |
getActiveUpdateCount() |
double |
getAverageDesktopCount() |
double |
getAverageSessionCount() |
double |
getAverageUpdateCount() |
String |
getStarted() |
int |
getTotalDesktopCount() |
int |
getTotalSessionCount() |
int |
getTotalUpdateCount() |
int getActiveDesktopCount()
Desktop
instances.int getActiveSessionCount()
Session
instances.int getActiveUpdateCount()
double getAverageDesktopCount()
Desktop
s per hour.double getAverageSessionCount()
Session
s per hour.double getAverageUpdateCount()
String getStarted()
int getTotalDesktopCount()
Desktop
instances.int getTotalSessionCount()
Session
instances.int getTotalUpdateCount()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.