javax.realtime
Class POSIXSignalHandler
java.lang.Object
|
+--javax.realtime.POSIXSignalHandler
- public final class POSIXSignalHandler
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_SIGNAL_NR
public static final int MAX_SIGNAL_NR
- See Also:
- Constant Field Values
SIGHUP
public static final int SIGHUP
- See Also:
- Constant Field Values
SIGINT
public static final int SIGINT
- See Also:
- Constant Field Values
SIGQUIT
public static final int SIGQUIT
- See Also:
- Constant Field Values
SIGILL
public static final int SIGILL
- See Also:
- Constant Field Values
SIGTRAP
public static final int SIGTRAP
- See Also:
- Constant Field Values
SIGABRT
public static final int SIGABRT
- See Also:
- Constant Field Values
SIGBUS
public static final int SIGBUS
- See Also:
- Constant Field Values
SIGFPE
public static final int SIGFPE
- See Also:
- Constant Field Values
SIGKILL
public static final int SIGKILL
- See Also:
- Constant Field Values
SIGUSR1
public static final int SIGUSR1
- See Also:
- Constant Field Values
SIGSEGV
public static final int SIGSEGV
- See Also:
- Constant Field Values
SIGUSR2
public static final int SIGUSR2
- See Also:
- Constant Field Values
SIGPIPE
public static final int SIGPIPE
- See Also:
- Constant Field Values
SIGALRM
public static final int SIGALRM
- See Also:
- Constant Field Values
SIGTERM
public static final int SIGTERM
- See Also:
- Constant Field Values
SIGSTKFLT
public static final int SIGSTKFLT
- See Also:
- Constant Field Values
SIGCHLD
public static final int SIGCHLD
- See Also:
- Constant Field Values
SIGCONT
public static final int SIGCONT
- See Also:
- Constant Field Values
SIGSTOP
public static final int SIGSTOP
- See Also:
- Constant Field Values
SIGTSTP
public static final int SIGTSTP
- See Also:
- Constant Field Values
SIGTTIN
public static final int SIGTTIN
- See Also:
- Constant Field Values
SIGTTOU
public static final int SIGTTOU
- See Also:
- Constant Field Values
SIGURG
public static final int SIGURG
- See Also:
- Constant Field Values
SIGXCPU
public static final int SIGXCPU
- See Also:
- Constant Field Values
SIGXFSZ
public static final int SIGXFSZ
- See Also:
- Constant Field Values
SIGVTALRM
public static final int SIGVTALRM
- See Also:
- Constant Field Values
SIGPROF
public static final int SIGPROF
- See Also:
- Constant Field Values
SIGWINCH
public static final int SIGWINCH
- See Also:
- Constant Field Values
SIGIO
public static final int SIGIO
- See Also:
- Constant Field Values
SIGPWR
public static final int SIGPWR
- See Also:
- Constant Field Values
SIGSYS
public static final int SIGSYS
- See Also:
- Constant Field Values
SIGIOT
public static final int SIGIOT
- See Also:
- Constant Field Values
SIGUNUSED
public static final int SIGUNUSED
- See Also:
- Constant Field Values
SIGPOLL
public static final int SIGPOLL
- See Also:
- Constant Field Values
SIGCLD
public static final int SIGCLD
- See Also:
- Constant Field Values
POSIXSignalHandler
public POSIXSignalHandler()
finalize
protected void finalize()
throws java.lang.Throwable
- Overrides:
finalize in class java.lang.Object
java.lang.Throwable
addHandler
public static void addHandler(int signal,
AsyncEventHandler handler)
removeHandler
public static void removeHandler(int signal,
AsyncEventHandler handler)
setHandler
public static void setHandler(int signal,
AsyncEventHandler handler)
setEvent
public static void setEvent(int signal,
AsyncEvent newEvent)
removeEvent
public static void removeEvent(int signal,
AsyncEvent oldEvent)
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2003 aicas GmbH. All Rights Reserved.