net.mtu.eggplant.dbc
Class AssertTools.MethodLock

java.lang.Object
  extended bynet.mtu.eggplant.dbc.AssertTools.MethodLock
Enclosing class:
AssertTools

public static final class AssertTools.MethodLock
extends Object

Used for locking methods.

See Also:
AssertTools.lockMethod(String, Object)

Constructor Summary
AssertTools.MethodLock(String signature, Object instance, Thread thread)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertTools.MethodLock

public AssertTools.MethodLock(String signature,
                              Object instance,
                              Thread thread)
PreConditions
(null != signature), (null != thread)
Method Detail

hashCode

public int hashCode()

equals

public boolean equals(Object o)