Simulates the Java's operator instanceof.
|
Syntax:
|
JInstanceOf(pseudo-reference, class name)
|
Returns:
|
A 'TRUE'LOG value if the object is not a NULL and can be cast to the class without generating an exception.
|
Example:
|
JINSTANCEOF(A, 'javax.jms.Message').
|
Note:
|
The parameter must be a BLOB.
|
See also:
|
Java Functions
The Online Samples project (program JV01)
|