NonStop Server for Java (NSJ) Programmer's Guide (NSJ 2.0+)

site update tape (SUT)
The tape that Compaq sends to a customer, containing all of the software that the
customer has purchased. To install the software, the customer uses the SUT as input to
the INSTALL program or to the DSM/SCM program.
skeleton
In RMI, the complement of the stub. Together, skeletons and stubs form the interface
between the RMI services and the code that calls and implements remote objects.
socket
A logical connection between two application programs across a TCP/IP network.
SoftFloat
A free, high-quality software implementation of floating-point math that conforms to the
IEC/IEEE Standard for Binary Floating-point Arithmetic. SoftFloat is written in
ISO/ANSI C, so most ISO-conformant C compilers can compile it.
SPP
See Security Package Provider (SPP).
SQLCI
The SQL/MP command interpreter.
SQL/MP
See Compaq NonStop
TM
SQL/MP.
SSC
See ServletServerClass (SSC).
Standard Extension API
An API outside the Core API for which Sun Microsystems, Inc. has defined and
published an API standard. Some of the Standard Extensions might migrate into the Core
API. Examples of standard extensions are servlets and JTS.
stderr
The standard error message device.
stdin
The standard input device.
stdout
The standard output device.
stub
One of the following:
A dummy procedure used when linking a program with a run-time library. The
stub need not contain any code. Its only purpose is to prevent "undefined label"
errors at link time.