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

Monitors database updates audited by the TMF subsystem on a primary system and
applies those updates to a copy of the database on a remote system
Remote Method Invocation (RMI)
The Java package used for homogeneous distributed objects in an all-Java environment.
requester
See client.
RISC
See reduced instruction set computing (RISC).
RMI
See Remote Method Invocation (RMI).
rmic
The Java RMI stub compiler, which generates stubs and skeletons for remote objects.
rmicregistry
The Java Remote Object Registry, which starts a remote object registry on the specified
port on the current host.
S
scalability
The ability to increase the size and processing power of an online transaction processing
system by adding processors and devices to a system, systems to a network, and so on,
and to do so easily and transparently without bringing systems down. Sometimes called
expandability.
Scalable TCP/IP (SIP)
A NonStop Java feature that transparently provides a way to give scalability and
persistence to a network server written in Java.
SCF
See Subsystem Control Facility (SCF).
Security Package Provider (SPP)
An implementation of concrete classes for security, usually provided by a security vendor
such as RSA or Atalla, which addresses such needs as digital signatures, key certificate
management, and access control.
security signature
A way to automatically identify the sender of an electronic message or document, without
the possiblity of alteration.
SecurityManager
The Java class used to implement security policy.