Return-Path: Delivered-To: apmail-incubator-directory-dev-archive@www.apache.org Received: (qmail 81485 invoked from network); 7 Dec 2004 17:08:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Dec 2004 17:08:19 -0000 Received: (qmail 18268 invoked by uid 500); 7 Dec 2004 17:07:15 -0000 Delivered-To: apmail-incubator-directory-dev-archive@incubator.apache.org Received: (qmail 18101 invoked by uid 500); 7 Dec 2004 17:07:14 -0000 Mailing-List: contact directory-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list directory-dev@incubator.apache.org Received: (qmail 17948 invoked by uid 99); 7 Dec 2004 17:07:12 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from exchange.sun.com (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 07 Dec 2004 09:07:10 -0800 Received: (qmail 22864 invoked from network); 7 Dec 2004 17:07:09 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 7 Dec 2004 17:07:09 -0000 Message-ID: <927964383.1102439229018.JavaMail.apache@nagoya> Date: Tue, 7 Dec 2004 09:07:09 -0800 (PST) From: "Alex Karasulu (JIRA)" To: directory-dev@incubator.apache.org Subject: [jira] Created: (DIREVE-110) Create new InterceptorManager in separate pkg Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Create new InterceptorManager in separate pkg ---------------------------------------------- Key: DIREVE-110 URL: http://nagoya.apache.org/jira/browse/DIREVE-110 Project: Directory Eve Type: Sub-task Components: jndi-provider, interceptors Reporter: Alex Karasulu Assigned to: Alex Karasulu Here we want to handle the decoupling of the JNDI provider and the Interceptor framework. The JNDI provider no longer stores and manages interceptors. These are now the responsibility of the InterceptorManager which goes into another package. The InvocationHandler also moves out from the JNDI provider. Both the JNDI provider and the InterceptorFramework can take a handle to the nexus proxy. This also means moving all the Interceptors to the new package and making certain package friendly methods into public methods for interpackage operations. The interceptor package will have dependencies on classes within the JNDI package. Would be nice if there we no deps at all. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://nagoya.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira