LOTUSSCRIPT LANGUAGE
The JavaObject Reference is the key to connecting with a Java object. It is returned from the CreateObject method of the JavaClass class or the GetJavaObject function. It is similar to an OLE reference and represents a Java object instance. The properties and methods are adapted automatically. It can be assigned only to a Variant.
Although Java Native Interface (JNI) allows us to look at properties (fields) and methods with different protected attributes, LotusScript adapts only the public ones.
Properties
The JavaObject reference is not set if LotusScript has problems adapting the specified Java object. If the program tries to use the properties or methods, it raises an "Object Variable Not Set" error.
Note
Due to LotusScript limitations, you cannot access the following properties and methods:
Example See Also