Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lock Cleanup (API Change) | Sven Gothel | 2012-06-27 | 1 | -59/+0 |
| | | | | | | | | - LockExt -> ThreadLock - clarifying semantics (API Change) - ThreadLock: Remove isOwner(), use isOwner(Thread.currentThread) - adding @Override | ||||
* | Cleanup Lock Package: API doc, complete throws declaration, interface ↵ | Sven Gothel | 2011-12-11 | 1 | -1/+12 |
| | | | | | | RecursiveLockImpl01Unfairish.Sync RecursiveLockImpl01Unfairish changes are in preparation of RecursiveGroupThreadLock. | ||||
* | SingletonInstance Enhancements / Minor Lock/LockExt API Change (isLocked ↵ | Sven Gothel | 2011-06-11 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | moved up) We learned that FileChannel.lock() is not reliable on at least GNU/Linux + Sun's JVM implementation, hence we need a ServerSocket implementation. Since this code may be useful to others, it has been promoted to GlueGen. - Abstract SingletonInstance - Implement Lock interface - SingletonInstance Spezialisation: FileLock and ServerSocket Minor API Change: LockExt.isLocked() -> Lock.isLocked() | ||||
* | Moved locking to: com.jogamp.common.util.locks ; Better abstraction ; Misc ↵ | Sven Gothel | 2010-10-14 | 1 | -0/+50 |
changes |