[jboss-cvs] JBossCache/examples/PojoCache/sensor/src/propagation ...

Ben Wang bwang at jboss.com
Tue Nov 21 01:07:41 EST 2006


  User: bwang   
  Date: 06/11/21 01:07:41

  Modified:    examples/PojoCache/sensor/src/propagation   
                        PropagationManager.java StateItem.java Node.java
  Log:
  JBCACHE-868 Renaming PojoCache annotation.
  
  Revision  Changes    Path
  1.3       +1 -1      JBossCache/examples/PojoCache/sensor/src/propagation/PropagationManager.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PropagationManager.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/sensor/src/propagation/PropagationManager.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- PropagationManager.java	21 Sep 2006 16:12:18 -0000	1.2
  +++ PropagationManager.java	21 Nov 2006 06:07:41 -0000	1.3
  @@ -6,7 +6,7 @@
    *
    * @author y-komori
    */
  - at org.jboss.cache.pojo.annotation.InstanceOfPojoCacheable
  + at org.jboss.cache.pojo.annotation.Replicable
   public interface PropagationManager {
      /**
       * Creates and sets the root <code>Node</code> which has specified RDN to
  
  
  
  1.3       +1 -1      JBossCache/examples/PojoCache/sensor/src/propagation/StateItem.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: StateItem.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/sensor/src/propagation/StateItem.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- StateItem.java	21 Sep 2006 16:12:18 -0000	1.2
  +++ StateItem.java	21 Nov 2006 06:07:41 -0000	1.3
  @@ -29,7 +29,7 @@
    *
    * @author y-komori
    */
  - at org.jboss.cache.pojo.annotation.InstanceOfPojoCacheable
  + at org.jboss.cache.pojo.annotation.Replicable
   public interface StateItem {
      /**
       * A constant which represents a state is changed.
  
  
  
  1.3       +1 -1      JBossCache/examples/PojoCache/sensor/src/propagation/Node.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Node.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/sensor/src/propagation/Node.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Node.java	21 Sep 2006 16:12:18 -0000	1.2
  +++ Node.java	21 Nov 2006 06:07:41 -0000	1.3
  @@ -13,7 +13,7 @@
    *
    * @author y-komori
    */
  - at org.jboss.cache.pojo.annotation.InstanceOfPojoCacheable
  + at org.jboss.cache.pojo.annotation.Replicable
   public interface Node {
   
      /**
  
  
  



More information about the jboss-cvs-commits mailing list