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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/rootfilter/RootFilter.java (file contents):
Revision 1.13 by ajm, Wed Dec 13 12:58:26 2000 UTC vs.
Revision 1.14 by ajm, Wed Dec 13 15:46:22 2000 UTC

# Line 93 | Line 93 | public class RootFilter implements uk.ac.ukc.iscream.u
93          _logger.write(toString(), Logger.DEBUG, "starting Root Filter");
94          RootFilterServant filterServant = new RootFilterServant(clientInterfaces);
95          // bind to the naming service as a filter
96 <        _refman.bindToOrb(filterServant, "iscream.Filter." + _name);
96 >        _refman.bindToOrb(filterServant, "iscream.Filter." + RootFilter.NAME);
97          
98          _logger.write(toString(), Logger.SYSINIT, "started");
99      }
# Line 109 | Line 109 | public class RootFilter implements uk.ac.ukc.iscream.u
109       */
110      public String toString() {
111          return FormatName.getName(
112 <            _name,
112 >            NAME,
113              getClass().getName(),
114              REVISION);
115      }
# Line 119 | Line 119 | public class RootFilter implements uk.ac.ukc.iscream.u
119   //---ACCESSOR/MUTATOR METHODS---
120  
121   //---ATTRIBUTES---
122
123    /**
124     * This is the friendly identifier of the
125     * component this class is running in.
126     * eg, a Filter may be called "filter1",
127     * If this class does not have an owning
128     * component,  a name from the configuration
129     * can be placed here.  This name could also
130     * be changed to null for utility classes.
131     */
132    private String _name = RootFilter.NAME;
122  
123      /**
124       * This holds a reference to the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines