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()
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()
Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.