|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LockData | |
---|---|
railo.runtime.lock |
Uses of LockData in railo.runtime.lock |
---|
Subinterfaces of LockData in railo.runtime.lock | |
---|---|
interface |
LockDataPro
|
Methods in railo.runtime.lock that return LockData | |
---|---|
LockData |
LockManagerImpl.lock(int type,
String name,
int timeout,
int pageContextId)
|
LockData |
LockManager.lock(int type,
String name,
int timeout,
int pageContextId)
locks a thread if already a other thread is come until other thread notify him by unlock method |
Methods in railo.runtime.lock with parameters of type LockData | |
---|---|
void |
LockManagerImpl.unlock(LockData data)
|
void |
LockManager.unlock(LockData data)
unlocks a locked thread in lock method |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |