public class LockInfo extends Object
| 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 |
owner |
LockInfo.LockScope |
scope |
LockInfo.LockType |
type |
| Constructor and Description |
|---|
LockInfo() |
LockInfo(LockInfo.LockScope scope,
LockInfo.LockType type,
String owner,
LockInfo.LockDepth depth) |
| Modifier and Type | Method and Description |
|---|---|
static LockInfo |
parseLockInfo(Request request) |
String |
toString() |
public LockInfo.LockScope scope
public LockInfo.LockType type
public String owner
public LockInfo.LockDepth depth
public LockInfo(LockInfo.LockScope scope, LockInfo.LockType type, String owner, LockInfo.LockDepth depth)
public LockInfo()
public static LockInfo parseLockInfo(Request request) throws IOException, FileNotFoundException, SAXException
Copyright © 2020. All rights reserved.