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

Revision 1.23 - (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.22: +4 -4 lines
Diff to previous 1.22
Changed the server to use the external util package. Quite a minor change,
but does affect a lot of files.

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

Revision 1.21 - (view) (annotate) - [select for diffs]
Sat May 18 18:16:01 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.20: +22 -3 lines
Diff to previous 1.20
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.20 - (view) (annotate) - [select for diffs]
Tue May 29 17:02:34 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PIRCBOT
Changes since 1.19: +6 -6 lines
Diff to previous 1.19
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.19 - (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.18: +6 -6 lines
Diff to previous 1.18
The whole server package structure has been changed.
Old Package: uk.ac.ukc.iscream.*
New Package: uk.org.iscream.*

Revision 1.18 - (view) (annotate) - [select for diffs]
Tue Mar 13 20:56:01 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.17: +4 -4 lines
Diff to previous 1.17
Now has correct code for disconnecting from the ORB.

We were using the ORB to do the disconnect however it appears this is deprecated.  Thus we now use the new method of deactivating from the POA.

Revision 1.17 - (view) (annotate) - [select for diffs]
Tue Mar 13 19:14:15 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.16: +6 -3 lines
Diff to previous 1.16
Comments.

Revision 1.16 - (view) (annotate) - [select for diffs]
Tue Mar 13 19:05:22 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.15: +18 -3 lines
Diff to previous 1.15
Provides a disconnect() method to unhook the object from the ORB.

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

Revision 1.14 - (view) (annotate) - [select for diffs]
Tue Dec 12 18:26:52 2000 UTC (23 years, 4 months ago) by ajm
Branch: MAIN
Changes since 1.13: +31 -14 lines
Diff to previous 1.13
tidied up the code

Revision 1.13 - (view) (annotate) - [select for diffs]
Wed Nov 29 21:27:08 2000 UTC (23 years, 5 months ago) by ajm
Branch: MAIN
Branch point for: SERVER_PACKAGEBUILD
Changes since 1.12: +4 -4 lines
Diff to previous 1.12
Update for package move.

Revision 1.12 - (view) (annotate) - [select for diffs]
Tue Nov 21 21:58:52 2000 UTC (23 years, 5 months ago) by ajm
Branch: MAIN
Changes since 1.11: +25 -6 lines
Diff to previous 1.11
Tided up the code LOADS...all functionality remains
Added a local instance of the systemConfiguration just because it
may be needed alot...if it remains unchanged...it means handing it back
as the default config will be a bit more effecient. (I think)

Revision 1.11 - (view) (annotate) - [select for diffs]
Tue Nov 21 15:08:42 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.10: +122 -114 lines
Diff to previous 1.10
ajm4: Changes to the configuration system to support hierarchical includes.

Revision 1.10 - (view) (annotate) - [select for diffs]
Mon Nov 20 17:11:44 2000 UTC (23 years, 5 months ago) by ajm
Branch: MAIN
Changes since 1.9: +114 -123 lines
Diff to previous 1.9
Modified to change the name of the Configurator -> ConfigurationManager
Added initial work for multiple configurations

Revision 1.9 - (view) (annotate) - [select for diffs]
Mon Nov 20 15:49:46 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.8: +6 -2 lines
Diff to previous 1.8
Debugging to see if/when the class is cleaned up by the Garbage Collector.

Revision 1.8 - (view) (annotate) - [select for diffs]
Thu Nov 16 18:02:11 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
Added support for the new verbosity features in the loggers.

Revision 1.7 - (view) (annotate) - [select for diffs]
Mon Nov 13 18:34:12 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.6: +6 -4 lines
Diff to previous 1.6
Modifed constructor to display the configuration file and its last modified date

Revision 1.6 - (view) (annotate) - [select for diffs]
Mon Nov 13 18:21:15 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
Modified the toString of all the classes to bring in line with the standard

Modified CORE to startup nicer (output wise)

Revision 1.5 - (view) (annotate) - [select for diffs]
Mon Nov 13 17:07:07 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
Fixed error in javadoc for toString()

Revision 1.4 - (view) (annotate) - [select for diffs]
Mon Nov 13 16:36:03 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
Modified imports of all existing classes to use the new package structure introduced by iscream.idl

Revision 1.3 - (view) (annotate) - [select for diffs]
Mon Nov 13 16:11:03 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.2: +23 -4 lines
Diff to previous 1.2
Committed by ajm4 - NOT tdb1
Made changes to allow components to check if their configuration has changed while they are running.
Also modifed the sample program to test this new functionality.

Revision 1.2 - (view) (annotate) - [select for diffs]
Thu Nov 9 03:29:13 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.1: +14 -8 lines
Diff to previous 1.1
Added the Logger functionality to the ConfigurationServant.

Revision 1.1 - (view) (annotate) - [select for diffs]
Wed Nov 8 21:24:33 2000 UTC (23 years, 5 months ago) by ajm
Branch: MAIN
initial checkin of first revision CORE

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