Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 37082 invoked from network); 20 Nov 2008 14:21:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2008 14:21:38 -0000 Received: (qmail 85357 invoked by uid 500); 20 Nov 2008 14:21:45 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 85331 invoked by uid 500); 20 Nov 2008 14:21:45 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 85320 invoked by uid 99); 20 Nov 2008 14:21:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Nov 2008 06:21:45 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Nov 2008 14:20:31 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4C21E234C29A for ; Thu, 20 Nov 2008 06:20:46 -0800 (PST) Message-ID: <442601363.1227190846310.JavaMail.jira@brutus> Date: Thu, 20 Nov 2008 06:20:46 -0800 (PST) From: "Clement Escoffier (JIRA)" To: dev@felix.apache.org Subject: [jira] Assigned: (FELIX-825) Provide annotation for iPojo JMX Handler In-Reply-To: <898470256.1227119084215.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FELIX-825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clement Escoffier reassigned FELIX-825: --------------------------------------- Assignee: Clement Escoffier > Provide annotation for iPojo JMX Handler > ---------------------------------------- > > Key: FELIX-825 > URL: https://issues.apache.org/jira/browse/FELIX-825 > Project: Felix > Issue Type: Improvement > Components: iPOJO > Affects Versions: iPOJO-1.0.0 > Environment: JRE 6 / Windows > Reporter: David GAY > Assignee: Clement Escoffier > Priority: Minor > > Could it be possible to provide annotations for iPojo JMX Handler like for example others annotations like @Component, @Provides, etc... > It would be *very* nice to have full annotated pojo, instead of mixing basic iPojo annotation and XML configuration. > For exemple : > @Component(name="myComponent") > @Provides() > @JmxConfig(objectName="my.object.name:type=myType") > public class MyServiceImpl implements MyService > { > @JmxProperty(field="...",name="...",notification=true,right="r") > public boolean myProperty = false; > @JmxMethod(name="...",description="...") > public void enabledMyProperty() > { > myProperty = true; > } > > @JmxMethod(....) > public void disabledMyProperty() > { > myProperty = false; > } > //etc... > } > Regards. > David -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.