A managed lock. More...
Public Member Functions | |
void | lock () |
Acquires an exclusive lock. More... | |
void | unlock () |
Releases an exclusive lock. More... | |
Protected Attributes | |
Lock | _lock = new ReentrantLock() |
A managed lock.
void fm.liveswitch.ManagedLock.lock | ( | ) |
Acquires an exclusive lock.
void fm.liveswitch.ManagedLock.unlock | ( | ) |
Releases an exclusive lock.
|
protected |