eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'OSSignalInterrupt':

Home

everywhere
www.exept.de
for:
[back]

Class: OSSignalInterrupt


Inheritance:

   Object
   |
   +--GenericException
      |
      +--Exception
         |
         +--Error
            |
            +--ProceedableError
               |
               +--OSSignalInterrupt

Package:
stx:libbasic
Category:
Kernel-Exceptions-Control
Version:
rev: 1.4 date: 2005/04/11 08:53:28
user: stefan
file: OSSignalInterrupt.st directory: libbasic
module: stx stc-classLibrary: libbasic

Description:


OSSignalInterrupt is raised, when an operating system signal has been received.
The signal number is stored as parameter.

Since signals may be sent asynchronously, an OSSignalInterrupt is only raised, 
when handled in the current process.

You can also bind an exception to an os signal with 
OperatingSystem>>#operatingSystemSignal:install:


Class protocol:

initialization
o  initialize



ST/X 6.1.1; WebServer 1.620 at exept:8081; Wed, 23 May 2012 20:19:35 GMT