NonStop Server for Java 6.0 Programmer's Reference
application server, and the transactional applications. For more information, see the Sun
Microsystems JTA document (http://java.sun.com/products/jta/index.html).
Java Transaction
Service (JTS)
The transaction API , modeled on OMG's OTS . The NonStop Server for Java 6.0 includes an
implementation of the jts.Current interface .
Java virtual
machine (JVM)
The process that loads, links, verifies, and interprets Java bytecode . The NonStop Server for Java
6.0 implements the Java HotSpot Server virtual machine .
Java Virtual
Machine Tool
Interface (JVM TI)
A programming interface used by development and monitoring tools. It is used to inspect the
state and to control the execution of applications running in the Java VM, thereby defining the
debugging services a VM provides.
JavaBeans A platform-neutral component architecture supported by Java, intended for developing or
assembling software for multiple hardware and operating system environments. For more
information, see the Sun Microsystems JavaBeans document
(http://java.sun.com/javase/6/docs/technotes/guides/beans/index.html).
JavaBeans
Development Kit
(BDK)
A set of tools for creating JavaBeans that is included with the NonStop Server for Java 6.0.
javac The Java compiler, which compiles Java source code into bytecode. Also, the command to run
the Java compiler.
javachk The Java Checker, which determines whether a problem with the Java virtual machine is due to
an incorrect TCP/IP configuration. Also, the command to run the Java checker.
javadoc The Java API documentation generator, which generates API documentation in HTML format from
Java source code. Also, the command to run the Java API documentation generator.
javah The C header and Stub file generator, which generates C header files and C source files from a
Java class, providing the connections that allow Java and C code to interact. Also, the command
to run the C header and stub file generator.
javap The Java class file disassembler, which disassembles compiled Java files and prints a representation
of the Java bytecode . Also, the command to run the Java class file disassembler.
JCK See Java Conformance Kit (JCK).
jdb The Java Debugger, which helps you find and fix errors in Java programs. Also, the command
to run the Java Debugger .jdb uses the Java Debugger API.
JDBC See Java Database Connectivity (JDBC).
JDBC/MP See HP JDBC Driver for SQL/MP (JDBC/MP).
JDBC/MX See HP JDBC Driver for SQL/MX (JDBC/MX).
JDK See Java SE Development Kit (JDK).
JNDI See Java Naming and Directory Interface (JNDI).
JNI See Java Native Interface (JNI).
jre The Java runtime environment, which executes Java bytecode. See also Java SE Runtime
Environment (JRE).
JTA See Java Transaction API (JTA).
JTS See Java Transaction Service (JTS).
jts.Current A JTS interface that lets you define transaction boundaries. The NonStop Server for Java 6.0
includes an implementation of jts.Current.
JVM See Java virtual machine (JVM).
JVM TI See Java Virtual Machine Tool Interface (JVM TI).
K-M
key A value used to identify a record in a database, derived by applying a fixed function to the
record. The key is often simply one of the fields (a column if the database is considered as
1.
97










