|
From: Christoph J. <chr...@ma...> - 2021-05-25 12:33:00
|
Hi, I am not quite sure what you mean by "manages configuration options". The classes you listed contain constant names which represent a configuration option, e.g. "ConnectionType", "StartTime", ... All these different options are accessed via the class SessionSettings. That means you can query the value of a specific option via SessionSettings. Cheers, Chris. On 08.05.21 04:00, Liu Yuan wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > > Dear Sir or Madam, > > Hello, I'm a Ph.D. student focusing on software configuration research. > > Our group is working on how to identify configuration types of software. In this context, a > configuration type refers to a Java type (class, interface, or enumeration type) that is used to > manage configuration options or configuration methods. To investigate the characteristics of the > configuration types, we manually identified the configuration types of Quickfixj (V2.2.0). The > results are shown below. > > 1. quickfix.SessionSettings: manages configuration options and methods > 2. quickfix.Session: manages configuration options > 3. quickfix.Initiator: manages configuration options > 4. quickfix.SessionFactory: manages configuration options > 5. quickfix.Acceptor: manages configuration options > 6. quickfix.FileLogFactory: manages configuration options > 7. quickfix.JdbcSetting: manages configuration options > 8. quickfix.SLF4JLogFactory: manages configuration options > 9. quickfix.ScreenLogFactory: manages configuration options and methods > 10. quickfix.mina.ssl.SSLSupport: manages configuration options and methods > 11. quickfix.mina.NetworkingOptions: manages configuration options and methods > 12. quickfix.FileStoreFactory: manages configuration options > 13. quickfix.SleepycatStoreFactory: manages configuration options > > In order to increase the reliability of the research results, we need experts to confirm the above > results. Could you please help us? Thank you for your time and cooperation! > > Best, > Yuan Liu > > > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users -- Christoph John Software Engineering T +49 241 557080-28 chr...@ma... MACD GmbH Oppenhoffallee 103 52066 Aachen, Germany www.macd.com Amtsgericht Aachen: HRB 8151 Ust.-Id: DE 813021663 Geschäftsführer: George Macdonald |