Using Java code from Tcl UPoCs
A mixture of Java and Tcl UPoCs can be configured within the same interface. In some instances, a Tcl UPoC calls out to Java code instead of returning to the engine. At this point, it waits for the engine to invoke a Java UPoC later on the TPS stack.
The Java API does not include any special Java interface to be invoked in this way. Tcl extensions are available for Tcl script writers to call into Java TPS, TrxID, or XLTs, if a translation is in progress.
For the available methods and the Java equivalents of Message
, DispositionList
, PropertyTree
, and other Tcl commands, these are in the
javadocs installed in %HCIROOT%\docs\CloverleafJavaUpocAPI.
There are also Java docs for Java driver at %HCIROOT%\docs\CloverleafJavaDriverAPI.