ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/filtermanager/FilterManager.java
Revision 1.28 - (view) (annotate) - [select for diffs]
Sun Aug 1 10:41:05 2004 UTC (19 years, 9 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.27: +3 -3 lines
Diff to previous 1.27
Catch a lot of old URL's and update them. Also remove a couple of old files
that aren't used.

Revision 1.27 - (view) (annotate) - [select for diffs]
Wed Feb 5 16:43:47 2003 UTC (21 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.26: +5 -5 lines
Diff to previous 1.26
Changed the server to use the external util package. Quite a minor change,
but does affect a lot of files.

Revision 1.26 - (view) (annotate) - [select for diffs]
Tue May 21 16:47:18 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.25: +3 -2 lines
Diff to previous 1.25
Added URL to GPL headers.

Revision 1.25 - (view) (annotate) - [select for diffs]
Sat May 18 18:16:02 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.24: +21 -2 lines
Diff to previous 1.24
i-scream is now licensed under the GPL. I've added the GPL headers to every
source file, and put a full copy of the license in the appropriate places.
I think I've covered everything. This is going to be a mad commit ;)

Revision 1.24 - (view) (annotate) - [select for diffs]
Wed Mar 20 13:40:29 2002 UTC (22 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.23: +20 -10 lines
Diff to previous 1.23
FilterManager's can now have their own individual configurations. I want to
run more than one, and I want them to have different setups. Specifying a
name for a FilterManager is similar to that of a Filter. There is a "-fm"
flag to the startup which allows you to set it. It will then request a
configuration of "FilterManager.<name>".

Revision 1.23 - (view) (annotate) - [select for diffs]
Tue May 29 17:02:35 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PIRCBOT
Changes since 1.22: +7 -7 lines
Diff to previous 1.22
Major change in the java package naming. This has been held off for some time
now, but it really needed doing. The future packaging of all i-scream products
will be;

uk.org.iscream.<product>.<subpart>.*

In the case of the central monitoring system server this will be;

uk.org.iscream.cms.server.*

The whole server has been changed to follow this structure, and tested to a
smallish extent. Further changes in other parts of the CMS will follow.

Revision 1.22 - (view) (annotate) - [select for diffs]
Wed Mar 14 23:25:29 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.21: +7 -7 lines
Diff to previous 1.21
The whole server package structure has been changed.
Old Package: uk.ac.ukc.iscream.*
New Package: uk.org.iscream.*

Revision 1.21 - (view) (annotate) - [select for diffs]
Wed Mar 14 02:01:19 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.20: +13 -5 lines
Diff to previous 1.20
Of course, this class doesn't depend on any Filters at startup... so there is
no transitive dependency to the Core.

Revision 1.20 - (view) (annotate) - [select for diffs]
Wed Mar 14 01:43:53 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.19: +8 -3 lines
Diff to previous 1.19
We weren't grabbing a ReferenceManager reference until startup, although there
is no reason (unlike the Logger) why we can't grab it on construction.

Revision 1.19 - (view) (annotate) - [select for diffs]
Wed Mar 14 01:34:33 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.18: +18 -4 lines
Diff to previous 1.18
New dependency checking. The old method was to attempt to start a Component, and
if it failed, it probably had a depdency problem. The approach now is to ask the
Component to perform a dependency check first, then if this suceeds, have a go
at actually starting it up.
The actual dependency check is a bit neater and more precise than before, and
should be much more fool proof. The order the components are specified in the
default.properties file is now irrelevant, although the "correct" order would
certainly increase booting time.

Revision 1.18 - (view) (annotate) - [select for diffs]
Tue Mar 13 13:40:26 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.17: +4 -28 lines
Diff to previous 1.17
Added support for the ConfigurationProxy. Also made the HostInit more "safe",
with checking for null's from the host.

Revision 1.17 - (view) (annotate) - [select for diffs]
Fri Feb 23 17:12:40 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.16: +8 -5 lines
Diff to previous 1.16
now only uses the reference manager on calls to start()

Revision 1.16 - (view) (annotate) - [select for diffs]
Sun Jan 28 06:03:58 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.15: +9 -13 lines
Diff to previous 1.15
A tidy up of the configuration getting section.

Revision 1.15 - (view) (annotate) - [select for diffs]
Sun Jan 28 05:38:13 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.14: +4 -3 lines
Diff to previous 1.14
Some tidying up.

Revision 1.14 - (view) (annotate) - [select for diffs]
Thu Jan 18 23:19:29 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.13: +4 -3 lines
Diff to previous 1.13
Changes to reflect move of Component, ComponentStartException, and the
ReferenceManager from util to componentmanager.

Revision 1.13 - (view) (annotate) - [select for diffs]
Tue Dec 12 19:55:45 2000 UTC (23 years, 4 months ago) by ajm
Branch: MAIN
Changes since 1.12: +5 -5 lines
Diff to previous 1.12
fixed a few typos

Revision 1.12 - (view) (annotate) - [select for diffs]
Tue Dec 12 19:17:02 2000 UTC (23 years, 4 months ago) by ajm
Branch: MAIN
Changes since 1.11: +72 -33 lines
Diff to previous 1.11
is now a component class
also tidied the code a bit

Revision 1.11 - (view) (annotate) - [select for diffs]
Thu Dec 7 12:30:15 2000 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PACKAGEBUILD
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
Yeah, it works now... whoops.

Revision 1.10 - (view) (annotate) - [select for diffs]
Thu Dec 7 00:02:17 2000 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.9: +37 -65 lines
Diff to previous 1.9
Had a tidy up. The Filter Manager now makes use of the Reference Manager, which
ensures that we don't have lots of messy reference passing.

Revision 1.9 - (view) (annotate) - [select for diffs]
Wed Nov 29 19:19:12 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.8: +3 -2 lines
Diff to previous 1.8
Made changes to fit into the new package structure.

Revision 1.8 - (view) (annotate) - [select for diffs]
Thu Nov 23 01:44:59 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.7: +10 -15 lines
Diff to previous 1.7
The main method for the FilterManager.

Revision 1.7
Tue Nov 21 22:23:19 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.6: +3 -3 lines
FILE REMOVED
AJ somehow managed to undelete it by accident. Deleted it again I hope :)

Revision 1.6 - (view) (annotate) - [select for diffs]
Tue Nov 21 22:13:15 2000 UTC (23 years, 5 months ago) by ajm
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
modified its getting of its own configuration to bring it inline with the new configuration system

Revision 1.5
Tue Nov 21 21:04:47 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.4: +2 -2 lines
FILE REMOVED
Changed name to FilterManagerMain.java.

Revision 1.4 - (view) (annotate) - [select for diffs]
Mon Nov 20 18:55:24 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.3: +6 -6 lines
Diff to previous 1.3
A lot of changes from Configurator to ConfigurationManager.

Revision 1.3 - (view) (annotate) - [select for diffs]
Thu Nov 16 18:14:05 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.2: +6 -6 lines
Diff to previous 1.2
Added features to support the verbosity levels now provided by the logging system.

Revision 1.2 - (view) (annotate) - [select for diffs]
Tue Nov 14 01:40:19 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.1: +4 -2 lines
Diff to previous 1.1
Modified so that it no longer needs to be run with `jaco'.

Revision 1.1 - (view) (annotate) - [select for diffs]
Mon Nov 13 20:40:40 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Initial check in of the FilterManager

Current support for Host connections and passing back configuration.

Support missing for filter contacting etc.

Not finished or fully commented.

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a