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 String
Deprecated.final IRubyObject
Deprecated.final ThreadService.Event.Type
Deprecated. -
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.Event
kill
(RubyThread sender, RubyThread target, ThreadService.Event.Type type) Deprecated.static ThreadService.Event
raise
(RubyThread sender, RubyThread target, ThreadService.Event.Type type, IRubyObject exception) Deprecated.toString()
Deprecated.static ThreadService.Event
wakeup
(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.
-