From: Steve B. <sb...@sm...> - 2006-02-10 12:14:56
|
> I need to reset the sequence numbers programmatically and=20 > I see a set sequence number method on a session. Any tips=20 > for accessing the session - I guess its via the=20 > initiator.getSessions ? Hi Chris, That's one way. There is also a Session.lookupSession(SessionID)=20 static method. > Is there a difference between the Threaded and non Threaded=20 > versions of acceptor/initiator?=20 Yes, the "threaded" version creates a message processing thread per session. The other version uses a single thread for all sessions. =20 > I've added a quick javadoc builder to the src/build.xml - if=20 > anyone is interested.=20 There's also a javadoc target in the QuickFIX/J build file. As a side note, most of the public classes and methods in QFJ have=20 additional Javadoc comments as compared to the JNI code although many of the comments apply to both implementations. Steve Bate Smart Trade Technologies Phone: +33 4 42 90 03 97 http://www.smart-trade.net/ |