[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1764) Change API of InvokableContext.invoke()

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Wed Mar 11 05:18:22 EDT 2009


Change API of InvokableContext.invoke()
---------------------------------------

                 Key: EJBTHREE-1764
                 URL: https://jira.jboss.org/jira/browse/EJBTHREE-1764
             Project: EJB 3.0
          Issue Type: Task
          Components: core, proxy
            Reporter: Andrew Lee Rubinger
            Assignee: Andrew Lee Rubinger
             Fix For: 1.1.3


InvokableContext.invoke is the ejb3-proxy view of a Container; API should be:

InvokableContext.invoke(SessionProxy, SerializableMethod, Object[])

..where SessionProxy replaces the current "Object" designation.  SessionProxies must in turn support "getTarget()" which is currently supplied by StatefulSessionProxy.getSessionId().

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