Java 2 Platform Packages: Description
Java 2 Platform Packages: Description
See: Description
java.awt.dnd
-- components based on the JavaBeans architecture. java.beans.beancontext java.io java.lang java.lang.annotation java.lang.instrument
TM
Provides classes and interfaces relating to bean context. Provides for system input and output through data streams, serialization and the file system. Provides classes that are fundamental to the design of the Java programming language. Provides library support for the Java programming language annotation facility. Provides services that allow Java programming language agents to instrument programs running on the JVM. Provides the management interface for monitoring and management of the Java virtual machine as well as the operating system on which the Java virtual machine is running. Provides reference-object classes, which support a limited degree of interaction with the garbage collector. Provides classes and interfaces for obtaining reflective information about classes and objects. Provides classes for performing arbitraryprecision integer arithmetic (BigInteger) and arbitrary-precision decimal arithmetic (BigDecimal). Provides the classes for implementing networking applications. Defines buffers, which are containers for data, and provides an overview of the other NIO packages. Defines channels, which represent connections to entities that are capable of performing I/O operations, such as files and sockets; defines selectors, for multiplexed, non-blocking I/O operations. Service-provider classes for the java.nio.channels package. Defines charsets, decoders, and encoders,
java.lang.management
java.lang.ref
java.lang.reflect
java.math
java.net java.nio
java.nio.channels
java.nio.channels.spi java.nio.charset
for translating between bytes and Unicode characters. java.nio.charset.spi java.rmi java.rmi.activation java.rmi.dgc java.rmi.registry java.rmi.server java.security java.security.acl Service-provider classes for the java.nio.charset package. Provides the RMI package. Provides support for RMI Object Activation. Provides classes and interface for RMI distributed garbage-collection (DGC). Provides a class and two interfaces for the RMI registry. Provides classes and interfaces for supporting the server side of RMI. Provides the classes and interfaces for the security framework. The classes and interfaces in this package have been superseded by classes in the java.security package. Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths. Provides interfaces for generating RSA (Rivest, Shamir and Adleman AsymmetricCipher algorithm) keys as defined in the RSA Laboratory Technical Note PKCS#1, and DSA (Digital Signature Algorithm) keys as defined in NIST's FIPS186. Provides classes and interfaces for key specifications and algorithm parameter specifications. Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java programming language.
TM
java.security.cert
java.security.interfaces
java.security.spec
java.sql
java.text java.util
Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages. 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.concurrent java.util.concurrent.atomic Utility classes commonly useful in concurrent programming. A small toolkit of classes that support lockfree thread-safe programming on single variables. Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors. 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. Provides the classes and interfaces of the Java 2 platform's core logging facilities.
TM
java.util.concurrent.locks
java.util.jar
java.util.logging java.util.prefs
This package allows applications to store and retrieve user and system preference and configuration data. Classes for matching character sequences against patterns specified by regular expressions. Provides classes for reading and writing the standard ZIP and GZIP file formats. Defines a contract between user-interface components and an assistive technology that provides access to those components. Provides the classes and interfaces for cryptographic operations. Provides interfaces for Diffie-Hellman keys as defined in RSA Laboratories' PKCS #3. Provides classes and interfaces for key specifications and algorithm parameter specifications. The main package of the Java Image I/O API. A package of the Java Image I/O API dealing with synchronous notification of events during the reading and writing of images. A package of the Java Image I/O API
javax.imageio.event javax.imageio.metadata
dealing with reading and writing metadata. javax.imageio.plugins.bmp javax.imageio.plugins.jpeg Package containing the public classes used by the built-in BMP plug-in. Classes supporting the built-in JPEG plugin. A package of the Java Image I/O API containing the plug-in interfaces for readers, writers, transcoders, and streams, and a runtime registry. A package of the Java Image I/O API dealing with low-level I/O from files and streams. Provides the core classes for the Java Management Extensions. Provides the classes which implement advanced dynamic loading. Provides the definition of the ModelMBean classes. Provides the definition of the monitor classes. Provides the open data types and Open MBean descriptor classes. Provides the definition of the Relation Service. Interfaces for remote access to JMX MBean servers. The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server. Provides the definition of the Timer MBean. Provides the classes and interfaces for accessing naming services. Extends the javax.naming package to provide functionality for accessing directory services. Provides support for event notification when accessing naming and directory services. Provides support for LDAPv3 extended operations and controls. Provides the means for dynamically
javax.imageio.spi
javax.imageio.stream javax.management javax.management.loading javax.management.modelmbean javax.management.monitor javax.management.openmbean javax.management.relation javax.management.remote javax.management.remote.rmi javax.management.timer javax.naming javax.naming.directory javax.naming.event javax.naming.ldap javax.naming.spi
plugging in support for accessing naming and directory services through the javax.naming and related packages. javax.net javax.net.ssl javax.print Provides classes for networking applications. Provides classes for the secure socket package. Provides the principal classes and interfaces for the Java Print Service API.
TM
javax.print.attribute
Provides classes and interfaces that describe the types of Java Print Service attributes and how they can be collected into attribute sets.
TM
Package javax.print.attribute.standard contains classes for specific printing attributes. Package javax.print.event contains event classes and listener interfaces. Contains user APIs for RMI-IIOP. Contains portability APIs for RMI-IIOP. Provides implementations of RMIClientSocketFactory and RMIServerSocketFactory over the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols. This package provides a framework for authentication and authorization. This package provides the classes necessary for services to interact with applications in order to retrieve information (authentication data including usernames or passwords, for example) or to display information (error and warning messages, for example). This package contains utility classes related to the Kerberos network authentication protocol. This package provides a pluggable authentication framework. This package provides the interface to be used for implementing pluggable authentication modules. This package contains the classes that
javax.rmi.ssl
javax.security.auth
javax.security.auth.callback
should be used to store X500 Principal and X500 Private Crendentials in a Subject. javax.security.cert javax.security.sasl javax.sound.midi Provides classes for public key certificates. Contains class and interfaces for supporting SASL. Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data. Supplies interfaces for service providers to implement when offering new MIDI devices, MIDI file readers and writers, or sound bank readers. Provides interfaces and classes for capture, processing, and playback of sampled audio data. Supplies abstract classes for service providers to subclass when offering new audio devices, sound file readers and writers, or audio format converters. Provides the API for server side data source access and processing from the Java programming language.
TM
javax.sound.midi.spi
javax.sound.sampled
javax.sound.sampled.spi
Standard interfaces and base classes for JDBC RowSet implementations. Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language. The standard classes and interfaces that a third party vendor has to use in its implementation of a synchronization provider. Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. Provides classes and interface for drawing specialized borders around a Swing component. Contains classes and interfaces used by the JColorChooser component. Provides for events fired by Swing components.
javax.sql.rowset.spi
javax.swing
Contains classes and interfaces used by the JFileChooser component. Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities. Provides user interface objects built according to the Basic look and feel. Provides user interface objects built according to the Java look and feel (once codenamed Metal), which is the default look and feel. Provides user interface objects that combine two or more look and feels. Synth is a skinnable look and feel in which all painting is delegated. Provides classes and interfaces for dealing with javax.swing.JTable. Provides classes and interfaces that deal with editable and noneditable text components. Provides the class HTMLEditorKit and supporting classes for creating HTML text editors. Provides the default HTML parser, along with support classes. Provides a class (RTFEditorKit) for creating Rich-Text-Format text editors. Provides classes and interfaces for dealing with javax.swing.JTree. Allows developers to provide support for undo/redo in applications such as text editors. Contains three exceptions thrown by the ORB machinery during unmarshalling. Provides the API that defines the contract between the transaction manager and the resource manager, which allows the transaction manager to enlist and delist resource objects (supplied by the resource manager driver) in JTA transactions. Defines core XML constants and functionality from the XML specifications.
javax.swing.plaf.metal
javax.transaction.xa
javax.xml
XML/Java Type Mappings. XML Namespace processing. Provides classes allowing the processing of XML documents. This package defines the generic APIs for processing transformation instructions, and performing a transformation from source to result. This package implements DOM-specific transformation APIs. This package implements SAX2-specific transformation APIs. This package implements stream- and URIspecific transformation APIs. This package provides an API for validation of XML documents. This package provides an object-model neutral API for the evaluation of XPath expressions and access to the evaluation environment. This package presents a framework that allows application developers to make use of security services like authentication, data integrity and data confidentiality from a variety of underlying security mechanisms like Kerberos, using a unified API. Provides the mapping of the OMG CORBA APIs to the Java programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).
TM
javax.xml.transform
javax.xml.xpath
org.ietf.jgss
org.omg.CORBA
org.omg.CORBA_2_3
The CORBA_2_3 package defines additions to existing CORBA interfaces in the Java 2 Standard Edition. These changes occurred in recent revisions to the CORBA API defined by the OMG. The new methods were added to interfaces derived from the corresponding interfaces in the CORBA package. This provides backward compatibility and avoids breaking the JCK tests. Provides methods for the input and output of
org.omg.CORBA_2_3.portable
value types, and contains other updates to the org/omg/CORBA/portable package. org.omg.CORBA.DynAnyPackage Provides the exceptions used with the DynAny interface (InvalidValue, Invalid, InvalidSeq, and TypeMismatch). Provides the exception InvalidName, which is thrown by the method ORB.resolve_initial_references and the exception InconsistentTypeCode, which is thrown by the Dynamic Any creation methods in the ORB class. Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor's ORB. Provides the user-defined exceptions BadKind and Bounds, which are thrown by methods in in the class TypeCode. Provides a naming service for Java IDL. This package contains the following classes, which are used in org.omg.CosNaming.NamingContextExt: This package contains Exception classes for the org.omg.CosNaming package. This package contains the Dynamic module specified in the OMG Portable Interceptor specification, http://cgi.omg.org/cgibin/doc?ptc/2000-08-06, section 21.9. Provides classes and interfaces that enable traversal of the data value associated with an any at runtime, and extraction of the primitive constituents of the data value. This package contains classes and exceptions from the DynAnyFactory interface of the DynamicAny module specified in the OMG The Common Object Request Broker: Architecture and Specification, http://cgi.omg.org/cgibin/doc?formal/99-10-07, section 9.2.2. This package contains classes and exceptions from the DynAny interface of the DynamicAny module specified in the OMG The Common Object Request Broker:
org.omg.CORBA.ORBPackage
org.omg.CORBA.portable
org.omg.Dynamic
org.omg.DynamicAny
org.omg.DynamicAny.DynAnyFactoryPackage
org.omg.DynamicAny.DynAnyPackage
Architecture and Specification, http://cgi.omg.org/cgi-bin/doc?formal/9910-07, section 9.2. This package contains the IOP module specified in the OMG document The Common Object Request Broker: Architecture and Specification, http://cgi.omg.org/cgi-bin/doc?formal/9910-07, section 13.6. This package contains the exceptions specified in the IOP::CodeFactory interface (as part of the Portable Interceptors spec). This package is generated from the IOP::Codec IDL interface definition. This package contains the Messaging module specified in the OMG CORBA Messaging specification, http://cgi.omg.org/cgi-bin/doc?formal/9910-07. Provides a mechanism to register ORB hooks through which ORB services can intercept the normal flow of execution of the ORB.
org.omg.IOP
org.omg.IOP.CodecFactoryPackage org.omg.IOP.CodecPackage
org.omg.Messaging
org.omg.PortableInterceptor
This package contains the exceptions and typedefs from the ORBInitInfo local interface of the PortableInterceptor org.omg.PortableInterceptor.ORBInitInfoPackage module specified in the OMG Portable Interceptor specification, http://cgi.omg.org/cgi-bin/doc?ptc/2000-0806, section 21.7.2. org.omg.PortableServer Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs. Provides method implementations with access to the identity of the object on which the method was invoked. Encapsulates the processing state of the POAs it is associated with. Allows programmers to construct object implementations that are portable between different ORB products. Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.
org.omg.PortableServer.portable
Provides classes and interfaces for locating the servant. Provides support for the marshalling of value types. Contains RMI-IIOP Stubs for the Remote types that occur in the java.rmi package. Provides the interfaces for the Document Object Model (DOM) which is a component API of the Java API for XML Processing.
This package provides the core SAX APIs. This package contains interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support. This package contains "helper" classes, including support for bootstrapping SAXbased applications.
org.xml.sax.helpers
Other Packages
javax.activity Contains Activity service related exceptions thrown by the ORB machinery during unmarshalling.