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 voidcreateSignal(ThreadContext context) list()static IRubyObjectlist(ThreadContext context, IRubyObject recv) static IRubyObjectsigname(ThreadContext context, IRubyObject recv, IRubyObject rubySig) static longsignm2signo(String nm) static Stringstatic Stringstatic Stringsigno2signm(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
-