org.jruby.internal.runtime
Class ThreadService.Event
java.lang.Object
org.jruby.internal.runtime.ThreadService.Event
- Enclosing class:
- ThreadService
public static class ThreadService.Event
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sender
public final RubyThread sender
target
public final RubyThread target
type
public final ThreadService.Event.Type type
exception
public final IRubyObject exception
ThreadService.Event
public ThreadService.Event(RubyThread sender,
RubyThread target,
ThreadService.Event.Type type)
ThreadService.Event
public ThreadService.Event(RubyThread sender,
RubyThread target,
ThreadService.Event.Type type,
IRubyObject exception)
Copyright © 2002-2007 JRuby Team. All Rights Reserved.