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_DeleteLocalRef

This function deletes a local object reference.
It is equivalent to the JNI function DeleteLocalRef.


Call

CALL 'JCI_DeleteLocalRef' USING obj

obj

Object reference


Arguments

obj

Data field of the type JCI-object
Object reference which is to be deleted.


Return value (RETURN-CODE)

JCI-RET-OK

The call was successful.

JCI-RET-ENOVM

No Java VM has been started.


Notes

After the JCI_DeleteLocalRef function has been called, the object reference obj may no longer be used.