Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 40571 invoked from network); 31 Jan 2003 14:11:04 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 31 Jan 2003 14:11:04 -0000 Received: (qmail 23974 invoked by uid 97); 31 Jan 2003 14:12:29 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 23967 invoked from network); 31 Jan 2003 14:12:29 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 31 Jan 2003 14:12:29 -0000 Received: (qmail 38335 invoked by uid 500); 31 Jan 2003 14:10:23 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 38256 invoked from network); 31 Jan 2003 14:10:21 -0000 Received: from unknown (HELO warhawk.mpi.com) (63.244.250.133) by daedalus.apache.org with SMTP; 31 Jan 2003 14:10:21 -0000 Received: from lightning.mpi.com (lightning.mpi.com [199.93.192.53]) by warhawk.mpi.com (Switch-2.2.2/Switch-2.2.0) with ESMTP id h0VEALd28950 for ; Fri, 31 Jan 2003 09:10:21 -0500 (EST) Received: from US-VS1.corp.mpi.com (us-be2.corp.mpi.com [199.93.195.21]) by lightning.mpi.com (Switch-2.2.4/Switch-2.2.4) with ESMTP id h0VEAJK12466 for ; Fri, 31 Jan 2003 09:10:19 -0500 (EST) X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: [Configuration] Patch to BaseConfiguration for clear Date: Fri, 31 Jan 2003 09:10:19 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [Configuration] Patch to BaseConfiguration for clear Thread-Index: AcLIw9ztEUDwtRDtRwKjAKe8eNZsxQAbl5Fw From: "Shapira, Yoav" To: "Jakarta Commons Developers List" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Howdy, I didn't see anything attached to your message? Is my mail reader acting up? ;) Regardless, clear() should be declared in the parent interface, Configuration, and implemented in BaseConfiguration. Maybe as final? Note that clearing a configuration applies only to its data, and does not include closing of any resources (file streams, sockets, etc.) used to load the configuration. Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Kelvin Tan [mailto:kelvin-lists@relevanz.com] >Sent: Thursday, January 30, 2003 7:58 PM >To: commons-dev@jakarta.apache.org >Subject: [Configuration] Patch to BaseConfiguration for clear > >See attached for patch to BaseConfiguration to allow subclasses to call >clear() >so that reloading of configurations are supported. Of course, subclasses >have >to implement their respective reload methods... > >On a related note, what are the conventions for adding yourself to the list >of >@authors? > >Regards, >Kelvin > >-------- >The book giving manifesto - http://how.to/sharethisbook > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org >For additional commands, e-mail: commons-dev-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org