Return-Path: Delivered-To: apmail-jakarta-avalon-dev-archive@apache.org Received: (qmail 42847 invoked from network); 5 Feb 2002 05:29:15 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 5 Feb 2002 05:29:15 -0000 Received: (qmail 3218 invoked by uid 97); 5 Feb 2002 05:29:23 -0000 Delivered-To: qmlist-jakarta-archive-avalon-dev@jakarta.apache.org Received: (qmail 3188 invoked by uid 97); 5 Feb 2002 05:29:23 -0000 Mailing-List: contact avalon-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon Developers List" Reply-To: "Avalon Developers List" Delivered-To: mailing list avalon-dev@jakarta.apache.org Received: (qmail 3177 invoked from network); 5 Feb 2002 05:29:22 -0000 Message-ID: <3C5F6E27.1050203@silveregg.co.jp> Date: Tue, 05 Feb 2002 14:31:19 +0900 From: Leif Mortenson Organization: Silver Egg Technology User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; ja-JP; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en,ja MIME-Version: 1.0 To: Avalon Developers List Subject: Re: [PATCH] src/scratchpad/org/apache/avalon/excalibur/system/AbstractContainer.java References: <20020205141119.21715ac7.ryan@silveregg.co.jp> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Submitted. Thanks. Ryan Shaw wrote: >Index: src/scratchpad/org/apache/avalon/excalibur/system/AbstractContainer.java >=================================================================== >RCS file: /home/cvspublic/jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/system/AbstractContainer.java,v >retrieving revision 1.4 >diff -u -r1.4 AbstractContainer.java >--- src/scratchpad/org/apache/avalon/excalibur/system/AbstractContainer.java 30 Jan 2002 15:44:06 -0000 1.4 >+++ src/scratchpad/org/apache/avalon/excalibur/system/AbstractContainer.java 5 Feb 2002 05:15:09 -0000 >@@ -366,6 +366,18 @@ > } > > /** >+ * Exposes to subclasses the component manager which this container >+ * uses to manage its child components. >+ * >+ * @return the child component manager >+ */ >+ protected final ComponentManager getComponentManager() { >+ m_validator.checkActive(); >+ >+ return m_childManager; >+ } >+ >+ /** > * This is the Default ComponentManager for the Container. It provides > * a very simple abstraction, and makes it easy for the Container to manage > * the references. > >-- >To unsubscribe, e-mail: >For additional commands, e-mail: > > > -- To unsubscribe, e-mail: For additional commands, e-mail: