public interface ISqlJetMutex
Modifier and Type | Method and Description |
---|---|
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.
|
void enter()
boolean attempt()
void leave()
boolean held()
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.