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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/core/Core.java (file contents):
Revision 1.21 by tdb, Thu Jan 18 23:09:56 2001 UTC vs.
Revision 1.23 by tdb, Wed Mar 14 01:34:26 2001 UTC

# Line 16 | Line 16 | import uk.ac.ukc.iscream.componentmanager.*;
16   * @author  $Author$
17   * @version $Id$
18   */
19 < public class Core implements uk.ac.ukc.iscream.util.Component {
19 > public class Core implements Component {
20  
21   //---FINAL ATTRIBUTES---
22  
# Line 73 | Line 73 | public class Core implements uk.ac.ukc.iscream.util.Co
73          _refman.bindToOrb(configManRef, "iscream.ConfigurationManager");
74  
75          _logger.write(toString(), Logger.SYSINIT, "started");
76 +    }
77 +    
78 +    /**
79 +     * Does a dependency check. Used mainly at startup to
80 +     * see if the required dependencies (components) are up
81 +     * and running.
82 +     *
83 +     * @return a boolean value, true if the depdencies are satisfied
84 +     */
85 +    public boolean depCheck() {
86 +        // the core has no depedencies
87 +        return true;
88      }
89      
90      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines