[jboss-jira] [JBoss JIRA] Closed: (JBCOMMON-36) Add a Classes.getAllUniqueInterfaces utility method.

Dimitris Andreadis (JIRA) jira-events at lists.jboss.org
Thu Oct 25 17:16:01 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBCOMMON-36?page=all ]

Dimitris Andreadis closed JBCOMMON-36.
--------------------------------------

    Resolution: Done

Added the new utility method.

> Add a Classes.getAllUniqueInterfaces utility method.
> ----------------------------------------------------
>
>                 Key: JBCOMMON-36
>                 URL: http://jira.jboss.com/jira/browse/JBCOMMON-36
>             Project: JBoss Common
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: common-core, common-old
>            Reporter: Vicky Kak
>         Assigned To: Dimitris Andreadis
>             Fix For: 2.2.3.GA, 2.0.6.GA, 1.2.2.GA, 1.0.5.GA
>
>
> Add a Classes.getAllUniqueInterfaces utility method that returns a Class[] with all the unique interfaces implemented by a Class and it's superclasses. This array can be used when creating Proxies with Proxy.newProxyInstance(loader, interfaces, handler), without the fear of specifying duplicate interfaces, due to inheritence.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list