Enum Signal

  • All Implemented Interfaces:
    Constant, java.io.Serializable, java.lang.Comparable<Signal>, Constant

    @Deprecated
    public enum Signal
    extends java.lang.Enum<Signal>
    implements Constant
    Deprecated.
    • Enum Constant Detail

      • SIGHUP

        public static final Signal SIGHUP
        Deprecated.
      • SIGINT

        public static final Signal SIGINT
        Deprecated.
      • SIGQUIT

        public static final Signal SIGQUIT
        Deprecated.
      • SIGILL

        public static final Signal SIGILL
        Deprecated.
      • SIGTRAP

        public static final Signal SIGTRAP
        Deprecated.
      • SIGABRT

        public static final Signal SIGABRT
        Deprecated.
      • SIGIOT

        public static final Signal SIGIOT
        Deprecated.
      • SIGBUS

        public static final Signal SIGBUS
        Deprecated.
      • SIGFPE

        public static final Signal SIGFPE
        Deprecated.
      • SIGKILL

        public static final Signal SIGKILL
        Deprecated.
      • SIGUSR1

        public static final Signal SIGUSR1
        Deprecated.
      • SIGSEGV

        public static final Signal SIGSEGV
        Deprecated.
      • SIGUSR2

        public static final Signal SIGUSR2
        Deprecated.
      • SIGPIPE

        public static final Signal SIGPIPE
        Deprecated.
      • SIGALRM

        public static final Signal SIGALRM
        Deprecated.
      • SIGTERM

        public static final Signal SIGTERM
        Deprecated.
      • SIGSTKFLT

        public static final Signal SIGSTKFLT
        Deprecated.
      • SIGCLD

        public static final Signal SIGCLD
        Deprecated.
      • SIGCHLD

        public static final Signal SIGCHLD
        Deprecated.
      • SIGCONT

        public static final Signal SIGCONT
        Deprecated.
      • SIGSTOP

        public static final Signal SIGSTOP
        Deprecated.
      • SIGTSTP

        public static final Signal SIGTSTP
        Deprecated.
      • SIGTTIN

        public static final Signal SIGTTIN
        Deprecated.
      • SIGTTOU

        public static final Signal SIGTTOU
        Deprecated.
      • SIGURG

        public static final Signal SIGURG
        Deprecated.
      • SIGXCPU

        public static final Signal SIGXCPU
        Deprecated.
      • SIGXFSZ

        public static final Signal SIGXFSZ
        Deprecated.
      • SIGVTALRM

        public static final Signal SIGVTALRM
        Deprecated.
      • SIGPROF

        public static final Signal SIGPROF
        Deprecated.
      • SIGWINCH

        public static final Signal SIGWINCH
        Deprecated.
      • SIGPOLL

        public static final Signal SIGPOLL
        Deprecated.
      • SIGIO

        public static final Signal SIGIO
        Deprecated.
      • SIGPWR

        public static final Signal SIGPWR
        Deprecated.
      • SIGSYS

        public static final Signal SIGSYS
        Deprecated.
      • SIGUNUSED

        public static final Signal SIGUNUSED
        Deprecated.
      • SIGRTMIN

        public static final Signal SIGRTMIN
        Deprecated.
      • SIGRTMAX

        public static final Signal SIGRTMAX
        Deprecated.
      • NSIG

        public static final Signal NSIG
        Deprecated.
      • __UNKNOWN_CONSTANT__

        public static final Signal __UNKNOWN_CONSTANT__
        Deprecated.
    • Method Detail

      • values

        public static Signal[] values()
        Deprecated.
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Signal c : Signal.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Signal valueOf​(java.lang.String name)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • value

        public final int value()
        Deprecated.
        Specified by:
        value in interface Constant
      • intValue

        public final int intValue()
        Deprecated.
        Specified by:
        intValue in interface Constant
      • longValue

        public final long longValue()
        Deprecated.
        Specified by:
        longValue in interface Constant
      • description

        public final java.lang.String description()
        Deprecated.
      • defined

        public final boolean defined()
        Deprecated.
        Specified by:
        defined in interface Constant
      • toString

        public final java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Enum<Signal>
      • valueOf

        public static final Signal valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null