public class LockInfo extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
LockInfo.LockDepth |
static class |
LockInfo.LockScope |
static class |
LockInfo.LockType |
| Modifier and Type | Field and Description |
|---|---|
LockInfo.LockDepth |
depth |
String |
lockedByUser
The name of the user who has locked this resource.
|
LockInfo.LockScope |
scope |
LockInfo.LockType |
type |
| Constructor and Description |
|---|
LockInfo() |
LockInfo(LockInfo.LockScope scope,
LockInfo.LockType type,
String lockedByUser,
LockInfo.LockDepth depth) |
public LockInfo.LockScope scope
public LockInfo.LockType type
public String lockedByUser
public LockInfo.LockDepth depth
public LockInfo(LockInfo.LockScope scope, LockInfo.LockType type, String lockedByUser, LockInfo.LockDepth depth)
scope - type - lockedByUser - - the identifier of the user, such as a hrefdepth - public LockInfo()