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

Ben Wang bwang at jboss.com
Thu Sep 21 12:12:18 EDT 2006


  User: bwang   
  Date: 06/09/21 12:12:18

  Modified:    examples/PojoCache/sensor/src/propagation    Node.java
                        PropagationManager.java StateItem.java
  Log:
  Updated to 2.0 apis
  
  Revision  Changes    Path
  1.2       +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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Node.java	5 Feb 2006 06:42:18 -0000	1.1
  +++ Node.java	21 Sep 2006 16:12:18 -0000	1.2
  @@ -12,8 +12,8 @@
    * individual states.
    *
    * @author y-komori
  - * @@org.jboss.cache.aop.InstanceOfAopMarker
    */
  + at org.jboss.cache.pojo.annotation.InstanceOfPojoCacheable
   public interface Node {
   
      /**
  
  
  
  1.2       +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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- PropagationManager.java	5 Feb 2006 06:42:18 -0000	1.1
  +++ PropagationManager.java	21 Sep 2006 16:12:18 -0000	1.2
  @@ -5,8 +5,8 @@
    * of the whole network.
    *
    * @author y-komori
  - * @@org.jboss.cache.aop.InstanceOfAopMarker
    */
  + at org.jboss.cache.pojo.annotation.InstanceOfPojoCacheable
   public interface PropagationManager {
      /**
       * Creates and sets the root <code>Node</code> which has specified RDN to
  
  
  
  1.2       +2 -2      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- StateItem.java	5 Feb 2006 06:42:18 -0000	1.1
  +++ StateItem.java	21 Sep 2006 16:12:18 -0000	1.2
  @@ -28,8 +28,8 @@
    * </pre>
    *
    * @author y-komori
  - * @@org.jboss.cache.aop.InstanceOfAopMarker
    */
  + at org.jboss.cache.pojo.annotation.InstanceOfPojoCacheable
   public interface StateItem {
      /**
       * A constant which represents a state is changed.
  
  
  



More information about the jboss-cvs-commits mailing list