public static class ThreadService.Event
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ThreadService.Event.Type |
Modifier and Type | Field and Description |
---|---|
IRubyObject |
exception |
RubyThread |
sender |
RubyThread |
target |
ThreadService.Event.Type |
type |
Constructor and Description |
---|
Event(RubyThread sender,
RubyThread target,
ThreadService.Event.Type type) |
Event(RubyThread sender,
RubyThread target,
ThreadService.Event.Type type,
IRubyObject exception) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final RubyThread sender
public final RubyThread target
public final ThreadService.Event.Type type
public final IRubyObject exception
public Event(RubyThread sender, RubyThread target, ThreadService.Event.Type type)
public Event(RubyThread sender, RubyThread target, ThreadService.Event.Type type, IRubyObject exception)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.