Uses of Record Class
com.iamsoft.fixparser.MsgLogSpec
Packages that use MsgLogSpec
-
Uses of MsgLogSpec in com.iamsoft.fixparser
Methods in com.iamsoft.fixparser that return MsgLogSpecModifier and TypeMethodDescriptionfinal MsgLogSpec
MsgRow.getSpec()
MsgLogSpec.withArchiveEntry
(String pArchivePath, long pSize, Long pUncompressedSize) MsgLogSpec.withErrorMsg
(String pErrorMsg) MsgLogSpec.withLoadComplete
(LocalDateTime pLoadComplete) MsgLogSpec.withLoadStart
(LocalDateTime pLoadStart) MsgLogSpec.withLogSize
(long pSize) Methods in com.iamsoft.fixparser that return types with arguments of type MsgLogSpecModifier and TypeMethodDescriptionjavafx.collections.ObservableList
<MsgLogSpec> FixParserFilePane.getMsgLogSpecs()
final javafx.collections.ObservableList
<MsgLogSpec> FixParserController.getSpecs()
MsgLogSpecs are always sorted in ascending order by ID.final javafx.beans.property.ObjectProperty
<MsgLogSpec> FixParserFilePane.loadingMsgLogSpecProperty()
Methods in com.iamsoft.fixparser with parameters of type MsgLogSpecModifier and TypeMethodDescriptioncom.iamsoft.locationfacade.ui.javafx.select.AbstractLocTreeItem
FixParserFilePane.addMountPoint
(MsgLogSpec pMsgLogSpec, boolean pLoad) com.iamsoft.locationfacade.ui.javafx.select.AbstractLocTreeItem
FixParserFilePane.addMountPoint
(MsgLogSpec pMsgLogSpec, boolean pLoad, boolean pStoreMountPref, boolean pSelectNewMount, boolean pAddToHistoryPaths, int pPosition) ContentToFixMsgsFunction.apply
(MsgLogSpec pSpec, InputStream pContentStream) ContentToFixMsgsFunction.apply
(MsgLogSpec pSpec, InputStream pContentStream, com.iamsoft.util.ui.javafx.StatusMonitor.ProgressUpdate<Double> pProgressUpdate) ContentToFixMsgsFunction.toMsgRow
(MsgLogSpec pSpec, String pMsgLine) ContentToFixMsgsFunction.toMsgRow
(MsgLogSpec pSpec, String pMsgLine, IntSupplier pIdxSupplier) Method parameters in com.iamsoft.fixparser with type arguments of type MsgLogSpecModifier and TypeMethodDescriptionvoid
FixParserFilePane.setMsgLogSpecs
(javafx.collections.ObservableList<MsgLogSpec> pSpecs) Constructors in com.iamsoft.fixparser with parameters of type MsgLogSpecModifierConstructorDescriptionMsgRow
(MsgLogSpec pSpec, int pIdx, Exception pException) MsgRow
(MsgLogSpec pSpec, quickfix.DataDictionary pDict, quickfix.DataDictionary pTransportDict, quickfix.Message pMsg, String pMsgStr, int pIdx) MsgRow
(MsgLogSpec pSpec, quickfix.DataDictionary pDict, quickfix.DataDictionary pTransportDict, quickfix.Message pMsg, String pMsgStr, int pIdx, Exception pException) -
Uses of MsgLogSpec in com.iamsoft.fixparser.action
Methods in com.iamsoft.fixparser.action that return types with arguments of type MsgLogSpecModifier and TypeMethodDescriptionstatic Stream
<MsgLogSpec> LoadAction.msgLogSpecStream
(MountDialog pDialog) Method parameters in com.iamsoft.fixparser.action with type arguments of type MsgLogSpecModifier and TypeMethodDescriptionLoadAction.MountOp.exec
(Stream<MsgLogSpec> pMsgLogSpecStream, Boolean pAppend, Boolean pLoad) Constructor parameters in com.iamsoft.fixparser.action with type arguments of type MsgLogSpecModifierConstructorDescriptionQuickRefreshAction
(javafx.collections.ObservableList<MsgLogSpec> pMsgLogSpecs, BiConsumer<List<MsgLogSpec>, Boolean> pRefreshMsgRowDataOp, Supplier<jakarta.persistence.EntityManager> pEntityManagerSupplier) QuickRefreshAction
(javafx.collections.ObservableList<MsgLogSpec> pMsgLogSpecs, BiConsumer<List<MsgLogSpec>, Boolean> pRefreshMsgRowDataOp, Supplier<jakarta.persistence.EntityManager> pEntityManagerSupplier) RefreshAction
(javafx.collections.ObservableList<MsgLogSpec> pSpecs, Runnable pRefreshOp)