frysk.sys
Class Signal.ScratchSignal

java.lang.Object
  extended by frysk.sys.Signal
      extended by frysk.sys.Signal.ScratchSignal
All Implemented Interfaces:
Comparable
Enclosing class:
Signal

private static class Signal.ScratchSignal
extends Signal

A scratch value for searching the signal table.


Field Summary
(package private)  int signum
           
 
Fields inherited from class frysk.sys.Signal
ABRT, ALRM, BUS, CHLD, CLD, CONT, EMT, FPE, HUP, ILL, INFO, INT, IO, IOT, KILL, LOST, NONE, PIPE, POLL, PROF, PWR, QUIT, SEGV, STKFLT, STOP, SYS, TERM, TRAP, TSTP, TTIN, TTOU, UNUSED, URG, USR1, USR2, VTALRM, WINCH, XCPU, XFSZ
 
Constructor Summary
Signal.ScratchSignal()
           
 
Method Summary
 int intValue()
          Return the signal's numeric value as an integer.
 
Methods inherited from class frysk.sys.Signal
compareTo, drain, equals, getHostSignalSet, hashCode, kill, tkill, toString, valueOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

signum

int signum
Constructor Detail

Signal.ScratchSignal

Signal.ScratchSignal()
Method Detail

intValue

public int intValue()
Description copied from class: Signal
Return the signal's numeric value as an integer.

Overrides:
intValue in class Signal