LS2J classes
LS2J 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 class |
Description |
|---|---|
| Represents a Java™ class. |
|
| Allows LotusScript® programmers to find an error raised from the Java™ program. |
|
| Contains information about Java™ methods in a class. |
|
| Is the enumerator for all the methods in a Java™ class. |
|
| Represents a Java™ object instance. This is the key to connecting with a Java™ object. |
|
| Contains information about a Java™ property in a class. |
|
| Is the enumerator for all the properties in a Java™ class. |
|
| Represents a connection instance of JVM with which LotusScript® is interfacing. |