Return-Path: Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: (qmail 92901 invoked from network); 30 Jun 2010 08:22:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Jun 2010 08:22:12 -0000 Received: (qmail 91498 invoked by uid 500); 30 Jun 2010 08:22:11 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 90959 invoked by uid 500); 30 Jun 2010 08:22:07 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 90937 invoked by uid 99); 30 Jun 2010 08:22:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 08:22:05 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of afkham@gmail.com designates 209.85.212.45 as permitted sender) Received: from [209.85.212.45] (HELO mail-vw0-f45.google.com) (209.85.212.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 08:21:57 +0000 Received: by vws18 with SMTP id 18so660425vws.32 for ; Wed, 30 Jun 2010 01:21:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=61D62pF1p7G/2dPt+/kEJvb+NlNYUO5oPqz/Hj7ymHc=; b=K5Q5kTOwzweMPiuRq2krNEVXLSE45KkP3LdCnAa6MHJJuoyiFWcEbU1Ms2g9zvZDjd srtTCmw5d78p/3iSfXvPbrGJ+PVqFRs03Xfmeq2u4JS2IZyCkSZgw0+WXvrSEeku9rrT 0B4KlqykPAufW1BQwkq8aiDaxWlM7gzyz4VZc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=tQteODuQSl/MPYTJ/wM/MMsqtZ/bItF+JJtucv0D8ayxSu5iR6bFIoqiFF8ECwfkyW mx4xER4xika7QyvlTUOWoMECILIz+t+jacVziSCZlvrkU6O8muhUt+j8Q459gP9ooj1E h21i8oaHV0MJjIxaKt/TE/x4jyme0UF3Bnpg8= MIME-Version: 1.0 Received: by 10.229.182.9 with SMTP id ca9mr4750813qcb.118.1277886096739; Wed, 30 Jun 2010 01:21:36 -0700 (PDT) Received: by 10.229.26.193 with HTTP; Wed, 30 Jun 2010 01:21:36 -0700 (PDT) Date: Wed, 30 Jun 2010 13:51:36 +0530 Message-ID: Subject: Introducing Deployer.cleanup From: Afkham Azeez To: java-dev@axis.apache.org, dev@synapse.apache.org Content-Type: multipart/alternative; boundary=0016363b9360dc0f6e048a3b0aa3 X-Virus-Checked: Checked by ClamAV on apache.org --0016363b9360dc0f6e048a3b0aa3 Content-Type: text/plain; charset=ISO-8859-1 I'm introducing this method so that the DeploymentEngine can call cleanup on all deployers when cleanup is called on the DeploymentEngine. This will allow the respective deployers to carry out cleanup tasks. This is an API addition. I am also planning to rename the badly named unDeploy method to undeploy. I will be committing the changes to Axis2 & Synapse. Please let me know if you come across any issues. Thanks Azeez --0016363b9360dc0f6e048a3b0aa3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I'm introducing this method so that the DeploymentEngine can call clean= up on all deployers when cleanup is called on the DeploymentEngine. This wi= ll allow the respective deployers to carry out cleanup tasks. This is an AP= I addition. I am also planning to rename the badly named unDeploy method to= undeploy. I will be committing the changes to Axis2 & Synapse.=A0

Please let me know if you come across any issues.

Thanks
Azeez
--0016363b9360dc0f6e048a3b0aa3--