Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

JCI_GetObjectClass

This function returns the class object of an object.
It is equivalent to the JNI function GetObjectClass.


Call

CALL 'JCI_GetObjectClass' USING obj cObj

obj

Instance object

cObj

Class object returned by the function


Arguments

obj

Data field of the type JCI-object

Instance object whose class object is to be returned. The object may not be 0.

cObj

Data field of the type JCI-object
After the function has been successfully executed, the field contains the class object of the class being searched for.


Return value (RETURN-CODE)

JCI-RET-OK

The call was successful.

JCI-RET-ENOVM

No Java VM has been started.

JCI-RET-ENULLOBJ

obj is JCI-NULL.