E&S CVS Commit: PEAK - Modifications to naming system to allow specification of a 'creationParent'

pje at eby-sarna.com pje at eby-sarna.com
Mon Oct 7 19:55:01 EDT 2002


Module Name:	PEAK
Committed By:	pje
Date:		Mon Oct  7 23:54:34 UTC 2002

Modified Files:
	PEAK/src/peak/binding: components.py
	PEAK/src/peak/naming: api.py contexts.py interfaces.py
	PEAK/src/peak/naming/factories: __init__.py

Log Message:
Modifications to naming system to allow specification of a 'creationParent'
which can be used by object factories to 'setParentComponent()' of newly
created components upon lookup from a naming system.  This is so that (for
example) URLs used to create ManagedConnection objects will be able to
bind the ManagedConnection to the parent component that is to contain it.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/binding/components.py.diff?r1=1.42&r2=1.43
http://cvs.eby-sarna.com/PEAK/src/peak/naming/api.py.diff?r1=1.10&r2=1.11
http://cvs.eby-sarna.com/PEAK/src/peak/naming/contexts.py.diff?r1=1.13&r2=1.14
http://cvs.eby-sarna.com/PEAK/src/peak/naming/interfaces.py.diff?r1=1.16&r2=1.17
http://cvs.eby-sarna.com/PEAK/src/peak/naming/factories/__init__.py.diff?r1=1.12&r2=1.13

To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 PEAK/src/peak/binding/components.py
cvs rdiff -r1.10 -r1.11 PEAK/src/peak/naming/api.py
cvs rdiff -r1.13 -r1.14 PEAK/src/peak/naming/contexts.py
cvs rdiff -r1.16 -r1.17 PEAK/src/peak/naming/interfaces.py
cvs rdiff -r1.12 -r1.13 PEAK/src/peak/naming/factories/__init__.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list