OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | gotm-commits List | January 2005 Index

<--  Date Index  --> <--  Thread Index  -->

CVS update of gotm-jts/example/local/src (3 files)


    Date: Thursday, January 20, 2005 @ 12:48:45
  Author: rouvoy
    Path: /cvsroot/gotm/gotm-jts/example/local/src

Modified: fractal/org/objectweb/gotm/lib/TpCoordinatorImpl.fractal
          java/org/objectweb/gotm/jts/local/CounterImpl.java
          java/org/objectweb/gotm/jts/local/JtaClient.java

* Updating the local jts example.


----------------------------------------------------------+
 fractal/org/objectweb/gotm/lib/TpCoordinatorImpl.fractal |    2 +-
 java/org/objectweb/gotm/jts/local/CounterImpl.java       |   10 +++++-----
 java/org/objectweb/gotm/jts/local/JtaClient.java         |    8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)


Index: 
gotm-jts/example/local/src/fractal/org/objectweb/gotm/lib/TpCoordinatorImpl.fractal
diff -u 
gotm-jts/example/local/src/fractal/org/objectweb/gotm/lib/TpCoordinatorImpl.fractal:1.1
 
gotm-jts/example/local/src/fractal/org/objectweb/gotm/lib/TpCoordinatorImpl.fractal:1.2
--- 
gotm-jts/example/local/src/fractal/org/objectweb/gotm/lib/TpCoordinatorImpl.fractal:1.1
     Mon Jan 10 17:17:31 2005
+++ 
gotm-jts/example/local/src/fractal/org/objectweb/gotm/lib/TpCoordinatorImpl.fractal
 Thu Jan 20 12:48:45 2005
@@ -10,7 +10,7 @@
         signature="org.objectweb.transaction.api.event.PublishFeature"/>
 
   <component name="FcTopics"
-       definition="org.objectweb.gotm.lib.event.TpTopicManagerImpl"/>
+       definition="org.objectweb.gotm.lib.event.TpEventEngineSimple"/>
   
   <binding client="this.subscribe" 
            server="FcTopics.subscribe"/>
Index: 
gotm-jts/example/local/src/java/org/objectweb/gotm/jts/local/CounterImpl.java
diff -u 
gotm-jts/example/local/src/java/org/objectweb/gotm/jts/local/CounterImpl.java:1.3
 
gotm-jts/example/local/src/java/org/objectweb/gotm/jts/local/CounterImpl.java:1.4
--- 
gotm-jts/example/local/src/java/org/objectweb/gotm/jts/local/CounterImpl.java:1.3
   Fri Jan 14 17:56:03 2005
+++ 
gotm-jts/example/local/src/java/org/objectweb/gotm/jts/local/CounterImpl.java 
      Thu Jan 20 12:48:45 2005
@@ -22,7 +22,7 @@
  Contributor(s): ______________________________________.
 
  ---------------------------------------------------------------------
- $Id: CounterImpl.java,v 1.3 2005/01/14 16:56:03 rouvoy Exp $
+ $Id: CounterImpl.java,v 1.4 2005/01/20 11:48:45 rouvoy Exp $
  ====================================================================*/
 
 package org.objectweb.gotm.jts.local;
@@ -33,14 +33,14 @@
 import javax.transaction.xa.Xid;
 
 import org.objectweb.fractal.lib.LoggablePrimitive;
-import org.objectweb.gotm.jts.benchmark.Counter;
-import org.objectweb.gotm.jts.benchmark.CounterAttributes;
+import org.objectweb.gotm.jts.local.Counter;
+import org.objectweb.gotm.jts.local.CounterAttributes;
 
 /**
  * @author <a href="mailto:Romain.Rouvoy@xxxxxxx";>Romain Rouvoy</a>
  * @created 3 janv. 2005
- * @modified $Date: 2005/01/14 16:56:03 $
- * @version $Revision: 1.3 $
+ * @modified $Date: 2005/01/20 11:48:45 $
+ * @version $Revision: 1.4 $
  * @fractal.itf name="synchronization" role="server" 
signature="javax.transaction.Synchronization"
  * @fractal.itf name="xa-resource" role="server" 
signature="javax.transaction.xa.XAResource"
  */
Index: 
gotm-jts/example/local/src/java/org/objectweb/gotm/jts/local/JtaClient.java
diff -u 
gotm-jts/example/local/src/java/org/objectweb/gotm/jts/local/JtaClient.java:1.3
 
gotm-jts/example/local/src/java/org/objectweb/gotm/jts/local/JtaClient.java:1.4
--- 
gotm-jts/example/local/src/java/org/objectweb/gotm/jts/local/JtaClient.java:1.3
     Fri Jan 14 17:56:03 2005
+++ 
gotm-jts/example/local/src/java/org/objectweb/gotm/jts/local/JtaClient.java 
Thu Jan 20 12:48:45 2005
@@ -22,7 +22,7 @@
  Contributor(s): ______________________________________.
 
  ---------------------------------------------------------------------
- $Id: JtaClient.java,v 1.3 2005/01/14 16:56:03 rouvoy Exp $
+ $Id: JtaClient.java,v 1.4 2005/01/20 11:48:45 rouvoy Exp $
  ====================================================================*/
 
 package org.objectweb.gotm.jts.local;
@@ -39,13 +39,13 @@
 import org.objectweb.fractal.api.Component;
 import org.objectweb.fractal.api.NoSuchInterfaceException;
 import org.objectweb.fractal.lib.BindablePrimitive;
-import org.objectweb.gotm.jts.benchmark.Counter;
+import org.objectweb.gotm.jts.local.Counter;
 
 /**
  * @author <a href="mailto:Romain.Rouvoy@xxxxxxx";>Romain Rouvoy</a>
  * @created 3 janv. 2005
- * @modified $Date: 2005/01/14 16:56:03 $
- * @version $Revision: 1.3 $
+ * @modified $Date: 2005/01/20 11:48:45 $
+ * @version $Revision: 1.4 $
  * @fractal.itf name="runnable" signature="java.lang.Runnable"
  * @fractal.itf name="transaction-manager" role="client" 
signature="javax.transaction.TransactionManager"
  * @fractal.itf name="counter" role="client" 
signature="org.objectweb.fractal.api.Component"



<--  Date Index  --> <--  Thread Index  -->

Reply via email to:

Powered by MHonArc.

Copyright © 2006-2007, OW2 Consortium | contact | webmaster.