Class ShExQual
- java.lang.Object
-
- org.apache.derby.iapi.services.locks.ShExQual
-
public class ShExQual extends java.lang.Object
This class is intended to be used a the qualifier class for ShExLockable.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ShExQual(int lockState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLockState()
java.lang.String
toString()
-
-
-
Field Detail
-
lockState
private int lockState
-
SHARED
public static final int SHARED
- See Also:
- Constant Field Values
-
EXCLUSIVE
public static final int EXCLUSIVE
- See Also:
- Constant Field Values
-
SH
public static final ShExQual SH
-
EX
public static final ShExQual EX
-
-