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()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2004 The Apache Software Foundation. All Rights Reserved.