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

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.
java.security.acl The classes and interfaces in this package have been superseded by classes in the java.security
package.
java.security.cert Provides classes and interfaces for parsing and managing certificates.
java.security.interfaces Provides interfaces for generating asymmetric cipher algorithm keys and digital signature algorithm
keys.
java.security.spec Provides classes and interfaces for key specifications and algorithm parameter specifications.
java.sql Provides the JDBC package.
java.text Provides classes and interfaces for handling text, dates, numbers, and messages in a manner
independent of natural languages.
java.util Contains the collections framework, legacy collection classes, event model, date and time facilities,
internationalization, and miscellaneous utility classes (a string tokenizer, a random number generator,
and a bit array).
java.util.jar Provides classes for reading and writing the JAR (Java Archive) file format, which is based on the
standard ZIP file format with an optional manifest file.
java.util.zip Provides classes for reading and writing the standard ZIP and GZIP file formats.
Because of the nonvisual nature of Compaq servers, NonStop
TM
Server for Java 2.0 does not support the JDK 1.2.2 features in
the following table.
Unsupported JDK 1.2.2 Packages
Package Description
java.awt and AWT-related packages Contains all of the classes for creating user interfaces and for painting graphics and
images.
javax.accessibility Defines a contract between user interface components and technology that provides
access to those components.
javax.swing and Swing-related packages Provides a set of "lightweight" (all-Java language) components that, as much as
possible, work the same on all platforms.
If accessed from NonStop
TM
Server for Java 2.0, an unsupported feature throws an UnsupportedClassException.
For more information on JDK 1.2.2, see the Sun Microsystems documentation.