aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/jogamp/common/util/locks/SingletonInstanceServerSocket.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1213: Use InterruptSource.ThreadSven Gothel2015-09-151-2/+2
* Bug 1213: Refine changes .. comments and APISven Gothel2015-09-151-49/+78
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-18/+18
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-171-38/+38
* Fix SingletonInstanceServerSocket.kill(): Needs to mark alive=false in case o...Sven Gothel2013-06-251-1/+1
* 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