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

Revision 1.20 - (view) (annotate) - [select for diffs]
Mon Jul 14 16:05:54 2003 UTC (20 years, 9 months ago) by ajm
Branch: MAIN
Changes since 1.19: +5 -2 lines
Diff to previous 1.19
Added a NullPointerException check Niklas Saers, it now errors with a vaguely sensible error of:

"Unable to resolve reference to the Naming Service!"

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

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

Revision 1.17 - (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.16: +22 -3 lines
Diff to previous 1.16
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.16 - (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.15: +7 -7 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]
Thu Mar 22 18:08:45 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.14: +4 -4 lines
Diff to previous 1.14
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.14 - (view) (annotate) - [select for diffs]
Thu Mar 15 18:21:36 2001 UTC (23 years, 1 month ago) by ajm
Branch: MAIN
Changes since 1.13: +4 -4 lines
Diff to previous 1.13
Just a safty check.  The _instance is now initialised to be null.

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

Revision 1.12 - (view) (annotate) - [select for diffs]
Fri Feb 23 16:55:12 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.11: +30 -6 lines
Diff to previous 1.11
made changes so that ONLY the "unable to locate" error causes component retries.

Revision 1.11 - (view) (annotate) - [select for diffs]
Fri Feb 23 16:26:14 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.10: +11 -11 lines
Diff to previous 1.10
initial support for CORBA retries

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

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

Revision 1.8 - (view) (annotate) - [select for diffs]
Wed Dec 13 13:42:50 2000 UTC (23 years, 4 months ago) by ajm
Branch: MAIN
Changes since 1.7: +2 -47 lines
Diff to previous 1.7
removed deprecated code as all code now uses new methods.

Revision 1.7 - (view) (annotate) - [select for diffs]
Tue Dec 12 18:24:53 2000 UTC (23 years, 4 months ago) by ajm
Branch: MAIN
Changes since 1.6: +20 -16 lines
Diff to previous 1.6
updated the deprecated comments ;-p

Revision 1.6 - (view) (annotate) - [select for diffs]
Tue Dec 12 17:13:22 2000 UTC (23 years, 4 months ago) by ajm
Branch: MAIN
Changes since 1.5: +70 -37 lines
Diff to previous 1.5
Modified
Has deprecated methods for legacy code
Conforms to new standards
Has nicer error handling...

Revision 1.5 - (view) (annotate) - [select for diffs]
Mon Dec 11 16:38:09 2000 UTC (23 years, 4 months ago) by ajm
Branch: MAIN
Changes since 1.4: +43 -34 lines
Diff to previous 1.4
Changed the Runtimes to Errors...as these are what they are!
Still stack traces though, which I don't like.

Revision 1.4 - (view) (annotate) - [select for diffs]
Thu Nov 30 03:07:25 2000 UTC (23 years, 5 months ago) by ajm
Branch: MAIN
Branch point for: SERVER_PACKAGEBUILD
Changes since 1.3: +11 -2 lines
Diff to previous 1.3
Added setName() to allow setting of component name after init

Revision 1.3 - (view) (annotate) - [select for diffs]
Thu Nov 30 02:38:17 2000 UTC (23 years, 5 months ago) by ajm
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
Changed package structure
uk.ac.ukc.iscream.refman and xml -> uk.ac.ukc.iscream.util

Revision 1.2 - (view) (annotate) - [select for diffs]
Thu Nov 30 02:19:31 2000 UTC (23 years, 5 months ago) by ajm
Branch: MAIN
Changes since 1.1: +81 -53 lines
Diff to previous 1.1
Added more ORB support services

Revision 1.1 - (view) (annotate) - [select for diffs]
Thu Nov 30 00:54:27 2000 UTC (23 years, 5 months ago) by ajm
Branch: MAIN
initial checkin

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