Package org.jruby
Class RubySignal
java.lang.Object
org.jruby.RubySignal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObject
__jtrap_kernel
(IRubyObject recv, IRubyObject block, IRubyObject sig) Deprecated.static IRubyObject
__jtrap_kernel
(ThreadContext context, IRubyObject recv, IRubyObject block, IRubyObject sig) static IRubyObject
__jtrap_osdefault_kernel
(IRubyObject recv, IRubyObject sig) Deprecated.static IRubyObject
__jtrap_osdefault_kernel
(ThreadContext context, IRubyObject recv, IRubyObject sig) static IRubyObject
__jtrap_platform_kernel
(IRubyObject recv, IRubyObject sig) Deprecated.static IRubyObject
__jtrap_platform_kernel
(ThreadContext context, IRubyObject recv, IRubyObject sig) static IRubyObject
__jtrap_restore_kernel
(IRubyObject recv, IRubyObject sig) Deprecated.static IRubyObject
__jtrap_restore_kernel
(ThreadContext context, IRubyObject recv, IRubyObject sig) static void
createSignal
(ThreadContext context) list()
static IRubyObject
list
(ThreadContext context, IRubyObject recv) static IRubyObject
signame
(ThreadContext context, IRubyObject recv, IRubyObject rubySig) static long
signm2signo
(String nm) static String
static String
static String
signo2signm
(long no)
-
Constructor Details
-
RubySignal
public RubySignal()
-
-
Method Details
-
createSignal
-
list
-
list
-
__jtrap_kernel
@Deprecated(since="10.0") public static IRubyObject __jtrap_kernel(IRubyObject recv, IRubyObject block, IRubyObject sig) Deprecated. -
__jtrap_kernel
public static IRubyObject __jtrap_kernel(ThreadContext context, IRubyObject recv, IRubyObject block, IRubyObject sig) -
__jtrap_platform_kernel
@Deprecated(since="10.0") public static IRubyObject __jtrap_platform_kernel(IRubyObject recv, IRubyObject sig) Deprecated. -
__jtrap_platform_kernel
public static IRubyObject __jtrap_platform_kernel(ThreadContext context, IRubyObject recv, IRubyObject sig) -
__jtrap_osdefault_kernel
@Deprecated(since="10.0") public static IRubyObject __jtrap_osdefault_kernel(IRubyObject recv, IRubyObject sig) Deprecated. -
__jtrap_osdefault_kernel
public static IRubyObject __jtrap_osdefault_kernel(ThreadContext context, IRubyObject recv, IRubyObject sig) -
__jtrap_restore_kernel
@Deprecated(since="10.0") public static IRubyObject __jtrap_restore_kernel(IRubyObject recv, IRubyObject sig) Deprecated. -
__jtrap_restore_kernel
public static IRubyObject __jtrap_restore_kernel(ThreadContext context, IRubyObject recv, IRubyObject sig) -
signame
-
signo2signm
-
signm2signo
-
signmWithPrefix
-
signmWithoutPrefix
-