org.terracotta.modules.ehcache.transaction
Class ClusteredSoftLockIDKey

java.lang.Object
  extended by org.terracotta.modules.ehcache.transaction.ClusteredSoftLockIDKey
All Implemented Interfaces:
Serializable

public class ClusteredSoftLockIDKey
extends Object
implements Serializable

Author:
Ludovic Orban
See Also:
Serialized Form

Constructor Summary
ClusteredSoftLockIDKey(SoftLockID softLockId)
           
 
Method Summary
 boolean equals(Object object)
          
 int hashCode()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClusteredSoftLockIDKey

public ClusteredSoftLockIDKey(SoftLockID softLockId)
Method Detail

hashCode

public int hashCode()

Overrides:
hashCode in class Object

equals

public boolean equals(Object object)

Overrides:
equals in class Object

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.