| Package | Description |
|---|---|
| com.bradmcevoy.http |
| Modifier and Type | Field and Description |
|---|---|
LockInfo.LockDepth |
LockInfo.depth |
| Modifier and Type | Method and Description |
|---|---|
static LockInfo.LockDepth |
LockInfo.LockDepth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LockInfo.LockDepth[] |
LockInfo.LockDepth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LockInfo(LockInfo.LockScope scope,
LockInfo.LockType type,
String owner,
LockInfo.LockDepth depth) |
Copyright © 2015. All rights reserved.