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/AlerterManager.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/client/AlerterManager.java (file contents):
Revision 1.6 by tdb, Fri Mar 23 00:05:23 2001 UTC vs.
Revision 1.7 by ajm, Fri Mar 23 02:30:44 2001 UTC

# Line 10 | Line 10 | import java.util.*;
10   /**
11   * A manager for the Alerters.
12   *
13 + * This class starts by loading all the alerters as specificed in the configuration.
14 + * These alerters should implement the PluginAlerter interface.
15 + *
16 + * This class is then simply a reference point for the Alerters to get hooks on
17 + * the various parts of the system that they require.
18 + *
19   * @author  $Author$
20   * @version $Id$
21   */
# Line 36 | Line 42 | public class AlerterManager extends Thread {
42      }
43  
44   //---CONSTRUCTORS---
45 <
45 >    
46 >    /**
47 >     * Constructs a new AlerterManager.
48 >     * This initialises all the queues and loads
49 >     * all the Alerters that have been specified in the configuration
50 >     */
51      private AlerterManager() {
52          // set our name
53          setName("client.AlerterManager");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines