NonStop Server for Java (NSJ) Programmer's Guide (NSJ 2.1+)
Stub networks such as individual LANs❍
interoperability
One of the following:
The ability to communicate, execute programs, or transfer data between dissimilar
environments, including among systems from multiple vendors or with multiple
versions of operating systems from the same vendor. Compaq documents often use
the term connectivity in this context, while other vendors use connectivity to mean
hardware compatibility.
❍
Within a Compaq node, the ability to use the features or facilities of one
environment from another. For example, the gtacl command in the OSS
environment allows an interactive user to start and use a Guardian tool in the
Guardian environment.
❍
interpreter
The component of JVM that interprets bytecode into native machine code.
Invocation API
The C-language API that starts a JVM and invokes methods on it. The Invocation API is
a subset of the JNI.
ISO
See International Organization for Standardization (ISO).
item list file
The input file to ddl2java that describes the items in a DDL dictionary for which you
want to generate request and reply classes.
iTP Secure WebServer
The Compaq web server with which NonStop Java integrates using servlets. Formerly
called CyberWeb.
J
jar
The Java Archive tool, which combines multiple files into a single Java Archive (JAR)
file. Also, the command to run the Java Archive Tool.
JAR file
A Java Archive file, produced by the Java Archive Tool, jar.
java
The Java interpreter, which executes Java bytecode. Also, the command to run the Java
interpreter. The java command invokes the Java Run-Time.
Java Conformance Kit (JCK)