[jboss-cvs] JBossCache/src/org/jboss/cache/config ...

Manik Surtani msurtani at jboss.com
Thu Jan 4 00:35:39 EST 2007


  User: msurtani
  Date: 07/01/04 00:35:39

  Modified:    src/org/jboss/cache/config  Option.java
  Log:
  Major changes around nodes, and the way they interact with the interceptor stack.
  Also removed redundant methods in NodeSPI and removed the need for casting to NodeSPI in most cases.
  
  Revision  Changes    Path
  1.12      +10 -7     JBossCache/src/org/jboss/cache/config/Option.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Option.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/config/Option.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- Option.java	5 Sep 2006 11:03:25 -0000	1.11
  +++ Option.java	4 Jan 2007 05:35:39 -0000	1.12
  @@ -25,6 +25,7 @@
   
      /**
       * @since 2.0.0
  +    * @deprecated This is very kludgy and ugly.  If you need to work on a {@link Node} directly, use the XXXDirect() methods on {@link NodeSPI}.  This method will disappear before BETA1
       */
      public boolean isBypassInterceptorChain()
      {
  @@ -34,6 +35,8 @@
      /**
       * Bypasses the entire interceptor chain and talks to the cache directly.  Use with extreme care, may cause a lot of data corruption and in certain cache configurations, my cause
       * the cache not to function at all.  Intended strictly for internal use only.
  +    *
  +    * @deprecated This is very kludgy and ugly.  If you need to work on a {@link Node} directly, use the XXXDirect() methods on {@link NodeSPI}.  This method will disappear before BETA1
       */
      public void setBypassInterceptorChain(boolean bypassInterceptorChain)
      {
  
  
  



More information about the jboss-cvs-commits mailing list