public class LKSB
extends java.lang.Object
Constructor and Description |
---|
LKSB()
Construct new LKSB.
|
LKSB(int status,
int id)
Construct new LKSB.
|
LKSB(int status,
int id,
byte[] valblk)
Construct new LKSB.
|
Modifier and Type | Method and Description |
---|---|
int |
getId()
Get lock ID.
|
int |
getStatus()
Get status.
|
byte[] |
getValBlk()
Get value block.
|