org.jboss.cache.lock
Class LockUtil

java.lang.Object
  extended by org.jboss.cache.lock.LockUtil

public abstract class LockUtil
extends Object


Constructor Summary
LockUtil()
           
 
Method Summary
static boolean breakTransactionLock(NodeLock lock, GlobalTransaction gtx, boolean localTx, TransactionTable tx_table, TransactionManager tm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockUtil

public LockUtil()
Method Detail

breakTransactionLock

public static boolean breakTransactionLock(NodeLock lock,
                                           GlobalTransaction gtx,
                                           boolean localTx,
                                           TransactionTable tx_table,
                                           TransactionManager tm)


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