Qore jni Module  1.2.0
Package org.qore.jni

Classes

class  Hash
 Java Hash class to make it easier to work with Qore hash data. More...
 
class  QoreClosure
 Java QoreClosure class. More...
 
interface  QoreClosureMarker
 This marks a class that must have a call() method (with any argument and return types) that will be called when this object is converted to a Qore closure and the closure is called. More...
 
class  QoreException
 The QoreException class is meant to represent a Qore-language exception. More...
 
class  QoreJavaApi
 This class provides methods that allow Java to interface with Qore code. More...
 
class  QoreJavaDynamicApi
 This class provides methods that allow Java to interface with Qore code. More...
 
class  QoreObject
 wrapper class for a Qore object; this class holds a weak reference to the Qore object More...
 
class  QoreObjectBase
 wrapper class for a Qore object; this class holds a weak reference to the Qore object More...
 
class  QoreObjectWrapper
 This is meant to the be the wrapper class for Java classes wrapping Qore object classes. More...
 
class  QoreRelativeTime
 class representing a Qore relative time value (duration) More...
 

Detailed Description

Java wrapper for the Qore QoreClosure class

Java wrapper for the Qore HTTPClient class