hades.utils
Class JviewJythonWrapper

java.lang.Object
  extended byhades.utils.JviewJythonWrapper

public class JviewJythonWrapper
extends java.lang.Object

a simple utility class to access some java.lang classes from Jython/Jpython when running under Microsoft jview which fails to "from java.lang import Thread" etc. Instead, try "from hades.utils import JviewJythonWrapper" ...


Constructor Summary
JviewJythonWrapper()
           
 
Method Summary
 java.lang.Thread currentThread()
           
 void exit(int i)
           
 java.lang.Runtime getRuntime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JviewJythonWrapper

public JviewJythonWrapper()
Method Detail

currentThread

public java.lang.Thread currentThread()

getRuntime

public java.lang.Runtime getRuntime()

exit

public void exit(int i)