[jboss-jira] [JBoss JIRA] Updated: (EJBTHREE-1454) Encapsulate Container infomation in TO/VO
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Mon Jan 5 22:25:04 EST 2009
[ https://jira.jboss.org/jira/browse/EJBTHREE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Lee Rubinger updated EJBTHREE-1454:
------------------------------------------
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
Assignee: jaikiran pai (was: Andrew Lee Rubinger)
Sending this one over to you now :)
> 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: jaikiran pai
> Attachments: EJBTHREE-1454 with review comments incorporated.patch, EJBTHREE-1454.patch
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> 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