Class MonitoringDB

java.lang.Object
sk.iway.iwcm.system.monitoring.MonitoringDB

public class MonitoringDB extends Object
MonitoringDB.java Serializes and deserializes monitoring statistics into/from table cluster_monitoring, using XMLEncoder. This is done if and only if server runs in cluster configuration. Otherwise it makes no sense to persist this data, as we can take them directly from memory. Persisting this data allows us to monitor execution times on any other node, even if that node lacks administration interface.