Package deltix.qsrv.hf.tickdb.comm
Class StreamState
- java.lang.Object
-
- deltix.qsrv.hf.tickdb.comm.StreamState
-
public class StreamState extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StreamState()StreamState(boolean state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanget(int property)voidmonitor(int property)voidnotifyLocks()voidreset(int property)voidset(boolean state)booleanset(int property)voidsetNotify(int property)voidwait(int property)
-
-
-
Method Detail
-
set
public void set(boolean state)
-
reset
public void reset(int property)
-
set
public boolean set(int property)
-
setNotify
public void setNotify(int property)
-
notifyLocks
public void notifyLocks()
-
wait
public void wait(int property) throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
get
public boolean get(int property)
-
monitor
public void monitor(int property)
-
-