|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LockType | |
---|---|
lockmgr |
Uses of LockType in lockmgr |
---|
Methods in lockmgr that return LockType | |
---|---|
static LockType |
LockType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LockType[] |
LockType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in lockmgr with parameters of type LockType | |
---|---|
boolean |
ILockManager.lock(int xid,
java.lang.String strData,
LockType lockType)
Locks a data object in read or write mode blocking the caller if lock cannot be acquired. |
boolean |
CopyOfLockManager.lock(int xid,
java.lang.String strData,
LockType lockType)
|
boolean |
LockManager.lock(int xid,
java.lang.String strData,
LockType lockType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |