mcconnell 2003/02/14 07:13:12
Modified: src/java/org/apache/avalon/framework/component
WrapperComponentManager.java
Log:
Update doc to declare constraints relative to the Component interface.
Revision Changes Path
1.14 +9 -3
avalon/src/java/org/apache/avalon/framework/component/WrapperComponentManager.java
Index: WrapperComponentManager.java
===================================================================
RCS file:
/home/cvs/avalon/src/java/org/apache/avalon/framework/component/WrapperComponentManager.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- WrapperComponentManager.java 11 Feb 2003 15:58:38 -0000 1.13
+++ WrapperComponentManager.java 14 Feb 2003 15:13:12 -0000 1.14
@@ -75,8 +75,14 @@
private final ServiceManager m_manager;
/**
- * Creation of a new wrapper component amanger using a supplied
- * service manager as a source backing the wrapped.
+ * Creation of a new wrapper component manger using a supplied
+ * service manager as a source backing the wrapped. This implementation
+ * redirects lookup requests to the supplied service manager provided under
+ * this constructor. No attempt is made to proxy object supplied by the
+ * primary manager as Component instances - as such, it is the responsibility
+ * of the application establishing the wrapper to ensure that objects
+ * accessed via the primary manager implement the Component interface.
+ *
* @param manager the service manager backing the wrapper.
*/
public WrapperComponentManager( final ServiceManager manager )
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]