ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/client/ClientMain.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/client/ClientMain.java (file contents):
Revision 1.17 by tdb, Thu Mar 22 17:31:43 2001 UTC vs.
Revision 1.18 by tdb, Thu Mar 22 18:18:14 2001 UTC

# Line 79 | Line 79 | public class ClientMain implements Component {
79          try {
80              // try to get the interval, if this fails, we won't start up the monitor
81              int queueMonitorInterval = Integer.parseInt(cp.getProperty(NAME, "Queue.MonitorInterval"));
82 <            _alerterQueue.startMonitor(queueMonitorInterval*1000, _monitorQueue, NAME + " DataQueue");
83 <            _monitorQueue.startMonitor(queueMonitorInterval*1000, _monitorQueue, NAME + " HeartbeatQueue");
82 >            _alerterQueue.startMonitor(queueMonitorInterval*1000, _monitorQueue, NAME + " Alerter");
83 >            _monitorQueue.startMonitor(queueMonitorInterval*1000, _monitorQueue, NAME + " Monitor");
84          } catch (PropertyNotFoundException e) {
85              _logger.write(toString(), Logger.WARNING, "failed to find queue monitor config, disabling. " + e);
86          }        

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines