JavaCreateObject(strObjHandle, strClassName);
strObjHandle
strClassName
The Java environment must be configured, i.e. the compiled Java class must be accessible. See Configuring Java parameters in the Control Center documentation for more information.Instantiates a new Java object of a specific class. The class name is provided as an argument to the function call. The caller also provides a handle name (string) to be used in subsequent calls to refer to the created object. The Java object constructor gets called when creating an object.
0 -1 $iRetVal = JavaCreateObject("objTestHandle", "streamserve.invokeexternaljava.TestClass");
OpenText StreamServe 5.6 | Updated: 2013-03-01 |