Uses of Class
org.jruby.RubyThread

Packages that use RubyThread
org.jruby   
org.jruby.internal.runtime   
org.jruby.runtime   
 

Uses of RubyThread in org.jruby
 

Methods in org.jruby that return RubyThread
static RubyThread RubyThread.start(IRubyObject recv, IRubyObject[] args, Block block)
          Basically the same as Thread.new .
static RubyThread RubyThread.adopt(IRubyObject recv, java.lang.Thread t)
           
static RubyThread RubyThread.current(IRubyObject recv)
           
static RubyThread RubyThread.main(IRubyObject recv)
           
 RubyThread RubyThread.join(IRubyObject[] args)
           
 RubyThread RubyThread.wakeup()
           
static RubyThread RubyThread.mainThread(IRubyObject receiver)
           
 

Methods in org.jruby with parameters of type RubyThread
static IRubyObject RubyThread.s_kill(IRubyObject receiver, RubyThread rubyThread, Block block)
           
 IRubyObject RubyThreadGroup.add(RubyThread rubyThread, Block block)
           
 void RubyThreadGroup.remove(RubyThread rubyThread)
           
 

Uses of RubyThread in org.jruby.internal.runtime
 

Fields in org.jruby.internal.runtime declared as RubyThread
 RubyThread FutureThread.rubyThread
           
 RubyThread NativeThread.rubyThread
           
 

Methods in org.jruby.internal.runtime that return RubyThread
 RubyThread RubyNativeThread.getRubyThread()
           
 RubyThread RubyRunnable.getRubyThread()
           
 RubyThread ThreadService.getMainThread()
           
 RubyThread[] ThreadService.getActiveRubyThreads()
           
 

Methods in org.jruby.internal.runtime with parameters of type RubyThread
 void ThreadService.setMainThread(RubyThread thread)
           
 void ThreadService.registerNewThread(RubyThread thread)
           
 void ThreadService.unregisterThread(RubyThread thread)
           
 

Constructors in org.jruby.internal.runtime with parameters of type RubyThread
FutureThread(RubyThread rubyThread, RubyRunnable runnable)
           
NativeThread(RubyThread rubyThread, IRubyObject[] args, Block block)
           
NativeThread(RubyThread rubyThread, java.lang.Thread nativeThread)
           
RubyNativeThread(RubyThread rubyThread, IRubyObject[] args, Block currentBlock)
           
RubyRunnable(RubyThread rubyThread, IRubyObject[] args, Block currentBlock)
           
 

Uses of RubyThread in org.jruby.runtime
 

Methods in org.jruby.runtime that return RubyThread
 RubyThread ThreadContext.getThread()
           
 

Methods in org.jruby.runtime with parameters of type RubyThread
 void ThreadContext.setThread(RubyThread thread)
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.