Qore jni Module  1.0.1
org.qore.jni.QoreObjectWrapper Class Reference

This is meant to the be the wrapper class for Java classes wrapping Qore object classes. More...

Inheritance diagram for org.qore.jni.QoreObjectWrapper:
org.qore.lang.AbstractDatasource org.qore.lang.AbstractSQLStatement org.qore.lang.bulksqlutil.AbstractBulkOperation org.qore.lang.HTTPClient org.qore.lang.mapper.Mapper org.qore.lang.qunit.AbstractTestResult org.qore.lang.qunit.Test org.qore.lang.sqlutil.AbstractSqlUtilBase

Public Member Methods

 QoreObjectWrapper (QoreObject obj)
 creates the wrapper object with the Qore object
 
void release ()
 releases the Qore object; do not call any further methods on the object after this call
 
QoreObject getQoreObject ()
 returns the Qore object
 
String className ()
 returns the class name for the Qore object
 
boolean instanceOf (String class_name)
 returns true if the object is an instance of the given class
 

Private Attributes

QoreObject obj
 the wrapper Qore object
 

Detailed Description

This is meant to the be the wrapper class for Java classes wrapping Qore object classes.

Note
API usage errors such as with releasing / deleting the wrapped object and then calling methods on the object will cause a crash

The documentation for this class was generated from the following file: