NonStop Server for Java (NSJ) Programmer's Guide (NSJ 2.1+)
The following table lists the JDK 1.2.2 API packages supported by NonStop Java 2.1:
Package Description
java.applet Provides the classes necessary to create an applet and the
classes an applet uses to communicate with its applet
context.
java.beans Contains classes related to Java Beans development.
java.beans.beancontext Provides classes and interfaces relating to bean context.
java.io Provides for system input and output through data
streams, serializatio, and the file system.
java.lang Provides classes that are fundamental to the design of the
Java programming language.
java.lang.ref Provides reference-object classes, which support a
limited degree of interaction with the garbage collector.
java.lang.reflect Provides classes and interfaces for obtaining reflective
information about classes and objects.
java.math Provides classes for performing arbitrary-precision
integer arithmetic (BigInteger) and arbitrary-precision
decimal arithmetic (BigDecimal).
java.net Provides the classes for implementing networking
applications.
java.rmi Provides the Remote Method Invocation (RMI) package.
java.rmi.activation Provides support for RMI Object Activation.
java.rmi.dgc Provides classes and interface for RMI distributed
garbage-collection (DGC).
java.rmi.registry Provides a class and two interfaces for the RMI registry.
java.rmi.server Provides classes and interfaces for supporting the server
side of RMI.
java.security Provides the classes and interfaces for the security
framework.