org.apache.commons.transaction.locking
Class GenericLock.LockOwner
java.lang.Object
org.apache.commons.transaction.locking.GenericLock.LockOwner
- Enclosing class:
- GenericLock
protected static class GenericLock.LockOwner
- extends java.lang.Object
|
Constructor Summary |
GenericLock.LockOwner(java.lang.Object ownerId,
int lockLevel,
int compatibility,
boolean intention)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ownerId
public final java.lang.Object ownerId
lockLevel
public final int lockLevel
intention
public final boolean intention
compatibility
public final int compatibility
GenericLock.LockOwner
public GenericLock.LockOwner(java.lang.Object ownerId,
int lockLevel,
int compatibility,
boolean intention)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright ? 2004 The Apache Software Foundation. All Rights Reserved.