protected static class GenericLock.LockOwner extends Object
Modifier and Type | Field and Description |
---|---|
int |
compatibility |
boolean |
intention |
int |
lockLevel |
Object |
ownerId |
Constructor and Description |
---|
GenericLock.LockOwner(Object ownerId,
int lockLevel,
int compatibility,
boolean intention) |
public final int lockLevel
public final boolean intention
public final int compatibility
public GenericLock.LockOwner(Object ownerId, int lockLevel, int compatibility, boolean intention)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.