From: <lar...@su...> - 2006-01-20 10:39:58
|
I'm using java and both quickfix\J and the regular native interface. I'm using multiple sessions and are looking on a way to get info on a specific session in the java environment.=20 =20 In the c/c++ environment the initiator/acceptor classes have both the function getSessions() and getSession(arguments). But the Java versions only have the getSessions() that returns the SessionID not the actually session. =20 =20 Then my problem is that if I want to know if every session is connected I for example want to use initiator.isConnected() to check that every connection is connected or check every connection separately.=20 The problem is that the isConnected() return true if any of the connections is connected and that I havn't found a way to check that a single connection is connected. =20 Do I have to keep track of logon/logoff myself in java but not in C/C++ =20 Lars |