| Package | Description |
|---|---|
| org.jruby.internal.runtime |
| Modifier and Type | Field and Description |
|---|---|
ThreadService.Event.Type |
ThreadService.Event.type |
| Modifier and Type | Method and Description |
|---|---|
static ThreadService.Event.Type |
ThreadService.Event.Type.valueOf(java.lang.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.
|
| Constructor and Description |
|---|
ThreadService.Event(RubyThread sender,
RubyThread target,
ThreadService.Event.Type type) |
ThreadService.Event(RubyThread sender,
RubyThread target,
ThreadService.Event.Type type,
IRubyObject exception) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.