[jbosscache-commits] JBoss Cache SVN: r4793 - core/trunk/src/main/java/org/jboss/cache/interceptors.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Nov 29 17:49:09 EST 2007


Author: mircea.markus
Date: 2007-11-29 17:49:09 -0500 (Thu, 29 Nov 2007)
New Revision: 4793

Modified:
   core/trunk/src/main/java/org/jboss/cache/interceptors/MethodDispacherInterceptor.java
Log:
added some more dev todos, task not done yet

Modified: core/trunk/src/main/java/org/jboss/cache/interceptors/MethodDispacherInterceptor.java
===================================================================
--- core/trunk/src/main/java/org/jboss/cache/interceptors/MethodDispacherInterceptor.java	2007-11-29 22:44:11 UTC (rev 4792)
+++ core/trunk/src/main/java/org/jboss/cache/interceptors/MethodDispacherInterceptor.java	2007-11-29 22:49:09 UTC (rev 4793)
@@ -35,6 +35,8 @@
  *          todo - gtx is contained in InvocationContext. Check wheter passing method calls is or isn't redundant
  *          todo - check wheter is possible to group methods, e.g. MethodDeclarations.putMethods, treansationableMethods?
  *          todo - Refactor stuff in pessimistic lock interceptor
+ *          todo - Refactor stuff in txint
+ *          todo - revisit backward compatibility
  */
 public abstract class MethodDispacherInterceptor extends Interceptor
 {




More information about the jbosscache-commits mailing list