272 WebSphere and .NET Coexistence
The ActiveX Bridge provides a simple interface with which the user may initialize
a Java Virtual Machine, find classes, invoke methods and handle ActiveX to Java
data type conversions. A brief overview of these methods is useful for
subsequent discussion.
The XJB.JClassFactory object is the ActiveX Bridge. Your application creates
an instance of this object in order to begin to use the Java environment and
access Java classes. This object contains the following methods:
XJBInit() - After creating an instance of XJB.JClassFactory, the application
calls this method to create an instance of the Java Virtual Machine and
initialize it. Parameters passed into this method provide the same control over
the JVM ...