@Deprecated public static class ThreadService.Event extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ThreadService.Event.Type
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
String |
description
Deprecated.
|
IRubyObject |
exception
Deprecated.
|
ThreadService.Event.Type |
type
Deprecated.
|
Constructor and Description |
---|
ThreadService.Event(String description,
ThreadService.Event.Type type)
Deprecated.
|
ThreadService.Event(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.
|
String |
toString()
Deprecated.
|
static ThreadService.Event |
wakeup(RubyThread sender,
RubyThread target,
ThreadService.Event.Type type)
Deprecated.
|
public final String description
public final ThreadService.Event.Type type
public final IRubyObject exception
public ThreadService.Event(String description, ThreadService.Event.Type type)
public ThreadService.Event(String description, ThreadService.Event.Type type, IRubyObject exception)
@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-2015 JRuby. All Rights Reserved.