[jboss-cvs] JBossCache/src/org/jboss/cache/marshall ...
Elias Ross
genman at noderunner.net
Wed Feb 7 17:06:54 EST 2007
User: genman
Date: 07/02/07 17:06:54
Modified: src/org/jboss/cache/marshall MethodDeclarations.java
AbstractMarshaller.java CacheMarshaller200.java
Log:
JBCACHE-969 - Move transaction classes to org.jboss.cache.transaction
Revision Changes Path
1.35 +2 -2 JBossCache/src/org/jboss/cache/marshall/MethodDeclarations.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: MethodDeclarations.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/marshall/MethodDeclarations.java,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- MethodDeclarations.java 25 Jan 2007 21:54:05 -0000 1.34
+++ MethodDeclarations.java 7 Feb 2007 22:06:54 -0000 1.35
@@ -10,12 +10,12 @@
import org.apache.commons.logging.LogFactory;
import org.jboss.cache.CacheImpl;
import org.jboss.cache.Fqn;
-import org.jboss.cache.GlobalTransaction;
import org.jboss.cache.Node;
import org.jboss.cache.buddyreplication.BuddyGroup;
import org.jboss.cache.lock.NodeLock;
import org.jboss.cache.optimistic.DataVersion;
import org.jboss.cache.rpc.RpcTreeCache;
+import org.jboss.cache.transaction.GlobalTransaction;
import org.jgroups.Address;
import org.jgroups.stack.IpAddress;
@@ -31,7 +31,7 @@
* allowing lookup operations both ways.
*
* @author <a href="galder.zamarreno at jboss.com">Galder Zamarreno</a>
- * @version $Revision: 1.34 $
+ * @version $Revision: 1.35 $
*/
public class MethodDeclarations
{
1.4 +1 -1 JBossCache/src/org/jboss/cache/marshall/AbstractMarshaller.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: AbstractMarshaller.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/marshall/AbstractMarshaller.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- AbstractMarshaller.java 17 Jan 2007 17:21:36 -0000 1.3
+++ AbstractMarshaller.java 7 Feb 2007 22:06:54 -0000 1.4
@@ -9,10 +9,10 @@
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.jboss.cache.Fqn;
-import org.jboss.cache.GlobalTransaction;
import org.jboss.cache.Region;
import org.jboss.cache.RegionManager;
import org.jboss.cache.buddyreplication.BuddyManager;
+import org.jboss.cache.transaction.GlobalTransaction;
import java.io.ByteArrayOutputStream;
import java.io.InputStream;
1.10 +1 -1 JBossCache/src/org/jboss/cache/marshall/CacheMarshaller200.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: CacheMarshaller200.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/marshall/CacheMarshaller200.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- CacheMarshaller200.java 31 Jan 2007 17:09:32 -0000 1.9
+++ CacheMarshaller200.java 7 Feb 2007 22:06:54 -0000 1.10
@@ -9,12 +9,12 @@
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.jboss.cache.Fqn;
-import org.jboss.cache.GlobalTransaction;
import org.jboss.cache.Region;
import org.jboss.cache.RegionManager;
import org.jboss.cache.buddyreplication.GravitateResult;
import org.jboss.cache.optimistic.DefaultDataVersion;
import org.jboss.cache.rpc.RpcTreeCache;
+import org.jboss.cache.transaction.GlobalTransaction;
import org.jgroups.Address;
import org.jgroups.stack.IpAddress;
More information about the jboss-cvs-commits
mailing list