@Deprecated
public static class ThreadService.Event
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ThreadService.Event.Type
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
description
Deprecated.
|
IRubyObject |
exception
Deprecated.
|
ThreadService.Event.Type |
type
Deprecated.
|
Constructor and Description |
---|
Event(java.lang.String description,
ThreadService.Event.Type type)
Deprecated.
|
Event(java.lang.String description,
ThreadService.Event.Type type,
IRubyObject exception)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
java.lang.String |
toString()
Deprecated.
|
static ThreadService.Event |
wakeup(RubyThread sender,
RubyThread target,
ThreadService.Event.Type type)
Deprecated.
|
public final java.lang.String description
public final ThreadService.Event.Type type
public final IRubyObject exception
public Event(java.lang.String description, ThreadService.Event.Type type)
public Event(java.lang.String description, ThreadService.Event.Type type, IRubyObject exception)
public java.lang.String toString()
toString
in class java.lang.Object
@Deprecated public static ThreadService.Event kill(RubyThread sender, RubyThread target, ThreadService.Event.Type type)
@Deprecated public static ThreadService.Event raise(RubyThread sender, RubyThread target, ThreadService.Event.Type type, IRubyObject exception)
@Deprecated public static ThreadService.Event wakeup(RubyThread sender, RubyThread target, ThreadService.Event.Type type)
Copyright © 2001-2017 JRuby. All Rights Reserved.