Subject Re: [Firebird-Java] Events
Author Roman Rokytskyy
Hi David,

> We might be willing to add it, if you would be willing to guide us!

Unfortunately I have no clear idea how to implement it. I think that you
should contact Carlos Guzman Alvares, creator of .Net provider for Firebird.
JayBird and .Net provider have many similarities, and you should get a lot
of hints from the code (for example, I have borrowed the Services API
support from there, Carlos borrowed our wire protocol implementation).

> Can you give a brief overview of where we'd start? Presumably we'd call
> the isc_wait_for_event() in the API using JNI. Do you have helper methods
> to be able to do this that we could use?

JNI wrapper was developed by Ryan Baldwin, I do not really know if event
processing is there. But if it's not, it would not be so hard to add it.

Roman