org.infinispan.transaction.xa
Class DistDldGlobalTransaction

java.lang.Object
  extended by org.infinispan.transaction.xa.GlobalTransaction
      extended by org.infinispan.transaction.xa.DldGlobalTransaction
          extended by org.infinispan.transaction.xa.DistDldGlobalTransaction
All Implemented Interfaces:
Cloneable

public class DistDldGlobalTransaction
extends DldGlobalTransaction

Since:
4.1
Author:
Mircea.Markus@jboss.com

Nested Class Summary
 
Nested classes/interfaces inherited from class org.infinispan.transaction.xa.DldGlobalTransaction
DldGlobalTransaction.Externalizer
 
Field Summary
 
Fields inherited from class org.infinispan.transaction.xa.DldGlobalTransaction
remoteLockIntention, trace
 
Fields inherited from class org.infinispan.transaction.xa.GlobalTransaction
addr
 
Constructor Summary
DistDldGlobalTransaction(Address addr, boolean remote, DistributionManager distManager, int numOwners)
           
DistDldGlobalTransaction(DistributionManager distManager, int numOwners)
           
 
Method Summary
 boolean isAcquiringRemoteLock(Object key, Address address)
           
 
Methods inherited from class org.infinispan.transaction.xa.DldGlobalTransaction
equals, getCoinToss, getLockIntention, getRemoteLockIntention, hashCode, isMarkedForRollback, setCoinToss, setLockLocalLockIntention, setMarkedForRollback, setRemoteLockIntention, toString, wouldLose
 
Methods inherited from class org.infinispan.transaction.xa.GlobalTransaction
clone, getAddress, getId, isRemote, setAddress, setId, setRemote
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DistDldGlobalTransaction

public DistDldGlobalTransaction(DistributionManager distManager,
                                int numOwners)

DistDldGlobalTransaction

public DistDldGlobalTransaction(Address addr,
                                boolean remote,
                                DistributionManager distManager,
                                int numOwners)
Method Detail

isAcquiringRemoteLock

public boolean isAcquiringRemoteLock(Object key,
                                     Address address)
Overrides:
isAcquiringRemoteLock in class DldGlobalTransaction

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.