[jboss-jira] [JBoss JIRA] Updated: (JBCACHE-1222) Refactor of MethodCall class

Manik Surtani (JIRA) jira-events at lists.jboss.org
Fri Apr 25 08:59:09 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBCACHE-1222?page=all ]

Manik Surtani updated JBCACHE-1222:
-----------------------------------

        Summary: Refactor of MethodCall class  (was: POC - Refactor of MethodCall class)
    Description: 
Instead of using reflection for calling methods on cache, all those called methods(the CacheImpl._xyz methods) might be moved to their own classes. Benefits:
- no more reflection calls (small as reflection optimized)
- the rollback and do methods would be in same place
- easier to read code
- code would be easy to test

  was:
prototype:
Instead of using reflection for calling methods on cache, all those called methods(the CacheImpl._xyz methods) might be moved to their own classes. Benefits:
- no more reflection calls (small as reflection optimized)
- the rollback and do methods would be in same place
- easier to read code
- code would be easy to test

     Complexity: High
       Priority: Major  (was: Minor)

> Refactor of MethodCall class
> ----------------------------
>
>                 Key: JBCACHE-1222
>                 URL: http://jira.jboss.com/jira/browse/JBCACHE-1222
>             Project: JBoss Cache
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>            Reporter: Mircea Markus
>         Assigned To: Mircea Markus
>             Fix For: 2.2.0.GA
>
>
> Instead of using reflection for calling methods on cache, all those called methods(the CacheImpl._xyz methods) might be moved to their own classes. Benefits:
> - no more reflection calls (small as reflection optimized)
> - the rollback and do methods would be in same place
> - easier to read code
> - code would be easy to test

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