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 Object
ownerId
public final Object ownerId
lockLevel
public final int lockLevel
intention
public final boolean intention
compatibility
public final int compatibility
GenericLock.LockOwner
public GenericLock.LockOwner(Object ownerId,
int lockLevel,
int compatibility,
boolean intention)
toString
public String toString()
equals
public boolean equals(Object o)
hashCode
public int hashCode()
Copyright © 2004 The Apache Software Foundation. All Rights Reserved.