org.jruby.internal.runtime
Class ThreadService.Event

java.lang.Object
  extended by org.jruby.internal.runtime.ThreadService.Event
Enclosing class:
ThreadService

public static class ThreadService.Event
extends java.lang.Object


Nested Class Summary
static class ThreadService.Event.Type
           
 
Field Summary
 IRubyObject exception
           
 RubyThread sender
           
 RubyThread target
           
 ThreadService.Event.Type type
           
 
Constructor Summary
ThreadService.Event(RubyThread sender, RubyThread target, ThreadService.Event.Type type)
           
ThreadService.Event(RubyThread sender, RubyThread target, ThreadService.Event.Type type, IRubyObject exception)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sender

public final RubyThread sender

target

public final RubyThread target

type

public final ThreadService.Event.Type type

exception

public final IRubyObject exception
Constructor Detail

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.