Is it possible for Java code to do any of the following?<br><br>* figure out if there is a signal handler in place for a given signal<br>* figure out the name of the function that is acting as a signal handler<br>* call the signal handler<br>
* raise a signal in the runtime<br><br>If so, are there examples of how to do this?<br><br>Thanks,<br><br>David<br>