public class WebClientStatistics extends org.zkoss.zk.ui.util.Statistic implements WebClientStatisticsMBean
Constructor and Description |
---|
WebClientStatistics() |
Modifier and Type | Method and Description |
---|---|
void |
desktopCreated(org.zkoss.zk.ui.Desktop desktop) |
double |
getAverageDesktopCount() |
double |
getAverageSessionCount() |
double |
getAverageUpdateCount() |
String |
getStarted() |
afterUpdate, beforeUpdate, desktopDestroyed, getActiveDesktopCount, getActiveSessionCount, getActiveUpdateCount, getStartTime, getTotalDesktopCount, getTotalSessionCount, getTotalUpdateCount, sessionCreated, sessionDestroyed
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getActiveDesktopCount, getActiveSessionCount, getActiveUpdateCount, getTotalDesktopCount, getTotalSessionCount, getTotalUpdateCount
public void desktopCreated(org.zkoss.zk.ui.Desktop desktop)
desktopCreated
in interface org.zkoss.zk.ui.util.Monitor
desktopCreated
in class org.zkoss.zk.ui.util.Statistic
public String getStarted()
getStarted
in interface WebClientStatisticsMBean
public double getAverageSessionCount()
getAverageSessionCount
in interface WebClientStatisticsMBean
getAverageSessionCount
in class org.zkoss.zk.ui.util.Statistic
Session
s per hour.public double getAverageDesktopCount()
getAverageDesktopCount
in interface WebClientStatisticsMBean
getAverageDesktopCount
in class org.zkoss.zk.ui.util.Statistic
Desktop
s per hour.public double getAverageUpdateCount()
getAverageUpdateCount
in interface WebClientStatisticsMBean
getAverageUpdateCount
in class org.zkoss.zk.ui.util.Statistic
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.