|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.cext.JRuby.NativeFunctionTask
public static final class JRuby.NativeFunctionTask
Field Summary | |
---|---|
long |
retval
|
Constructor Summary | |
---|---|
JRuby.NativeFunctionTask(org.jruby.cext.Native nativeInstance,
long run,
long run_data,
long wakeup,
long wakeup_data)
|
Method Summary | |
---|---|
void |
run()
|
void |
wakeup()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long retval
Constructor Detail |
---|
public JRuby.NativeFunctionTask(org.jruby.cext.Native nativeInstance, long run, long run_data, long wakeup, long wakeup_data)
Method Detail |
---|
public void run() throws java.lang.InterruptedException
run
in interface RubyThread.BlockingTask
java.lang.InterruptedException
public void wakeup()
wakeup
in interface RubyThread.BlockingTask
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |