Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 1174 invoked from network); 22 Feb 2008 23:04:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Feb 2008 23:04:04 -0000 Received: (qmail 52845 invoked by uid 500); 22 Feb 2008 23:03:56 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 52810 invoked by uid 500); 22 Feb 2008 23:03:56 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 52659 invoked by uid 99); 22 Feb 2008 23:03:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2008 15:03:55 -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; Fri, 22 Feb 2008 23:03:30 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0ECAF234C043 for ; Fri, 22 Feb 2008 15:03:20 -0800 (PST) Message-ID: <1867232857.1203721400059.JavaMail.jira@brutus> Date: Fri, 22 Feb 2008 15:03:20 -0800 (PST) From: "Daniel John Debrunner (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3449) Add a jmx utility for creating JMX TabularData from a JDBC ResultSet In-Reply-To: <743760884.1203721279283.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/DERBY-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner updated DERBY-3449: ----------------------------------------- Attachment: JMXResultSet.java DatabaseMBean.java Database.java JMXResultSet has the utility code. Database & DatabaseMBean give examples of how it would be used. I'm not suggesting these would be an actual DatabaseMBean api for Derby. Currently the package statement has o.a.d.impl.services.jmx, the classes are not dependent on that package, just require jdk 1.5 to compile. > Add a jmx utility for creating JMX TabularData from a JDBC ResultSet > -------------------------------------------------------------------- > > Key: DERBY-3449 > URL: https://issues.apache.org/jira/browse/DERBY-3449 > Project: Derby > Issue Type: Improvement > Reporter: Daniel John Debrunner > Priority: Minor > Attachments: Database.java, DatabaseMBean.java, JMXResultSet.java > > > It might be useful to allow JMX clients to view JDBC result sets, maybe for arbitrary queries and probably for DatabaseMetaData ResultSets. > I hacked up some code to try this out, it requires JDK 1.5. > Not sure where this would end up living in the source tree, might be best to make this an internal utility rather than visible to applications. > Gives more flexibility to change it over time. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.