Hi you Java minority!
The more I look into into the eSignal2Java stuff, the more I get the feeling that nobody has ever tried this beyond simple synchronous queries. As I read from other threads, unfortunately I cannot expect this from ESignal programmers, because they only know about M$ :-(
The issue:
There is an EventListener Interface _IHooksEvents. But to use this there has to be a method to add an EventListener to the Hook.
Hook extends the (undocumented!) ibm class Dispatch which has an undocumented native method IDispatch_addListener (int, String, EventListener, String). I guess this is the one. Now what are the parameters? It's part of the undocumented bridge2java.dll.
I guess there is no documentation on bridge2java at all?
A poll: I might implement the java interface using JNI, which I have already done for other dlls, hoping the c++ functions do work. Would anyone be interested in this or has anyone already done this?
Regards,
TradingDuke
The more I look into into the eSignal2Java stuff, the more I get the feeling that nobody has ever tried this beyond simple synchronous queries. As I read from other threads, unfortunately I cannot expect this from ESignal programmers, because they only know about M$ :-(
The issue:
There is an EventListener Interface _IHooksEvents. But to use this there has to be a method to add an EventListener to the Hook.
Hook extends the (undocumented!) ibm class Dispatch which has an undocumented native method IDispatch_addListener (int, String, EventListener, String). I guess this is the one. Now what are the parameters? It's part of the undocumented bridge2java.dll.
I guess there is no documentation on bridge2java at all?
A poll: I might implement the java interface using JNI, which I have already done for other dlls, hoping the c++ functions do work. Would anyone be interested in this or has anyone already done this?
Regards,
TradingDuke
Comment