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

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Sat Aug 9 03:28:50 EDT 2008


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


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