You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Russell Bryant (JIRA)" <ji...@apache.org> on 2011/08/18 22:47:27 UTC

[jira] [Created] (QPID-3436) [patch] Add some additional functions to QMF schema APIs

[patch] Add some additional functions to QMF schema APIs
--------------------------------------------------------

                 Key: QPID-3436
                 URL: https://issues.apache.org/jira/browse/QPID-3436
             Project: Qpid
          Issue Type: Improvement
          Components: Qpid Managment Framework
            Reporter: Russell Bryant
            Assignee: Ted Ross
            Priority: Minor
         Attachments: 0001-Add-some-additional-functions-to-QMF-schema-APIs.patch

This patch adds some additional functions to schema related QMF APIs.
When looking through a schema, the APIs provided allow you to get a
count of objects and then to access them by index.  It seems more
natural to look up these items by name, so various getter functions have
been added to allow for this.

The one exception is hasPackage(), which is simply to be able to check
to see if an Agent has a particular package.  The added get functions
for other objects provide for this use case (among others) since they
implement operator bool.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Updated] (QPID-3436) [patch] Add some additional functions to QMF schema APIs

Posted by "Russell Bryant (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Russell Bryant updated QPID-3436:
---------------------------------

    Attachment: 0001-Add-some-additional-functions-to-QMF-schema-APIs.patch

> [patch] Add some additional functions to QMF schema APIs
> --------------------------------------------------------
>
>                 Key: QPID-3436
>                 URL: https://issues.apache.org/jira/browse/QPID-3436
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Qpid Managment Framework
>            Reporter: Russell Bryant
>            Assignee: Ted Ross
>            Priority: Minor
>              Labels: patch
>         Attachments: 0001-Add-some-additional-functions-to-QMF-schema-APIs.patch
>
>
> This patch adds some additional functions to schema related QMF APIs.
> When looking through a schema, the APIs provided allow you to get a
> count of objects and then to access them by index.  It seems more
> natural to look up these items by name, so various getter functions have
> been added to allow for this.
> The one exception is hasPackage(), which is simply to be able to check
> to see if an Agent has a particular package.  The added get functions
> for other objects provide for this use case (among others) since they
> implement operator bool.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org