[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1470) Break up SessionProxyFactoryBase.createInvocationHandler(String) into cleaner API

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Wed Aug 20 11:00:23 EDT 2008


Break up SessionProxyFactoryBase.createInvocationHandler(String) into cleaner API
---------------------------------------------------------------------------------

                 Key: EJBTHREE-1470
                 URL: https://jira.jboss.org/jira/browse/EJBTHREE-1470
             Project: EJB 3.0
          Issue Type: Task
          Components: proxy
            Reporter: Andrew Lee Rubinger
            Assignee: Andrew Lee Rubinger


Use "create*InvocationHandler" approach with arguments specifically tailored to the type of invocation handler being created ie:

createHomeInvocationHandler
createBusinessInterfaceSpecificInvocationHandler(String interfaceName)
createBusinessDefaultInvocationHandler
createEjb2xComponentInvocationHandler

-- 
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