<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hi,
<p>Following is the defination of the class A
<p>public class A
<br>{
<br>&nbsp;&nbsp;&nbsp; ..... // has few methods
<p>&nbsp;&nbsp;&nbsp; private native void open(); // This call register
a call back to kernel
<p>&nbsp;&nbsp;&nbsp; private void handleInterrupt(int, int); // This method
is called when JNI lib made gets a signal from OS
<br>}
<p>When the kernel interrupts in the JNI lib, I need to call handleInterrupt()
method that is their in the same class that JNI lib is associated. How
do we do this? I&nbsp;am using KNI.
<p>Thanks in advance for the help.
<p>Regards,
<br>Partha
<pre>--&nbsp;
~~~~~~~~~~~~~~~~~~~~~~~~~~
"Attitude Matters"</pre>
&nbsp;</html>