The org.zkoss.zk.ui.util.Monitor interface"

From Documentation
(Created page with ' {{ZKConfigurationReferencePageHeader}} <javadoc type="interface">org.zkoss.zk.ui.util.Monitor</javadoc> is implemented by a listener that will be used to monitor the statuses o…')
 
Line 1: Line 1:
 
  {{ZKConfigurationReferencePageHeader}}
 
  {{ZKConfigurationReferencePageHeader}}
 +
'''Property:'''
 +
The org.zkoss.zk.ui.util.Monitor interface
  
 
<javadoc type="interface">org.zkoss.zk.ui.util.Monitor</javadoc> is implemented by a listener that will be used to monitor the statuses of ZK. Unlike other listener, there is at most one monitor listener for each Web application. If you like, you can chain them together manually.
 
<javadoc type="interface">org.zkoss.zk.ui.util.Monitor</javadoc> is implemented by a listener that will be used to monitor the statuses of ZK. Unlike other listener, there is at most one monitor listener for each Web application. If you like, you can chain them together manually.

Revision as of 08:21, 6 December 2010


The org.zkoss.zk.ui.util.Monitor interface


Property:

The org.zkoss.zk.ui.util.Monitor interface

Monitor is implemented by a listener that will be used to monitor the statuses of ZK. Unlike other listener, there is at most one monitor listener for each Web application. If you like, you can chain them together manually.

ZK provides an implementation named Statistic, which accumulates the statistic data in the memory. It is a good starting point to understand the load of your ZK application.



Last Update : 2010/12/06

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.