public class DinLock
extends java.lang.Object
implements java.lang.AutoCloseable
TBD Dokumentation
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.locks.Lock |
_lock |
private java.lang.Thread |
_lockingThread |
Constructor and Description |
---|
DinLock(java.util.concurrent.locks.Lock lock) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.lang.Thread |
getLockingThread() |