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.9 by ajm, Fri Mar 2 00:15:59 2001 UTC vs.
Revision 1.10 by tdb, Fri Mar 2 02:47:16 2001 UTC

# Line 66 | Line 66 | public class ClientMain implements Component {
66          String queueName;
67          // setup a Queue for the servant -> monitor manager
68          _monitorQueue = new Queue();
69        // startup a monitor on this queue
70        queueName = NAME + " MonitorManager";
71        _monitorQueue.startMonitor(queueMonitorInterval*1000, queueName);
69          
70 <         // setup a Queue for the monitors -> alert manager
70 >        // setup a Queue for the monitors -> alert manager
71          _alerterQueue = new Queue();
75        // startup a monitor on this queue
76       queueName = NAME + " MonitorManager";
77        _alerterQueue.startMonitor(queueMonitorInterval*1000, queueName);
72          
73          
74          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines