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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/componentmanager/Component.java (file contents):
Revision 1.3 by tdb, Thu Jan 18 23:01:50 2001 UTC vs.
Revision 1.4 by tdb, Wed Mar 14 01:34:25 2001 UTC

# Line 26 | Line 26 | public interface Component {
26       */
27      public void start() throws ComponentStartException;
28      
29 +    /**
30 +     * Does a dependency check. Used mainly at startup to
31 +     * see if the required dependencies (components) are up
32 +     * and running.
33 +     *
34 +     * @return a boolean value, true if the depdencies are satisfied
35 +     */
36 +    public boolean depCheck();
37 +    
38   //---PRIVATE METHODS---
39  
40   //---ACCESSOR/MUTATOR METHODS---

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines