[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1908) Invocations to SessionProxyInvocationHandlerBase make unnecessary SerializableMethod.toMethod calls

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Tue Sep 1 04:01:23 EDT 2009


Invocations to SessionProxyInvocationHandlerBase make unnecessary SerializableMethod.toMethod calls
---------------------------------------------------------------------------------------------------

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


Each call to invoke upon an EJB3 session proxy checks to see if the invocation can be handled directly (ie. hashCode, equals, toString), making 4 calls to SerializableMethod.toMethod in total.  These may all be bypassed by checking equality of the j.l.r.Method directly

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