jist.runtime
Class Bootstrap.StaticRunnableCaller

java.lang.Object
  extended by jist.runtime.Bootstrap.StaticRunnableCaller
Enclosing class:
Bootstrap

static class Bootstrap.StaticRunnableCaller
extends java.lang.Object

Shell class to perform static invocations.


Field Summary
static java.lang.reflect.Method method_run
          Run method stub.
 
Constructor Summary
Bootstrap.StaticRunnableCaller()
           
 
Method Summary
static void run(java.lang.Runnable r)
          Run the runnable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method_run

public static java.lang.reflect.Method method_run
Run method stub.

Constructor Detail

Bootstrap.StaticRunnableCaller

Bootstrap.StaticRunnableCaller()
Method Detail

run

public static void run(java.lang.Runnable r)
Run the runnable.

Parameters:
r - given runnable