--- projects/cms/source/server/uk/org/iscream/cms/server/client/ClientMain.java 2001/03/02 00:15:59 1.9 +++ projects/cms/source/server/uk/org/iscream/cms/server/client/ClientMain.java 2001/03/02 02:47:16 1.10 @@ -10,8 +10,8 @@ import uk.ac.ukc.iscream.util.*; /** * A startup component for the Local Clients. * - * @author $Author: ajm $ - * @version $Id: ClientMain.java,v 1.9 2001/03/02 00:15:59 ajm Exp $ + * @author $Author: tdb $ + * @version $Id: ClientMain.java,v 1.10 2001/03/02 02:47:16 tdb Exp $ */ public class ClientMain implements Component { @@ -20,7 +20,7 @@ public class ClientMain implements Component { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.9 $"; + public static final String REVISION = "$Revision: 1.10 $"; /** * The friendly name for this component, used by @@ -66,15 +66,9 @@ public class ClientMain implements Component { String queueName; // setup a Queue for the servant -> monitor manager _monitorQueue = new Queue(); - // startup a monitor on this queue - queueName = NAME + " MonitorManager"; - _monitorQueue.startMonitor(queueMonitorInterval*1000, queueName); - // setup a Queue for the monitors -> alert manager + // setup a Queue for the monitors -> alert manager _alerterQueue = new Queue(); - // startup a monitor on this queue - queueName = NAME + " MonitorManager"; - _alerterQueue.startMonitor(queueMonitorInterval*1000, queueName);