LOTUSSCRIPT LANGUAGE


LS2J classes
With LS2J, Lotus introduces the concept of a Java object reference. Similar to an OLE object reference, it is not a predefined class; rather, it represents a runtime instance of a Java object. Its properties and methods are determined at run time.

The following table lists the LS2J interface classes.

LS2J classDescription
JavaClassRepresents a Java class.
JavaErrorAllows LotusScript programmers to find an error raised from the Java program.
JavaMethodContains information about Java methods in a class.
JavaMethodCollectionIs the enumerator for all the methods in a Java class.
JavaObjectRepresents a Java object instance. This is the key to connecting with a Java object.
JavaPropertyContains information about a Java property in a class.
JavaPropertyCollectionIs the enumerator for all the properties in a Java class.
JavaSessionRepresents a connection instance of JVM with which LotusScript is interfacing.

See Also