Following is the defination of the class A
public class A
{
..... // has few methods
private native void open(); // This call register a call back to kernel
private void handleInterrupt(int, int); // This method
is called when JNI lib made gets a signal from OS
}
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 am using KNI.
Thanks in advance for the help.
Regards,
Partha
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~ "Attitude Matters"
---------------------------------------------------------------------------------------------------------------------- Information transmitted by this E-MAIL is proprietary to Wipro and/or its Customers and is intended for use only by the individual or entity to which it is addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If you are not the intended recipient or it appears that this mail has been forwarded to you without proper authority, you are notified that any use or dissemination of this information in any manner is strictly prohibited. In such cases, please notify us immediately at mailto:[EMAIL PROTECTED] and delete this mail from your records. ----------------------------------------------------------------------------------------------------------------------
