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/ClientMain.java
Revision 1.19 - (view) (annotate) - [select for diffs]
Fri Mar 23 02:30:44 2001 UTC (23 years, 1 month ago) by ajm
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.18: +15 -4 lines
Diff to previous 1.18
Javadoc'd the whole bally lot.

Revision 1.18 - (view) (annotate) - [select for diffs]
Thu Mar 22 18:18:14 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.17: +4 -4 lines
Diff to previous 1.17
Forgot to change the Queue names.

Revision 1.17 - (view) (annotate) - [select for diffs]
Thu Mar 22 17:31:43 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.16: +43 -7 lines
Diff to previous 1.16
Radically changed the way data is passed around. Monitor's are now required to
get data from the MonitorManager queue's, rather than being passed it. This
allows them to run in parallel, rather than the serial setup we had before.

Revision 1.16 - (view) (annotate) - [select for diffs]
Thu Mar 15 22:12:22 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.15: +2 -24 lines
Diff to previous 1.15
Seems I missed updating the configuration sections in these files.

Revision 1.15 - (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.14: +8 -8 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]
Wed Mar 14 01:54:24 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.13: +4 -4 lines
Diff to previous 1.13
Of course, being my usual sensible self, I potentially had a situation where by
I would log to the Logger than the Logger isn't running. Clever eh ? :)

Revision 1.13 - (view) (annotate) - [select for diffs]
Wed Mar 14 01:43:47 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.12: +5 -6 lines
Diff to previous 1.12
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.12 - (view) (annotate) - [select for diffs]
Wed Mar 14 01:34:21 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.11: +32 -4 lines
Diff to previous 1.11
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.11 - (view) (annotate) - [select for diffs]
Fri Mar 2 05:42:39 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.10: +3 -5 lines
Diff to previous 1.10
minor update - hey, I'm fussy ;p

Revision 1.10 - (view) (annotate) - [select for diffs]
Fri Mar 2 02:47:16 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.9: +4 -10 lines
Diff to previous 1.9
We *don't* need to monitor these queue's !

Revision 1.9 - (view) (annotate) - [select for diffs]
Fri Mar 2 00:15:59 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.8: +34 -7 lines
Diff to previous 1.8
Makefile now compiles the alerter manager.
MonitorManager is now fleshed out.
ClientMain is now fleshed out.

Revision 1.8 - (view) (annotate) - [select for diffs]
Wed Feb 28 19:02:58 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
The Corba part of the ClientInterface now requires a name for a Corba client.

Revision 1.7 - (view) (annotate) - [select for diffs]
Tue Feb 27 01:01:33 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.6: +14 -8 lines
Diff to previous 1.6
Now constructs the MonitorManager, and sets up a Queue for linking the Servant
with the MonitorManager.

Revision 1.6 - (view) (annotate) - [select for diffs]
Sun Feb 25 22:22:16 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.5: +8 -5 lines
Diff to previous 1.5
Change required by the alterations in Component startup.

Revision 1.5 - (view) (annotate) - [select for diffs]
Wed Feb 21 22:48:20 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.4: +115 -35 lines
Diff to previous 1.4
Removed all the debugging and testing stuff that I originally wrote. This is now
along the lines of the new structure, although it will need a lot more work :)

Revision 1.4 - (view) (annotate) - [select for diffs]
Mon Feb 5 20:45:32 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.3: +7 -6 lines
Diff to previous 1.3
A few updates, runs constantly, and made changes to reflect new Smtp class.

Revision 1.3 - (view) (annotate) - [select for diffs]
Mon Feb 5 02:58:54 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.2: +3 -2 lines
Diff to previous 1.2
Some more changes. "proof of concept" testing really. Just sends an e-mail
if User CPU goes over 80%... very basic :)

Revision 1.2 - (view) (annotate) - [select for diffs]
Mon Feb 5 01:10:20 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.1: +6 -5 lines
Diff to previous 1.1
A few small changes to reflect changes in the Server Client Interface.

Revision 1.1 - (view) (annotate) - [select for diffs]
Sat Feb 3 04:51:50 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Basic starting files for the Local Clients.

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