Uses of Enum
org.jruby.internal.runtime.ThreadService.Event.Type
Packages that use ThreadService.Event.Type
-
Uses of ThreadService.Event.Type in org.jruby.internal.runtime
Fields in org.jruby.internal.runtime declared as ThreadService.Event.TypeModifier and TypeFieldDescriptionfinal ThreadService.Event.TypeThreadService.Event.typeDeprecated.Methods in org.jruby.internal.runtime that return ThreadService.Event.TypeModifier and TypeMethodDescriptionstatic ThreadService.Event.TypeReturns the enum constant of this type with the specified name.static ThreadService.Event.Type[]ThreadService.Event.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jruby.internal.runtime with parameters of type ThreadService.Event.TypeModifier and TypeMethodDescriptionstatic ThreadService.EventThreadService.Event.kill(RubyThread sender, RubyThread target, ThreadService.Event.Type type) Deprecated.static ThreadService.EventThreadService.Event.raise(RubyThread sender, RubyThread target, ThreadService.Event.Type type, IRubyObject exception) Deprecated.static ThreadService.EventThreadService.Event.wakeup(RubyThread sender, RubyThread target, ThreadService.Event.Type type) Deprecated.Constructors in org.jruby.internal.runtime with parameters of type ThreadService.Event.TypeModifierConstructorDescriptionEvent(String description, ThreadService.Event.Type type) Deprecated.Event(String description, ThreadService.Event.Type type, IRubyObject exception) Deprecated.