com.ibm.dtfj.image
Interface ImageSignalHandler
- public interface ImageSignalHandler
This class represents a registered signal handler in a process
getSignalNumber
public int getSignalNumber()
- Returns:
- the OS signal number that this handler is registered for
getSignalName
public java.lang.String getSignalName()
- Returns:
- the name of the OS signal number that this handler is registered for
getHandler
public ImagePointer getHandler()
- Returns:
- the address of the function which is registered as the handler for
this signal, or null if the signal has a built-in handler
isSIG_DFL
public boolean isSIG_DFL()
- Returns:
- true if the signal is set to the built-in SIG_DFL handler, false otherwise
isSIG_IGN
public boolean isSIG_IGN()
- Returns:
- true if the signal is set to the built-in SIG_IGN handler, false otherwise
isSIG_ERR
public boolean isSIG_ERR()
- Returns:
- true if the signal is set to the built-in SIG_ERR handler, false otherwise
Copyright © 2005 IBM. All Rights Reserved.