public interface SignalFacade
Modifier and Type | Method and Description |
---|---|
IRubyObject |
ignore(IRubyObject recv,
IRubyObject sig)
Ignores this signal.
|
IRubyObject |
restoreOSDefault(IRubyObject recv,
IRubyObject sig)
Restores the OS default signal handler.
|
IRubyObject |
restorePlatformDefault(IRubyObject recv,
IRubyObject sig)
Restores the platform (JVM's) default signal handler.
|
IRubyObject |
trap(IRubyObject recv,
IRubyObject block,
IRubyObject sig) |
IRubyObject |
trap(Ruby runtime,
BlockCallback block,
String sig) |
IRubyObject trap(IRubyObject recv, IRubyObject block, IRubyObject sig)
IRubyObject trap(Ruby runtime, BlockCallback block, String sig)
IRubyObject restorePlatformDefault(IRubyObject recv, IRubyObject sig)
IRubyObject restoreOSDefault(IRubyObject recv, IRubyObject sig)
IRubyObject ignore(IRubyObject recv, IRubyObject sig)
Copyright © 2001-2015 JRuby. All Rights Reserved.