| Package | Description |
|---|---|
| org.jruby.internal.runtime |
| Modifier and Type | Field and Description |
|---|---|
ThreadService.Event.Type |
ThreadService.Event.type
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ThreadService.Event.Type |
ThreadService.Event.Type.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
static ThreadService.Event |
ThreadService.Event.kill(RubyThread sender,
RubyThread target,
ThreadService.Event.Type type)
Deprecated.
|
static ThreadService.Event |
ThreadService.Event.raise(RubyThread sender,
RubyThread target,
ThreadService.Event.Type type,
IRubyObject exception)
Deprecated.
|
static ThreadService.Event |
ThreadService.Event.wakeup(RubyThread sender,
RubyThread target,
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.
|
Copyright © 2001-2016 JRuby. All Rights Reserved.