Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SingletonInstanceServerSocket: Fix setDaemon(true), give Thread a proper name | Sven Gothel | 2011-06-12 | 1 | -2/+2 |
| | |||||
* | SingletonInstance Enhancements / Minor Lock/LockExt API Change (isLocked ↵ | Sven Gothel | 2011-06-11 | 2 | -0/+351 |
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() |