org.jboss.jca.core.connectionmanager.transaction
Class LockKey

java.lang.Object
  extended by org.jboss.jca.core.connectionmanager.transaction.LockKey

public class LockKey
extends Object

Defines the lock key

Author:
Jesper Pedersen

Field Summary
static LockKey INSTANCE
          Instance
 
Method Summary
 boolean equals(Object other)
          Equals
 int hashCode()
          Hash code
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final LockKey INSTANCE
Instance

Method Detail

equals

public boolean equals(Object other)
Equals

Overrides:
equals in class Object
Parameters:
other - The other object
Returns:
True if equal; otherwise false

hashCode

public int hashCode()
Hash code

Overrides:
hashCode in class Object
Returns:
The value


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)