summaryrefslogtreecommitdiffstats
path: root/src/java/jogamp/common/util/locks/SingletonInstanceServerSocket.java
Commit message (Expand)AuthorAgeFilesLines
* SingletonInstanceServerSocket: serverSocket.setReuseAddress(true); // reuse s...Sven Gothel2012-10-041-0/+1
* SingletonInstanceServerSocket: Add unit tests; Create new server Thread @ sta...Sven Gothel2012-09-211-15/+15
* SingletonInstanceServerSocket: Add kill @ JVM Shutdown _and_ if normal unlock...Sven Gothel2012-09-211-8/+39
* Lock Cleanup (API Change)Sven Gothel2012-06-271-0/+2
* SingletonInstanceServerSocket: composite thread name w/ leading original oneSven Gothel2011-09-251-1/+8
* SingletonInstanceServerSocket: Fix setDaemon(true), give Thread a proper nameSven Gothel2011-06-121-2/+2
* SingletonInstance Enhancements / Minor Lock/LockExt API Change (isLocked move...Sven Gothel2011-06-111-0/+222