[jboss-jira] [JBoss JIRA] Updated: (EJBTHREE-1269) Add Serializable invokedMethod view to Invocation Metadata
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Fri May 16 03:09:22 EDT 2008
[ http://jira.jboss.com/jira/browse/EJBTHREE-1269?page=all ]
Andrew Lee Rubinger updated EJBTHREE-1269:
------------------------------------------
Description:
Replace current MethodHashing implementation with a Serializable description of the invoked Method, including:
* String className (for getInvokedBusinessInterface) - equal to Class.getName()
* String return type
* String method name
* String[className1, className2] arguments
* overridden .equals, .toString and .hashCode
was:
Replace current MethodHashing implementation with a Serializable description of the invoked Method, including:
* Class<?> Invoked Upon (for getInvokedBusinessInterface)
* Class<?> return type
* String method name
* Class<?>[] arguments
* overridden .equals and .hashCode
> Add Serializable invokedMethod view to Invocation Metadata
> ----------------------------------------------------------
>
> Key: EJBTHREE-1269
> URL: http://jira.jboss.com/jira/browse/EJBTHREE-1269
> Project: EJB 3.0
> Issue Type: Task
> Components: core
> Reporter: Andrew Lee Rubinger
> Assigned To: Andrew Lee Rubinger
> Priority: Blocker
> Fix For: AS 5.0.0.CR1
>
>
> Replace current MethodHashing implementation with a Serializable description of the invoked Method, including:
> * String className (for getInvokedBusinessInterface) - equal to Class.getName()
> * String return type
> * String method name
> * String[className1, className2] arguments
> * overridden .equals, .toString and .hashCode
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list