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 InstrumentMessageSource
getIMS()
int
getMaxCount()
void
printAll()
void
setIMS(InstrumentMessageSource ims, boolean closeWhenDone)
void
setMaxCount(int maxCount)
void
setOut(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
-
-