|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LockExt
Extending the Lock features with convenient functionality.
| Field Summary |
|---|
| Fields inherited from interface com.jogamp.common.util.locks.Lock |
|---|
DEBUG, DEFAULT_TIMEOUT, TIMEOUT |
| Method Summary | |
|---|---|
Thread |
getOwner()
|
boolean |
isLockedByOtherThread()
|
boolean |
isOwner()
|
boolean |
isOwner(Thread thread)
|
void |
validateLocked()
|
| Methods inherited from interface com.jogamp.common.util.locks.Lock |
|---|
isLocked, lock, tryLock, unlock |
| Method Detail |
|---|
Thread getOwner()
boolean isLockedByOtherThread()
boolean isOwner()
boolean isOwner(Thread thread)
void validateLocked()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||