org.infinispan.statetransfer
Class LockInfo

java.lang.Object
  extended by org.infinispan.statetransfer.LockInfo

public class LockInfo
extends Object

Utility class used for lock transfer during topology changes.

Since:
5.1
Author:
Mircea Markus

Nested Class Summary
static class LockInfo.Externalizer
           
 
Constructor Summary
LockInfo(GlobalTransaction globalTransaction, Object key)
           
 
Method Summary
 boolean equals(Object o)
           
 GlobalTransaction getGlobalTransaction()
           
 Object getKey()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LockInfo

public LockInfo(GlobalTransaction globalTransaction,
                Object key)
Method Detail

getGlobalTransaction

public GlobalTransaction getGlobalTransaction()

getKey

public Object getKey()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

-->

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