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/RootFilterServant.java
Revision 1.22 - (view) (annotate) - [select for diffs]
Sun Aug 1 10:41:06 2004 UTC (19 years, 9 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.21: +3 -3 lines
Diff to previous 1.21
Catch a lot of old URL's and update them. Also remove a couple of old files
that aren't used.

Revision 1.21 - (view) (annotate) - [select for diffs]
Mon May 5 22:05:14 2003 UTC (21 years ago) by tdb
Branch: MAIN
Changes since 1.20: +2 -3 lines
Diff to previous 1.20
Tidy up of the client interface code - more commonly known as the
"right hand side of the server". Right since the start the filter
side of the server has been nice and tree like - every Filter sent
data to another Filter. At the top of the tree there was a "special"
Filter known as the RootFilter, which to the other Filters just
looked like a normal Filter. This was nice, and simple, and expandable.

The Client Interface on the other hand was messy. The root filter
had some hacky wrapper threads which pulled from a queue and pushed
to the relevant client interfaces (one for real time stuff, and the
other for databases). There was no simple room for expandability -
it was all hardwired to do just what was needed at the time.

This commit changes that. A Client Interface now connects to another
Client Interface, with a special one being found in the RootFilter
(yes, maybe that needs a name change now :-). So we can chain client
interfaces, and move other bits and bobs around in the server - for
example, alerting no longer needs to be connected to the Client
Interface, it can connect straight to the RootFilter (or, wherever
the config tells it ;).

Hopefully this sanitizes the underlying layout of the server a bit.

As a final note, I dropped the DBInterface. This used to insert
data in to a MySQL database. We've long since stopped using that,
and it's fallen behind and is way out of date. For now, it's gone
in to the attic.

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

Revision 1.19 - (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.18: +3 -2 lines
Diff to previous 1.18
Added URL to GPL headers.

Revision 1.18 - (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.17: +21 -2 lines
Diff to previous 1.17
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.17 - (view) (annotate) - [select for diffs]
Fri Mar 22 10:43:06 2002 UTC (22 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.16: +3 -39 lines
Diff to previous 1.16
Split the CORBA side of the filter in two. The Filter interface still does
the receiving of data, just like it used to. This can optionally be turned
off in the configuration if required. The new interface, FilterInfo, is
used to provide information (host and ports) to other parts of the server
about the Filter - namely the FilterManager. This split has been done so
that the data receiving part of the Filter can be turned off, without
breaking the FilterManager.

Revision 1.16 - (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.15: +9 -9 lines
Diff to previous 1.15
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.15 - (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.14: +9 -9 lines
Diff to previous 1.14
The whole server package structure has been changed.
Old Package: uk.ac.ukc.iscream.*
New Package: uk.org.iscream.*

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

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

Revision 1.12 - (view) (annotate) - [select for diffs]
Tue Jan 2 03:20:05 2001 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.11: +10 -14 lines
Diff to previous 1.11
Added the Queue features, and removed references to a RootFilterThread.

Revision 1.11 - (view) (annotate) - [select for diffs]
Tue Dec 12 19:54:55 2000 UTC (23 years, 4 months ago) by ajm
Branch: MAIN
Changes since 1.10: +42 -23 lines
Diff to previous 1.10
updated code
componeterized the system

Revision 1.10 - (view) (annotate) - [select for diffs]
Mon Dec 4 18:12:13 2000 UTC (23 years, 5 months ago) by ajm
Branch: MAIN
Branch point for: SERVER_PACKAGEBUILD
Changes since 1.9: +12 -6 lines
Diff to previous 1.9
modified to use the ClientInterface system

Revision 1.9 - (view) (annotate) - [select for diffs]
Thu Nov 30 02:48:15 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.8: +2 -3 lines
Diff to previous 1.8
Where did that line sneak back from !?

Revision 1.8 - (view) (annotate) - [select for diffs]
Thu Nov 30 02:42:56 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.7: +8 -9 lines
Diff to previous 1.7
Package updates.

Revision 1.7 - (view) (annotate) - [select for diffs]
Wed Nov 29 19:33:35 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6
Made changes to fit in with the new package structure. Also made sure all files
conform to the template class.

Revision 1.6 - (view) (annotate) - [select for diffs]
Mon Nov 27 21:47:43 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
Removed a test line.

Revision 1.5 - (view) (annotate) - [select for diffs]
Mon Nov 27 00:39:28 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
Made a seperate Thread. Does the same as FilterThread, but will ultimately
be much different.

Revision 1.4 - (view) (annotate) - [select for diffs]
Fri Nov 24 13:04:36 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3
Changes to reflect Paul's alteration in the FilterThread.

Revision 1.3 - (view) (annotate) - [select for diffs]
Thu Nov 23 01:47:09 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.2: +14 -2 lines
Diff to previous 1.2
Had to add these if this servant is going to appear to be a Filter. Doesn't seem
ideal, but in reality they should never be called, and even if they are they
only return null.

Revision 1.2 - (view) (annotate) - [select for diffs]
Wed Nov 22 09:35:29 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.1: +5 -3 lines
Diff to previous 1.1
This uses the the FilterThread, but I suppose ultimately it should have it's own
thread. It serves the correct purpose for now, although it's passed a null pointer
as it's parent... which throws an exception... but it gets caught.

Revision 1.1 - (view) (annotate) - [select for diffs]
Tue Nov 21 21:11:25 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Servant for the Root Filter. Currently just prints out the data it receives :)

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