hlship 2004/05/17 12:48:49 Modified: framework/xdocs SymbolSources.xml Log: Change the Orderable interface (and some related configuration points) to use dependency ordering (as with interceptors). Revision Changes Path 1.2 +6 -7 jakarta-hivemind/framework/xdocs/SymbolSources.xml Index: SymbolSources.xml =================================================================== RCS file: /home/cvs/jakarta-hivemind/framework/xdocs/SymbolSources.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- SymbolSources.xml 17 May 2004 16:57:46 -0000 1.1 +++ SymbolSources.xml 17 May 2004 19:48:49 -0000 1.2 @@ -41,19 +41,18 @@ <p> Contributions are of the form: <source> - source (order=... class=... service-id=...) + source (name=... before=... after=... class=... service-id=...) </source> </p> <p> -The <b>order</b> attribute is used to sort the sources into a search order; lower values for order -will be searched first. The <a href="ApplicationDefaults.html">ApplicationDefaults</a> have -an order of 900000. The <a href="FactoryDefaults.html">FactoryDefaults</a> have an order of 1000000. Generally, -your contributions should have an order value less than 900000. +Sources are ordering based on the <code>name</code>, <code>before</code> and <code>after</code> elements. <code>before</code> +and <code>after</code> may be comma-seperated lists of other sources, may be the simple value <code>*</code>, or may be omitted. </p> + <p> -Only one of <b>class</b> and <b>service-id</b> attributes should be specified. The former is the complete name of a class +Only one of <code>class</code> and <code>service-id</code> attributes should be specified. The former is the complete name of a class (implementing the SymbolSource interface). The second is used to contribute a service (which must also implement the interface). </p>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
