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 boolean
get(int property)
void
monitor(int property)
void
notifyLocks()
void
reset(int property)
void
set(boolean state)
boolean
set(int property)
void
setNotify(int property)
void
wait(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)
-
-