LOTUSSCRIPT LANGUAGE


JavaSession class
Example

JavaSession is the starting point for access to the Java objects. The session attaches to the existing JVM, if there is one. If a JVM has not been started, the LotusScript client tries to create the JVM and apply all the specified arguments. You can create as many JavaSessions as you want. All the resources created are associated with a particular session. Delete the session object to reclaim the resources.

Properties


Methods
Creation and access

To access the current JVM session.

Syntax
Dim variableName As New JavaSession

OR

Set javaSession = New JavaSession

Parameter
Arguments for this class are not documented because they are overwritten by Notes. These arguments are for internal use only.

Example
See Also