com.ibm.dtfj.image
Interface ImageSignalHandler


Deprecated. will be removed in SR1 release as this information is not available on any platform

public interface ImageSignalHandler

This class represents a registered signal handler in a process


Method Summary
 ImagePointer getHandler()
          Deprecated. will be removed in SR1 release as this information is not available on any platform
 java.lang.String getSignalName()
          Deprecated. will be removed in SR1 release as this information is not available on any platform
 int getSignalNumber()
          Deprecated. will be removed in SR1 release as this information is not available on any platform
 boolean isSIG_DFL()
          Deprecated. will be removed in SR1 release as this information is not available on any platform
 boolean isSIG_ERR()
          Deprecated. will be removed in SR1 release as this information is not available on any platform
 boolean isSIG_IGN()
          Deprecated. will be removed in SR1 release as this information is not available on any platform
 

Method Detail

getSignalNumber

int getSignalNumber()
Deprecated. will be removed in SR1 release as this information is not available on any platform

Returns:
the OS signal number that this handler is registered for

getSignalName

java.lang.String getSignalName()
Deprecated. will be removed in SR1 release as this information is not available on any platform

Returns:
the name of the OS signal number that this handler is registered for

getHandler

ImagePointer getHandler()
Deprecated. will be removed in SR1 release as this information is not available on any platform

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

boolean isSIG_DFL()
Deprecated. will be removed in SR1 release as this information is not available on any platform

Returns:
true if the signal is set to the built-in SIG_DFL handler, false otherwise

isSIG_IGN

boolean isSIG_IGN()
Deprecated. will be removed in SR1 release as this information is not available on any platform

Returns:
true if the signal is set to the built-in SIG_IGN handler, false otherwise

isSIG_ERR

boolean isSIG_ERR()
Deprecated. will be removed in SR1 release as this information is not available on any platform

Returns:
true if the signal is set to the built-in SIG_ERR handler, false otherwise