Package deltix.qsrv.hf.tickdb.ui.tbshell
Interface IMSPrinter
-
- All Known Implementing Classes:
JsonIMSPrinter,SimpleIMSPrinter
public interface IMSPrinter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstrumentMessageSourcegetIMS()intgetMaxCount()voidprintAll()voidsetIMS(InstrumentMessageSource ims, boolean closeWhenDone)voidsetMaxCount(int maxCount)voidsetOut(java.io.Writer out)
-
-
-
Method Detail
-
setOut
void setOut(java.io.Writer out)
-
setIMS
void setIMS(InstrumentMessageSource ims, boolean closeWhenDone)
-
getIMS
InstrumentMessageSource getIMS()
-
getMaxCount
int getMaxCount()
-
setMaxCount
void setMaxCount(int maxCount)
-
printAll
void printAll() throws java.io.IOException- Throws:
java.io.IOException
-
-