protected static class BaseLockManager.LockDescription extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
lockKey |
protected int |
lockType |
Constructor and Description |
---|
BaseLockManager.LockDescription(int lockType,
String lockKey) |
protected int lockType
protected String lockKey
public BaseLockManager.LockDescription(int lockType, String lockKey)
public void set(int lockType)
public int getType()
public String getKey()