Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 61112 invoked from network); 23 Jun 2006 16:03:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jun 2006 16:03:16 -0000 Received: (qmail 83632 invoked by uid 500); 23 Jun 2006 15:57:45 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 83593 invoked by uid 500); 23 Jun 2006 15:57:45 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 83575 invoked by uid 99); 23 Jun 2006 15:57:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jun 2006 08:57:45 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jasnell@gmail.com designates 64.233.184.228 as permitted sender) Received: from [64.233.184.228] (HELO wr-out-0506.google.com) (64.233.184.228) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jun 2006 08:57:44 -0700 Received: by wr-out-0506.google.com with SMTP id 71so591540wri for ; Fri, 23 Jun 2006 08:57:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=dHteKIuOOxUgMOdnSzOBiwmFbKYClltuBZ5Fu5fZPsrQhpaY9Wp0fEpK2QNv4x/y0A0AvIrjhp4G9zMOBxQxH07vB/5dnTpIxle9wFKwRWorLZ6MUBmetBnJRxdTbz923aiRQrB1KoMqB2WYHR2jEsfdoAG/lW7wXu56dHgo3SE= Received: by 10.54.152.12 with SMTP id z12mr3501359wrd; Fri, 23 Jun 2006 08:57:24 -0700 (PDT) Received: from ?192.168.1.104? ( [67.181.218.96]) by mx.gmail.com with ESMTP id 40sm1370722wrl.2006.06.23.08.57.23; Fri, 23 Jun 2006 08:57:23 -0700 (PDT) Message-ID: <449C0F62.3030002@gmail.com> Date: Fri, 23 Jun 2006 08:57:22 -0700 From: James M Snell User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: abdera-dev@incubator.apache.org Subject: Re: Abdera and Feed Thread References: <449BD8B4.6000504@torrez.us> In-Reply-To: <449BD8B4.6000504@torrez.us> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N There are methods on Entry and Factory to support Feed Thread. Elias Torres wrote: > Stephen, > > I'm looking at the source and I only see it in a couple of places. First > , some constants in Constants.java and then a ThreadHelper in util > package. It's not that part of the core API, maybe I'm missing something. > [snip]