ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/client/WebFeeder.java
Revision 1.18 - (view) (annotate) - [select for diffs]
Fri Mar 23 00:44:11 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.17: +55 -13 lines
Diff to previous 1.17
Now does a cleanup of stale alerts left behind by a host after it shuts down.
This is done by removing any alerts older than a FINAL Heartbeat alert.

Revision 1.17 - (view) (annotate) - [select for diffs]
Thu Mar 22 18:08:38 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16
Need to set these to be synchronized, otherwise two Threads could potentially
call the getInstance() method at the same time - resulting in two constructions.

Revision 1.16 - (view) (annotate) - [select for diffs]
Mon Mar 19 21:30:30 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.15: +14 -3 lines
Diff to previous 1.15
Now cleans up empty host directories on the alert pages.

Revision 1.15 - (view) (annotate) - [select for diffs]
Fri Mar 16 16:47:33 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.14: +9 -3 lines
Diff to previous 1.14
Trying to explain what I'm doing better.

Revision 1.14 - (view) (annotate) - [select for diffs]
Fri Mar 16 16:43:50 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.13: +13 -8 lines
Diff to previous 1.13
Sorted the seperator character out :)

Revision 1.13 - (view) (annotate) - [select for diffs]
Fri Mar 16 02:40:04 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
Missed this in the last change.

Revision 1.12 - (view) (annotate) - [select for diffs]
Thu Mar 15 22:20:41 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.11: +27 -30 lines
Diff to previous 1.11
Tidied the File handling, a bit more "proper" now.

Revision 1.11 - (view) (annotate) - [select for diffs]
Thu Mar 15 14:30:55 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.10: +155 -65 lines
Diff to previous 1.10
Added support for deleting old alert files.

Revision 1.10 - (view) (annotate) - [select for diffs]
Thu Mar 15 04:42:13 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.9: +38 -9 lines
Diff to previous 1.9
Now properly cleans up files, and fixed the filename extension.

Revision 1.9 - (view) (annotate) - [select for diffs]
Thu Mar 15 04:03:24 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.8: +37 -5 lines
Diff to previous 1.8
Added functionality to the constructor to tidy up any existing alerts from any
previous invocations of the server. Also changed the routine that dumps the data
to rename an old file, rather than delete and recreate a new one.

Revision 1.8 - (view) (annotate) - [select for diffs]
Thu Mar 15 03:26:43 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.7: +6 -4 lines
Diff to previous 1.7
Now dumps data in a "correct" format.
Still needed is cleaning up, both on startup and after a given interval.

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

Revision 1.6 - (view) (annotate) - [select for diffs]
Thu Mar 8 23:26:03 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
Alert data is appended. This is not currently the best way to do it, as we have
no way of "cleaning" up. This will be discussed and resolved later on.

Revision 1.5 - (view) (annotate) - [select for diffs]
Thu Mar 8 23:20:06 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.4: +56 -3 lines
Diff to previous 1.4
The WebFeeder now dumps Alert messages, and can be turned on and off.

Revision 1.4 - (view) (annotate) - [select for diffs]
Thu Mar 8 21:37:39 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.3: +8 -2 lines
Diff to previous 1.3
An extra check to make sure the packet is right...

Revision 1.3 - (view) (annotate) - [select for diffs]
Thu Mar 8 21:22:28 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.2: +32 -18 lines
Diff to previous 1.2
This should work a bit better. More checking is done.

Revision 1.2 - (view) (annotate) - [select for diffs]
Thu Mar 8 20:57:35 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.1: +43 -3 lines
Diff to previous 1.1
Added support for writing XMLPackets to disk.

Revision 1.1 - (view) (annotate) - [select for diffs]
Wed Mar 7 01:55:51 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Added a new part of the local client called the WebFeeder. This class consists
of three parts;
WebFeeder__Monitor: provides a feed of XMLPackets to the WebFeeder
WebFeeder__Alerter: provides a feed of Alerts to the WebFeeder
WebFeeder: a singleton class that will manage dumping of XMLPackets and Alerts
This data will be written out in a textual format, although this secion has not
been completed.
The WebFeeder may also provide configuration information, if required.

Convenience Links

Links to HEAD: (view) (annotate) Links to PROJECT_COMPLETION: (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