[jboss-jira] [JBoss JIRA] Updated: (EJBTHREE-1454) Encapsulate Container infomation in TO/VO

jaikiran pai (JIRA) jira-events at lists.jboss.org
Sat Sep 13 06:49:20 EDT 2008


     [ https://jira.jboss.org/jira/browse/EJBTHREE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jaikiran pai updated EJBTHREE-1454:
-----------------------------------

    Attachment: EJBTHREE-1454.patch


Patch attached.

> Encapsulate Container infomation in TO/VO
> -----------------------------------------
>
>                 Key: EJBTHREE-1454
>                 URL: https://jira.jboss.org/jira/browse/EJBTHREE-1454
>             Project: EJB 3.0
>          Issue Type: Task
>          Components: proxy
>            Reporter: Andrew Lee Rubinger
>            Assignee: Andrew Lee Rubinger
>         Attachments: EJBTHREE-1454.patch
>
>
> Take for instance:
> public StatefulSessionProxyFactoryBase(final String name, final String containerName, final String containerGuid,
>          final JBossSessionBeanMetaData metadata, final ClassLoader classloader, final Advisor advisor)
> Where containerName, containerGuid, metadata, CL, and Advisor are all properties of the target container.
> This makes for a cluttered API, and affects constructors of Proxy Factories, Handlers, and the JNDI Registrars.  Clean it up.

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

        



More information about the jboss-jira mailing list