|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISqlJetMutex
Mutex interface. SQLJet may have different implementations of mutexes.
| Method Summary | |
|---|---|
boolean |
attempt()
Locks mutex if it is unlocked and return true. |
void |
enter()
Locks mutex. |
boolean |
held()
Check mutex locking status. |
void |
leave()
Unlocks mutex. |
| Method Detail |
|---|
void enter()
boolean attempt()
void leave()
boolean held()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||