Package deltix.util.io.waitstrat
Class NativeEventsWaitStrategy
- java.lang.Object
-
- deltix.util.io.waitstrat.NativeEventsWaitStrategy
-
- All Implemented Interfaces:
WaitStrategy
,deltix.util.lang.Disposable
,java.io.Closeable
,java.lang.AutoCloseable
public class NativeEventsWaitStrategy extends java.lang.Object implements WaitStrategy
-
-
Constructor Summary
Constructors Constructor Description NativeEventsWaitStrategy(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
signal()
void
waitSignal()
-
-
-
Method Detail
-
waitSignal
public void waitSignal()
- Specified by:
waitSignal
in interfaceWaitStrategy
-
signal
public void signal()
- Specified by:
signal
in interfaceWaitStrategy
-
close
public void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Specified by:
close
in interfacedeltix.util.lang.Disposable
-
-