Class JThread.stream.SynchState
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JThread.stream.SynchState

Object
   |
   +----JThread.stream.SynchState

final class SynchState
extends Object

Note: This class is not public and therefore cannot be used outside this package.

Constructor Index

 o JThread.stream.SynchState()

Method Index

 o addWaitThread(Thread)
 o getLockThread()
 o getWaitSet()
 o interruptWaitThreads()
 o lock(Thread)
 o removeWaitThread(Thread)

Constructors

 o SynchState
 SynchState()

Methods

 o addWaitThread
 void addWaitThread(Thread t)
 o getLockThread
 java.lang.String getLockThread()
 o getWaitSet
 java.util.Vector getWaitSet()
 o interruptWaitThreads
 void interruptWaitThreads()
 o lock
 boolean lock(Thread t)
 o removeWaitThread
 void removeWaitThread(Thread t)

All Packages  Class Hierarchy  This Package  Previous  Next  Index