Package org.jruby.internal.runtime
Class ThreadService.Event
java.lang.Object
org.jruby.internal.runtime.ThreadService.Event
- Enclosing class:
ThreadService
Deprecated.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringDeprecated.final IRubyObjectDeprecated.final ThreadService.Event.TypeDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionEvent(String description, ThreadService.Event.Type type) Deprecated.Event(String description, ThreadService.Event.Type type, IRubyObject exception) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic ThreadService.Eventkill(RubyThread sender, RubyThread target, ThreadService.Event.Type type) Deprecated.static ThreadService.Eventraise(RubyThread sender, RubyThread target, ThreadService.Event.Type type, IRubyObject exception) Deprecated.toString()Deprecated.static ThreadService.Eventwakeup(RubyThread sender, RubyThread target, ThreadService.Event.Type type) Deprecated.
-
Field Details
-
description
Deprecated. -
type
Deprecated. -
exception
Deprecated.
-
-
Constructor Details
-
Event
Deprecated. -
Event
Deprecated.
-
-
Method Details
-
toString
Deprecated. -
kill
@Deprecated public static ThreadService.Event kill(RubyThread sender, RubyThread target, ThreadService.Event.Type type) Deprecated. -
raise
@Deprecated public static ThreadService.Event raise(RubyThread sender, RubyThread target, ThreadService.Event.Type type, IRubyObject exception) Deprecated. -
wakeup
@Deprecated public static ThreadService.Event wakeup(RubyThread sender, RubyThread target, ThreadService.Event.Type type) Deprecated.
-