JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
org.jruby.base
Package
org.jruby.internal.runtime
Interface ThreadedRunnable
All Superinterfaces:
Runnable
All Known Implementing Classes:
RubyRunnable
public interface
ThreadedRunnable
extends
Runnable
Represents a Runnable that can report what Java thread it is running under.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Thread
getJavaThread
()
void
run
()
Method Details
getJavaThread
Thread
getJavaThread
()
run
void
run
()
Specified by:
run
in interface
Runnable