Procedures and functions
getboolvalue |
Retrieve value of a java.lang.Boolean
|
getclass |
Retrieve class name from jvmobject
|
getintvalue |
Retrieve value of a java.lang.Integer
|
getisnull |
Query whether a jvmobject contains an object reference
|
getrealvalue |
Retrieve value of a java.lang.Double
|
getstrvalue |
Retrieve value of a java.lang.String
|
gettextvalue |
Retrieve value of a java.lang.String
|
jvmattachthread |
Attach model thread to JVM
|
jvmcallint |
Call a Java function that returns an int
|
jvmcallobj |
Call a Java function that returns an Object
|
jvmcallreal |
Call a Java function that returns a double
|
jvmcallstr |
Call a Java function that returns a String
|
jvmcalltext |
Call a Java function that returns a String
|
jvmcallvoid |
Call a Java procedure
|
jvmdetachthread |
Detach model thread from the JVM
|
jvmgetexceptionclass |
Retrieve type of thrown exception
|
jvmgetexceptionmsg |
Retrieve message from thrown exception
|
jvmnewobj |
Call a Java constructor method to create a new Java object
|
jvmsetcreationargs |
Set arguments to use when creating JVM
|
jvmstatus |
Query whether last Java method threw exception
|
setnull |
Clear object reference from jvmobject
|
setvalue |
Assign object reference stored in jvmobject
|