Uses of Interface
org.jruby.Ruby.ExitFunction
Packages that use Ruby.ExitFunction
-
Uses of Ruby.ExitFunction in org.jruby
Methods in org.jruby with parameters of type Ruby.ExitFunctionModifier and TypeMethodDescriptionvoidRuby.pushExitFunction(Ruby.ExitFunction func) Add an exit function to be run on runtime exit.voidRuby.pushPostExitFunction(Ruby.ExitFunction postExit) Add a post-termination exit function that should be run to shut down JRuby internal services.