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 voidclose()voidsignal()voidwaitSignal()
-
-
-
Method Detail
-
waitSignal
public void waitSignal()
- Specified by:
waitSignalin interfaceWaitStrategy
-
signal
public void signal()
- Specified by:
signalin interfaceWaitStrategy
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Specified by:
closein interfacedeltix.util.lang.Disposable
-
-