Uses of Interface
java.io.Serializable
-
Packages that use Serializable Package Description com.sun.javadoc Note: The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.com.sun.jdi This is the core package of the Java Debug Interface (JDI), it defines mirrors for values, types, and the target VirtualMachine itself - as well bootstrapping facilities.com.sun.jdi.connect This package defines connections between the virtual machine using the JDI and the target virtual machine.com.sun.jdi.connect.spi This package comprises the interfaces and classes used to develop newTransportServiceimplementations.com.sun.jdi.request This package is used to request that a JDI event be sent under specified conditions.com.sun.management This package contains the JDK's extension to the standard implementation of thejava.lang.managementAPI and also defines the management interface for some other components of the platform.com.sun.nio.sctp A Java API for Stream Control Transport Protocol.com.sun.security.auth Provides implementations ofPrincipal.com.sun.security.jgss com.sun.source.doctree Provides interfaces to represent documentation comments as abstract syntax trees (AST).com.sun.source.tree Provides interfaces to represent source code as abstract syntax trees (AST).com.sun.source.util Provides utilities for operations on abstract syntax trees (AST).com.sun.tools.attach Provides the API to attach to a Java™ virtual machine.com.sun.tools.jconsole This package contains the JConsole API.java.applet Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.java.awt.color Provides classes for color spaces.java.awt.datatransfer Provides interfaces and classes for transferring data between and within applications.java.awt.desktop Provides interfaces and classes for interaction with various desktop capabilities.java.awt.dnd Drag and Drop is a direct manipulation gesture found in many Graphical User Interface systems that provides a mechanism to transfer information between two entities logically associated with presentation elements in the GUI.java.awt.event Provides interfaces and classes for dealing with different types of events fired by AWT components.java.awt.font Provides classes and interface relating to fonts.java.awt.geom Provides the Java 2D classes for defining and performing operations on objects related to two-dimensional geometry.java.awt.image Provides classes for creating and modifying images.java.awt.image.renderable Provides classes and interfaces for producing rendering-independent images.java.awt.print Provides classes and interfaces for a general printing API.java.beans Contains classes related to developing beans -- components based on the JavaBeans™ architecture.java.beans.beancontext Provides classes and interfaces relating to bean context.java.io Provides for system input and output through data streams, serialization and the file system.java.lang Provides classes that are fundamental to the design of the Java programming language.java.lang.annotation Provides library support for the Java programming language annotation facility.java.lang.instrument Provides services that allow Java programming language agents to instrument programs running on the JVM.java.lang.invoke Thejava.lang.invokepackage contains dynamic language support provided directly by the Java core class libraries and virtual machine.java.lang.management Provides the management interfaces for monitoring and management of the Java virtual machine and other components in the Java runtime.java.lang.module Classes to support module descriptors and creating configurations of modules by means of resolution and service binding.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.nio Defines buffers, which are containers for data, and provides an overview of the other NIO packages.java.nio.channels 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.java.nio.charset Defines charsets, decoders, and encoders, for translating between bytes and Unicode characters.java.nio.file Defines interfaces and classes for the Java virtual machine to access files, file attributes, and file systems.java.nio.file.attribute Interfaces and classes providing access to file and file system attributes.java.rmi Provides the 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.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 deprecated.java.security.cert Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths.java.security.interfaces 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 FIPS-186.java.security.spec Provides classes and interfaces for key specifications and algorithm parameter specifications.java.sql Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java™ programming language.java.text Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages.java.time The main API for dates, times, instants, and durations.java.time.chrono Generic API for calendar systems other than the default ISO.java.time.format Provides classes to print and parse dates and times.java.time.temporal Access to date and time using fields and units, and date time adjusters.java.time.zone Support for time-zones and their rules.java.util Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.java.util.concurrent Utility classes commonly useful in concurrent programming.java.util.concurrent.atomic A small toolkit of classes that support lock-free thread-safe programming on single variables.java.util.concurrent.locks Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.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.logging Provides the classes and interfaces of the Java™ 2 platform's core logging facilities.java.util.prefs This package allows applications to store and retrieve user and system preference and configuration data.java.util.regex Classes for matching character sequences against patterns specified by regular expressions.java.util.stream Classes to support functional-style operations on streams of elements, such as map-reduce transformations on collections.java.util.zip Provides classes for reading and writing the standard ZIP and GZIP file formats.javafx.animation Provides the set of classes for ease of use transition based animations.javafx.application Provides the application life-cycle classes.javafx.concurrent Provides the set of classes for javafx.task.javafx.css Provides API for making properties styleable via CSS and for supporting pseudo-class state.javafx.embed.swing Provides the set of classes to use JavaFX inside Swing applications.javafx.event Provides basic framework for FX events, their delivery and handling.javafx.fxml Contains classes for loading an object hierarchy from markup.javafx.geometry Provides the set of 2D classes for defining and performing operations on objects related to two-dimensional geometry.javafx.print Provides the public classes for the JavaFX Printing API.javafx.scene Provides the core set of base classes for the JavaFX Scene Graph API.javafx.scene.chart The JavaFX User Interface provides a set of chart components that are a very convenient way for data visualization.javafx.scene.control The JavaFX User Interface Controls (UI Controls or just Controls) are specialized Nodes in the JavaFX Scenegraph especially suited for reuse in many different application contexts.javafx.scene.control.skin The javafx.scene.control.skin package is where the skin classes, typically one for each UI control, are locatedjavafx.scene.effect Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.javafx.scene.image Provides the set of classes for loading and displaying images.javafx.scene.input Provides the set of classes for mouse and keyboard input event handling.javafx.scene.layout Provides classes to support user interface layout.javafx.scene.media Provides the set of classes for integrating audio and video into Java FX Applications.javafx.scene.paint Provides the set of classes for colors and gradients used to fill shapes and backgrounds when rendering the scene graph.javafx.scene.shape Provides the set of 2D classes for defining and performing operations on objects related to two-dimensional geometry.javafx.scene.text Provides the set of classes for fonts and renderable Text Node.javafx.scene.transform Provides the set of convenient classes to perform rotating, scaling, shearing, and translation transformations forAffineobjects.javafx.scene.web This package provides means for loading and displaying Web content.javafx.stage Provides the top-level container classes for JavaFX content.javafx.util Contains various utilities and helper classes.javax.activation javax.activity Contains Activity service related exceptions thrown by the ORB machinery during unmarshalling.javax.annotation javax.annotation.processing Facilities for declaring annotation processors and for allowing annotation processors to communicate with an annotation processing tool environment.javax.crypto Provides the classes and interfaces for cryptographic operations.javax.crypto.interfaces Provides interfaces for Diffie-Hellman keys as defined in RSA Laboratories' PKCS #3.javax.crypto.spec Provides classes and interfaces for key specifications and algorithm parameter specifications.javax.imageio The main package of the Java Image I/O API.javax.imageio.metadata A package of the Java Image I/O API dealing with reading and writing metadata.javax.jnlp The JNLP API is designed to provide additional services to JNLP applications running in the Java Plugin or launched by Java Web Start.javax.jws javax.jws.soap javax.lang.model Classes and hierarchies of packages used to model the Java programming language.javax.lang.model.element Interfaces used to model elements of the Java programming language.javax.lang.model.type Interfaces used to model Java programming language types.javax.lang.model.util Utilities to assist in the processing of program elements and types.javax.management Provides the core classes for the Java Management Extensions.javax.management.loading Provides the classes which implement advanced dynamic loading.javax.management.modelmbean Provides the definition of the ModelMBean classes.javax.management.monitor Provides the definition of the monitor classes.javax.management.openmbean Provides the open data types and Open MBean descriptor classes.javax.management.relation Provides the definition of the Relation Service.javax.management.remote Interfaces for remote access to JMX MBean servers.javax.management.remote.rmi The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server.javax.management.timer Provides the definition of the Timer MBean.javax.naming Provides the classes and interfaces for accessing naming services.javax.naming.directory Extends thejavax.namingpackage to provide functionality for accessing directory services.javax.naming.event Provides support for event notification when accessing naming and directory services.javax.naming.ldap Provides support for LDAPv3 extended operations and controls.javax.naming.spi Provides the means for dynamically plugging in support for accessing naming and directory services through thejavax.namingand related packages.javax.net.ssl Provides classes for the secure socket package.javax.print Provides the principal classes and interfaces for the Java™ Print Service API.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.javax.print.attribute.standard Package javax.print.attribute.standard contains classes for specific printing attributes.javax.print.event Package javax.print.event contains event classes and listener interfaces.javax.rmi.CORBA Contains portability APIs for RMI-IIOP.javax.rmi.ssl Provides implementations ofRMIClientSocketFactoryandRMIServerSocketFactoryover the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols.javax.script The scripting API consists of interfaces and classes that define Java™ Scripting Engines and provides a framework for their use in Java applications.javax.security.auth This package provides a framework for authentication and authorization.javax.security.auth.callback 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).javax.security.auth.kerberos This package contains utility classes related to the Kerberos network authentication protocol.javax.security.auth.login This package provides a pluggable authentication framework.javax.security.auth.x500 This package contains the classes that should be used to store X500 Principal and X500 Private Credentials in a Subject.javax.security.cert Provides classes for public key certificates.javax.security.sasl Contains class and interfaces for supporting SASL.javax.smartcardio Java™ Smart Card I/O APIjavax.sound.midi Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data.javax.sound.sampled Provides interfaces and classes for capture, processing, and playback of sampled audio data.javax.sql Provides the API for server side data source access and processing from the Java™ programming language.javax.sql.rowset Standard interfaces and base classes for JDBCRowSetimplementations.javax.sql.rowset.serial Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language.javax.sql.rowset.spi The standard classes and interfaces that a third party vendor has to use in its implementation of a synchronization provider.javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.javax.swing.border Provides classes and interface for drawing specialized borders around a Swing component.javax.swing.colorchooser Contains classes and interfaces used by theJColorChoosercomponent.javax.swing.event Provides for events fired by Swing components.javax.swing.plaf Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.javax.swing.plaf.basic Provides user interface objects built according to the Basic look and feel.javax.swing.plaf.metal Provides user interface objects built according to the Java look and feel (once codenamed Metal), which is the default look and feel.javax.swing.plaf.nimbus Provides user interface objects built according to the cross-platform Nimbus look and feel.javax.swing.plaf.synth Synth is a skinnable look and feel in which all painting is delegated.javax.swing.table Provides classes and interfaces for dealing withjavax.swing.JTable.javax.swing.text Provides classes and interfaces that deal with editable and noneditable text components.javax.swing.text.html Provides the classHTMLEditorKitand supporting classes for creating HTML text editors.javax.swing.text.html.parser Provides the default HTML parser, along with support classes.javax.swing.text.rtf Provides a class (RTFEditorKit) for creating Rich-Text-Format text editors.javax.swing.tree Provides classes and interfaces for dealing withjavax.swing.JTree.javax.swing.undo Allows developers to provide support for undo/redo in applications such as text editors.javax.tools Provides interfaces for tools which can be invoked from a program, for example, compilers.javax.transaction Contains three exceptions thrown by the ORB machinery during unmarshalling.javax.transaction.xa 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.javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.javax.xml.bind.annotation Defines annotations for customizing Java program elements to XML Schema mapping.javax.xml.catalog Provides the classes for implementing XML Catalogs OASIS Standard V1.1, 7 October 2005.javax.xml.crypto Common classes for XML cryptography.javax.xml.crypto.dsig Classes for generating and validating XML digital signatures.javax.xml.datatype Defines XML/Java Type Mappings.javax.xml.namespace Defines XML Namespace processing.javax.xml.parsers Provides the classes for processing XML documents with a SAX (Simple API for XML) parser or a DOM (Document Object Model) Document builder.javax.xml.soap Provides the API for creating and building SOAP messages.javax.xml.stream Defines interfaces and classes for the Streaming API for XML (StAX).javax.xml.transform Defines the generic APIs for processing transformation instructions, and performing a transformation from source to result.javax.xml.validation Provides an API for validation of XML documents.javax.xml.ws This package contains the core JAX-WS APIs.javax.xml.ws.handler This package defines APIs for message handlers.javax.xml.ws.http This package defines APIs specific to the HTTP binding.javax.xml.ws.soap This package defines APIs specific to the SOAP binding.javax.xml.xpath Provides an object-model neutral API for the evaluation of XPath expressions and access to the evaluation environment.jdk.dynalink Contains interfaces and classes that are used to link aninvokedynamiccall site.jdk.dynalink.beans Contains the linker for ordinary Java objects.jdk.dynalink.linker Contains interfaces and classes needed by language runtimes to implement their own language-specific object models and type conversions.jdk.incubator.http High level HTTP and WebSocket APIjdk.javadoc.doclet The Doclet API provides an environment which, in conjunction with the Language Model API and Compiler Tree API, allows clients to inspect the source-level structures of programs and libraries, including API comments embedded in the source.jdk.jfr This package contains classes to create events and control Flight Recorder.jdk.jshell Provides interfaces for creating tools, such as a Read-Eval-Print Loop (REPL), which interactively evaluate "snippets" of Java programming language code.jdk.jshell.spi Defines the Service Provider Interface for pluggable JShell execution engines.jdk.management.resource Resource tracking contexts, meters, and factories.jdk.nashorn.api.scripting This package provides thejavax.scriptintegration, which is the preferred way to use Nashorn.jdk.nashorn.api.tree Nashorn parser API provides interfaces to represent ECMAScript source code as abstract syntax trees (AST) and Parser to parse ECMAScript source scripts.jdk.net Platform specific socket options for thejava.netandjava.nio.channelssocket classes.jdk.security.jarsigner netscape.javascript Provides Java code the ability to access the JavaScript engine and the HTML DOM in the web browser.org.ietf.jgss 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.org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the Java™ programming language, including the classORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).org.omg.CORBA_2_3.portable Provides methods for the input and output of value types, and contains other updates to theorg/omg/CORBA/portablepackage.org.omg.CORBA.DynAnyPackage Provides the exceptions used with theDynAnyinterface (InvalidValue,Invalid,InvalidSeq, andTypeMismatch).org.omg.CORBA.ORBPackage Provides the exceptionInvalidName, which is thrown by the methodORB.resolve_initial_referencesand the exceptionInconsistentTypeCode, which is thrown by the Dynamic Any creation methods in the ORB class.org.omg.CORBA.portable 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.org.omg.CORBA.TypeCodePackage Provides the user-defined exceptionsBadKindandBounds, which are thrown by methods in in the classTypeCode.org.omg.CosNaming Provides a naming service for Java IDL.org.omg.CosNaming.NamingContextExtPackage This package contains the following classes, which are used inorg.omg.CosNaming.NamingContextExt:AddressHelperStringNameHelperURLStringHelperInvalidAddressorg.omg.CosNaming.NamingContextPackage This package contains Exception classes for theorg.omg.CosNamingpackage.org.omg.Dynamic This package contains theDynamicmodule specified in the OMG Portable Interceptor specification, ptc/2000-08-06, section 21.9.org.omg.DynamicAny Provides classes and interfaces that enable traversal of the data value associated with ananyat runtime, and extraction of the primitive constituents of the data value.org.omg.DynamicAny.DynAnyFactoryPackage This package contains classes and exceptions from theDynAnyFactoryinterface of theDynamicAnymodule specified in the OMG The Common Object Request Broker: Architecture and Specification, formal/99-10-07, section 9.2.2.org.omg.DynamicAny.DynAnyPackage This package contains classes and exceptions from theDynAnyinterface of theDynamicAnymodule specified in the OMG The Common Object Request Broker: Architecture and Specification, formal/99-10-07, section 9.2.org.omg.IOP This package contains theIOPmodule specified in the OMG document The Common Object Request Broker: Architecture and Specification, formal/99-10-07, section 13.6.org.omg.IOP.CodecFactoryPackage This package contains the exceptions specified in the IOP::CodeFactory interface (as part of the Portable Interceptors spec).org.omg.IOP.CodecPackage This package is generated from the IOP::Codec IDL interface definition.org.omg.PortableInterceptor Provides a mechanism to register ORB hooks through which ORB services can intercept the normal flow of execution of the ORB.org.omg.PortableInterceptor.ORBInitInfoPackage This package contains the exceptions and typedefs from theORBInitInfolocal interface of thePortableInterceptormodule specified in the OMG Portable Interceptor specification, ptc/2000-08-06, section 21.7.2.org.omg.PortableServer Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.org.omg.PortableServer.CurrentPackage Provides method implementations with access to the identity of the object on which the method was invoked.org.omg.PortableServer.POAManagerPackage Encapsulates the processing state of the POAs it is associated with.org.omg.PortableServer.POAPackage Allows programmers to construct object implementations that are portable between different ORB products.org.omg.SendingContext Provides support for the marshalling of value types.org.omg.stub.java.rmi Contains RMI-IIOP Stubs for the Remote types that occur in thejava.rmipackage.org.w3c.dom Provides the interfaces for the Document Object Model (DOM).org.w3c.dom.events Provides interfaces for DOM Level 2 Events.org.w3c.dom.ls Provides interfaces for DOM Level 3 Load and Save.org.w3c.dom.ranges Provides interfaces for DOM Level 2 Range.org.w3c.dom.xpath Provides interfaces for DOM Level 3 XPath Specification.org.xml.sax Provides the core SAX APIs. -
-
Uses of Serializable in com.sun.javadoc
Classes in com.sun.javadoc that implement Serializable Modifier and Type Class Description classLanguageVersionDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package. -
Uses of Serializable in com.sun.jdi
Classes in com.sun.jdi that implement Serializable Modifier and Type Class Description classAbsentInformationExceptionThrown to indicate line number or variable information is not available.classClassNotLoadedExceptionThrown to indicate that the requested class has not yet been loaded through the appropriate class loader.classClassNotPreparedExceptionThrown to indicate that the requested operation cannot be completed because the specified class has not yet been prepared.classIncompatibleThreadStateExceptionThrown to indicate that the requested operation cannot be completed while the specified thread is in its current state.classInconsistentDebugInfoExceptionThrown to indicate that there is an inconistency in the debug information provided by the target VM.classInternalExceptionThrown to indicate that an unexpected internal error has occurred.classInvalidCodeIndexExceptionDeprecated.This exception is no longer thrownclassInvalidLineNumberExceptionDeprecated.This exception is no longer thrownclassInvalidModuleExceptionThrown to indicate that the requested module is invalid or became invalid after the module was unloaded.classInvalidStackFrameExceptionThrown to indicate that the requested operation cannot be completed because the specified stack frame is no longer valid.classInvalidTypeExceptionThrown to indicate a type mismatch in setting the value of a field or variable, or in specifying the return value of a method.classInvocationExceptionThrown to indicate an exception occurred in an invoked method within the target VM.classJDIPermissionTheJDIPermissionclass represents access rights to theVirtualMachineManager.classNativeMethodExceptionThrown to indicate an operation cannot be completed because it is not valid for a native method.classObjectCollectedExceptionThrown to indicate that the requested operation cannot be completed because the specified object has been garbage collected.classVMCannotBeModifiedExceptionThrown to indicate that the operation is invalid because it would modify the VM and the VM is read-only.classVMDisconnectedExceptionUnchecked exception thrown to indicate that the requested operation cannot be completed because there is no longer a connection to the target VM.classVMMismatchExceptionThrown to indicate that the requested operation cannot be completed because the a mirror from one target VM is being combined with a mirror from another target VM.classVMOutOfMemoryExceptionThrown to indicate that the requested operation cannot be completed because the target VM has run out of memory. -
Uses of Serializable in com.sun.jdi.connect
Subinterfaces of Serializable in com.sun.jdi.connect Modifier and Type Interface Description static interfaceConnector.ArgumentSpecification for and value of a Connector argument.static interfaceConnector.BooleanArgumentSpecification for and value of a Connector argument, whose value is Boolean.static interfaceConnector.IntegerArgumentSpecification for and value of a Connector argument, whose value is an integer.static interfaceConnector.SelectedArgumentSpecification for and value of a Connector argument, whose value is a String selected from a list of choices.static interfaceConnector.StringArgumentSpecification for and value of a Connector argument, whose value is a String.Classes in com.sun.jdi.connect that implement Serializable Modifier and Type Class Description classIllegalConnectorArgumentsExceptionThrown to indicate an invalid argument or inconsistent passed to aConnector.classTransportTimeoutExceptionThis exception may be thrown as a result of a timeout when attaching to a target VM, or waiting to accept a connection from a target VM.classVMStartExceptionA target VM was successfully launched, but terminated with an error before a connection could be established. -
Uses of Serializable in com.sun.jdi.connect.spi
Classes in com.sun.jdi.connect.spi that implement Serializable Modifier and Type Class Description classClosedConnectionExceptionThis exception may be thrown as a result of an asynchronous close of aConnectionwhile an I/O operation is in progress. -
Uses of Serializable in com.sun.jdi.request
Classes in com.sun.jdi.request that implement Serializable Modifier and Type Class Description classDuplicateRequestExceptionThrown to indicate a duplicate event request.classInvalidRequestStateExceptionThrown to indicate that the requested event cannot be modified because it is enabled. -
Uses of Serializable in com.sun.management
Classes in com.sun.management that implement Serializable Modifier and Type Class Description static classVMOption.OriginOrigin of the value of a VM option. -
Uses of Serializable in com.sun.nio.sctp
Classes in com.sun.nio.sctp that implement Serializable Modifier and Type Class Description static classAssociationChangeNotification.AssocChangeEventDefines the type of change event that happened to the association.classHandlerResultDefines notification handler results.classIllegalReceiveExceptionUnchecked exception thrown when an attempt is made to invoke thereceivemethod ofSctpChannelorSctpMultiChannelfrom a notification handler.classIllegalUnbindExceptionUnchecked exception thrown when an attempt is made to remove an address that is not bound to the channel, or remove an address from a channel that has only one address bound to it.classInvalidStreamExceptionUnchecked exception thrown when an attempt is made to send a message to an invalid stream.static classPeerAddressChangeNotification.AddressChangeEventDefines the type of address change event that occurred to the destination address on a multi-homed peer when it encounters a change of interface details. -
Uses of Serializable in com.sun.security.auth
Classes in com.sun.security.auth that implement Serializable Modifier and Type Class Description classLdapPrincipalA principal identified by a distinguished name as specified by RFC 2253.classNTDomainPrincipalThis class implements thePrincipalinterface and represents the name of the Windows NT domain into which the user authenticated.classNTSidThis class implements thePrincipalinterface and represents information about a Windows NT user, group or realm.classNTSidDomainPrincipalThis class extendsNTSidand represents a Windows NT user's domain SID.classNTSidGroupPrincipalThis class extendsNTSidand represents one of the groups to which a Windows NT user belongs.classNTSidPrimaryGroupPrincipalThis class extendsNTSidand represents a Windows NT user's primary group SID.classNTSidUserPrincipalThis class extendsNTSidand represents a Windows NT user's SID.classNTUserPrincipalThis class implements thePrincipalinterface and represents a Windows NT user.classSolarisNumericGroupPrincipalDeprecated, for removal: This API element is subject to removal in a future version.As of JDK 1.4, replaced byUnixNumericGroupPrincipal. This class is entirely deprecated. This class is subject to removal in a future version of Java SE.classSolarisNumericUserPrincipalDeprecated, for removal: This API element is subject to removal in a future version.As of JDK 1.4, replaced byUnixNumericUserPrincipal. This class is entirely deprecated. This class is subject to removal in a future version of Java SE.classSolarisPrincipalDeprecated, for removal: This API element is subject to removal in a future version.As of JDK 1.4, replaced byUnixPrincipal. This class is entirely deprecated. This class is subject to removal in a future version of Java SE.classUnixNumericGroupPrincipalThis class implements thePrincipalinterface and represents a user's Unix group identification number (GID).classUnixNumericUserPrincipalThis class implements thePrincipalinterface and represents a user's Unix identification number (UID).classUnixPrincipalThis class implements thePrincipalinterface and represents a Unix user.classUserPrincipalA user principal identified by a username or account name.classX500PrincipalDeprecated, for removal: This API element is subject to removal in a future version.A new X500Principal class is available in the Java platform. This X500Principal classs is entirely deprecated and is here to allow for a smooth transition to the new class. This class is subject to removal in a future version of Java SE. -
Uses of Serializable in com.sun.security.jgss
Classes in com.sun.security.jgss that implement Serializable Modifier and Type Class Description classInquireSecContextPermissionThis class is used to protect various attributes of an established GSS security context that can be accessed using theExtendedGSSContext.inquireSecContext(com.sun.security.jgss.InquireType)method.classInquireTypeAttribute types that can be specified as an argument ofExtendedGSSContext.inquireSecContext(com.sun.security.jgss.InquireType) -
Uses of Serializable in com.sun.source.doctree
Classes in com.sun.source.doctree that implement Serializable Modifier and Type Class Description static classAttributeTree.ValueKindThe kind of an attribute value.static classDocTree.KindEnumerates all kinds of trees. -
Uses of Serializable in com.sun.source.tree
Classes in com.sun.source.tree that implement Serializable Modifier and Type Class Description static classLambdaExpressionTree.BodyKindLambda expressions come in two forms: expression lambdas, whose body is an expression, and statement lambdas, whose body is a blockstatic classMemberReferenceTree.ReferenceModeThere are two kinds of member references: (i) method references and (ii) constructor referencesstatic classModuleTree.ModuleKindThe kind of the module.static classTree.KindEnumerates all kinds of trees. -
Uses of Serializable in com.sun.source.util
Classes in com.sun.source.util that implement Serializable Modifier and Type Class Description static classTaskEvent.KindKind of task event. -
Uses of Serializable in com.sun.tools.attach
Classes in com.sun.tools.attach that implement Serializable Modifier and Type Class Description classAgentInitializationExceptionThe exception thrown when an agent fails to initialize in the target Java virtual machine.classAgentLoadExceptionThe exception thrown when an agent cannot be loaded into the target Java virtual machine.classAttachNotSupportedExceptionThrown byVirtalMachine.attachwhen attempting to attach to a Java virtual machine for which a compatibleAttachProviderdoes not exist.classAttachOperationFailedExceptionException type to signal that an attach operation failed in the target VM.classAttachPermissionWhen aSecurityManagerset, this is the permission which will be checked when code invokesVirtalMachine.attachto attach to a target virtual machine. -
Uses of Serializable in com.sun.tools.jconsole
Classes in com.sun.tools.jconsole that implement Serializable Modifier and Type Class Description static classJConsoleContext.ConnectionStateValues for the ConnectionState bound property. -
Uses of Serializable in java.applet
Classes in java.applet that implement Serializable Modifier and Type Class Description classAppletDeprecated.The Applet API is deprecated. See the java.applet package documentation for further information.protected classApplet.AccessibleAppletDeprecated.This class implements accessibility support for theAppletclass. -
Uses of Serializable in java.awt
Classes in java.awt that implement Serializable Modifier and Type Class Description classAWTErrorThrown when a serious Abstract Window Toolkit error has occurred.classAWTEventThe root event class for all AWT events.classAWTExceptionSignals that an Abstract Window Toolkit exception has occurred.classAWTKeyStrokeAnAWTKeyStrokerepresents a key action on the keyboard, or equivalent input device.classAWTPermissionThis class is for AWT permissions.classBorderLayoutA border layout lays out a container, arranging and resizing its components to fit in five regions: north, south, east, west, and center.classButtonThis class creates a labeled button.protected classButton.AccessibleAWTButtonThis class implements accessibility support for theButtonclass.classCanvasACanvascomponent represents a blank rectangular area of the screen onto which the application can draw or from which the application can trap input events from the user.protected classCanvas.AccessibleAWTCanvasThis class implements accessibility support for theCanvasclass.classCardLayoutACardLayoutobject is a layout manager for a container.classCheckboxA check box is a graphical component that can be in either an "on" (true) or "off" (false) state.protected classCheckbox.AccessibleAWTCheckboxThis class implements accessibility support for theCheckboxclass.classCheckboxGroupTheCheckboxGroupclass is used to group together a set ofCheckboxbuttons.classCheckboxMenuItemThis class represents a check box that can be included in a menu.protected classCheckboxMenuItem.AccessibleAWTCheckboxMenuItemInner class of CheckboxMenuItem used to provide default support for accessibility.classChoiceTheChoiceclass presents a pop-up menu of choices.protected classChoice.AccessibleAWTChoiceThis class implements accessibility support for theChoiceclass.classColorTheColorclass is used to encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by aColorSpace.classComponentA component is an object having a graphical representation that can be displayed on the screen and that can interact with the user.protected classComponent.AccessibleAWTComponentInner class of Component used to provide default support for accessibility.static classComponent.BaselineResizeBehaviorEnumeration of the common ways the baseline of a component can change as the size changes.classComponentOrientationThe ComponentOrientation class encapsulates the language-sensitive orientation that is to be used to order the elements of a component or of text.classContainerA generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components.protected classContainer.AccessibleAWTContainerInner class of Container used to provide default support for accessibility.classContainerOrderFocusTraversalPolicyA FocusTraversalPolicy that determines traversal order based on the order of child Components in a Container.classCursorA class to encapsulate the bitmap representation of the mouse cursor.classDefaultFocusTraversalPolicyA FocusTraversalPolicy that determines traversal order based on the order of child Components in a Container.static classDesktop.ActionRepresents an action type.classDialogA Dialog is a top-level window with a title and a border that is typically used to take some form of input from the user.protected classDialog.AccessibleAWTDialogThis class implements accessibility support for theDialogclass.static classDialog.ModalExclusionTypeAny top-level window can be marked not to be blocked by modal dialogs.static classDialog.ModalityTypeModal dialogs block all input to some top-level windows.classDimensionTheDimensionclass encapsulates the width and height of a component (in integer precision) in a single object.classEventDeprecated.It is recommended thatAWTEventand its subclasses be used insteadclassFileDialogTheFileDialogclass displays a dialog window from which the user can select a file.classFlowLayoutA flow layout arranges components in a directional flow, much like lines of text in a paragraph.classFontTheFontclass represents fonts, which are used to render text in a visible way.classFontFormatExceptionThrown by method createFont in theFontclass to indicate that the specified font is bad.classFontMetricsTheFontMetricsclass defines a font metrics object, which encapsulates information about the rendering of a particular font on a particular screen.classFrameAFrameis a top-level window with a title and a border.protected classFrame.AccessibleAWTFrameThis class implements accessibility support for theFrameclass.classGraphicsConfigTemplateTheGraphicsConfigTemplateclass is used to obtain a validGraphicsConfiguration.static classGraphicsDevice.WindowTranslucencyKinds of translucency supported by the underlying system.classGridBagConstraintsTheGridBagConstraintsclass specifies constraints for components that are laid out using theGridBagLayoutclass.classGridBagLayoutTheGridBagLayoutclass is a flexible layout manager that aligns components vertically, horizontally or along their baseline without requiring that the components be of the same size.classGridBagLayoutInfoTheGridBagLayoutInfois an utility class forGridBagLayoutlayout manager.classGridLayoutTheGridLayoutclass is a layout manager that lays out a container's components in a rectangular grid.classHeadlessExceptionThrown when code that is dependent on a keyboard, display, or mouse is called in an environment that does not support a keyboard, display, or mouse.classIllegalComponentStateExceptionSignals that an AWT component is not in an appropriate state for the requested operation.classInsetsAnInsetsobject is a representation of the borders of a container.classLabelALabelobject is a component for placing text in a container.protected classLabel.AccessibleAWTLabelThis class implements accessibility support for theLabelclass.classListTheListcomponent presents the user with a scrolling list of text items.protected classList.AccessibleAWTListThis class implements accessibility support for theListclass.protected classList.AccessibleAWTList.AccessibleAWTListChildThis class implements accessibility support for List children.classMediaTrackerTheMediaTrackerclass is a utility class to track the status of a number of media objects.classMenuAMenuobject is a pull-down menu component that is deployed from a menu bar.protected classMenu.AccessibleAWTMenuInner class of Menu used to provide default support for accessibility.classMenuBarTheMenuBarclass encapsulates the platform's concept of a menu bar bound to a frame.protected classMenuBar.AccessibleAWTMenuBarInner class of MenuBar used to provide default support for accessibility.classMenuComponentThe abstract classMenuComponentis the superclass of all menu-related components.protected classMenuComponent.AccessibleAWTMenuComponentInner class ofMenuComponentused to provide default support for accessibility.classMenuItemAll items in a menu must belong to the classMenuItem, or one of its subclasses.protected classMenuItem.AccessibleAWTMenuItemInner class of MenuItem used to provide default support for accessibility.classMenuShortcutTheMenuShortcutclass represents a keyboard accelerator for a MenuItem.static classMultipleGradientPaint.ColorSpaceTypeThe color space in which to perform the gradient interpolation.static classMultipleGradientPaint.CycleMethodThe method to use when painting outside the gradient bounds.classPanelPanelis the simplest container class.protected classPanel.AccessibleAWTPanelThis class implements accessibility support for thePanelclass.classPointA point representing a location in(x,y)coordinate space, specified in integer precision.classPolygonThePolygonclass encapsulates a description of a closed, two-dimensional region within a coordinate space.classPopupMenuA class that implements a menu which can be dynamically popped up at a specified position within a component.protected classPopupMenu.AccessibleAWTPopupMenuInner class of PopupMenu used to provide default support for accessibility.classRectangleARectanglespecifies an area in a coordinate space that is enclosed by theRectangleobject's upper-left point(x,y)in the coordinate space, its width, and its height.classScrollbarTheScrollbarclass embodies a scroll bar, a familiar user-interface object.protected classScrollbar.AccessibleAWTScrollBarThis class implements accessibility support for theScrollbarclass.classScrollPaneA container class which implements automatic horizontal and/or vertical scrolling for a single child component.protected classScrollPane.AccessibleAWTScrollPaneThis class implements accessibility support for theScrollPaneclass.classScrollPaneAdjustableThis class represents the state of a horizontal or vertical scrollbar of aScrollPane.classSystemColorA class to encapsulate symbolic colors representing the color of native GUI objects on a system.static classTaskbar.FeatureList of provided features.static classTaskbar.StateKinds of available window progress states.classTextAreaATextAreaobject is a multi-line region that displays text.protected classTextArea.AccessibleAWTTextAreaThis class implements accessibility support for theTextAreaclass.classTextComponentTheTextComponentclass is the superclass of any component that allows the editing of some text.protected classTextComponent.AccessibleAWTTextComponentThis class implements accessibility support for theTextComponentclass.classTextFieldATextFieldobject is a text component that allows for the editing of a single line of text.protected classTextField.AccessibleAWTTextFieldThis class implements accessibility support for theTextFieldclass.static classTrayIcon.MessageTypeThe message type determines which icon will be displayed in the caption of the message, and a possible system sound a message may generate upon showing.classWindowAWindowobject is a top-level window with no borders and no menubar.protected classWindow.AccessibleAWTWindowThis class implements accessibility support for theWindowclass.static classWindow.TypeEnumeration of available window types. -
Uses of Serializable in java.awt.color
Classes in java.awt.color that implement Serializable Modifier and Type Class Description classCMMExceptionThis exception is thrown if the native CMM returns an error.classColorSpaceThis abstract class is used to serve as a color space tag to identify the specific color space of a Color object or, via a ColorModel object, of an Image, a BufferedImage, or a GraphicsDevice.classICC_ColorSpaceThe ICC_ColorSpace class is an implementation of the abstract ColorSpace class.classICC_ProfileA representation of color profile data for device independent and device dependent color spaces based on the International Color Consortium Specification ICC.1:2001-12, File Format for Color Profiles, (see http://www.color.org).classICC_ProfileGrayA subclass of the ICC_Profile class which represents profiles which meet the following criteria: the color space type of the profile is TYPE_GRAY and the profile includes the grayTRCTag and mediaWhitePointTag tags.classICC_ProfileRGBThe ICC_ProfileRGB class is a subclass of the ICC_Profile class that represents profiles which meet the following criteria: The profile's color space type is RGB. The profile includes theredColorantTag,greenColorantTag,blueColorantTag,redTRCTag,greenTRCTag,blueTRCTag, andmediaWhitePointTagtags. TheICC_Profile getInstancemethod will return anICC_ProfileRGBobject when these conditions are met.classProfileDataExceptionThis exception is thrown when an error occurs in accessing or processing an ICC_Profile object. -
Uses of Serializable in java.awt.datatransfer
Classes in java.awt.datatransfer that implement Serializable Modifier and Type Class Description classDataFlavorADataFlavorprovides meta information about data.classFlavorEventFlavorEventis used to notify interested parties that availableDataFlavors have changed in theClipboard(the event source).classMimeTypeParseExceptionA class to encapsulate MimeType parsing related exceptions.classUnsupportedFlavorExceptionSignals that the requested data is not supported in this flavor. -
Uses of Serializable in java.awt.desktop
Classes in java.awt.desktop that implement Serializable Modifier and Type Class Description classAboutEventEvent sent when the application is asked to open its about window.classAppEventAppEvents are sent to listeners and handlers installed on theDesktop.classAppForegroundEventEvent sent when the application has become the foreground app, and when it is no longer the foreground app.classAppHiddenEventEvent sent when the application has been hidden or shown.classAppReopenedEventEvent sent when the application is asked to re-open itself.classFilesEventAuxiliary event containing a list of files.classOpenFilesEventEvent sent when the app is asked to open a list of files.classOpenURIEventEvent sent when the app is asked to open aURI.classPreferencesEventEvent sent when the application is asked to open its preferences window.classPrintFilesEventEvent sent when the app is asked to print a list of files.classQuitEventEvent sent when the application is asked to quit.classQuitStrategyThe strategy used to shut down the application, if Sudden Termination is not enabled.classScreenSleepEventEvent sent when the displays attached to the system enter and exit power save sleep.classSystemSleepEventEvent sent when the system enters and exits power save sleep.classUserSessionEventEvent sent when the user session has been changed.static classUserSessionEvent.ReasonKinds of available reasons of user session change. -
Uses of Serializable in java.awt.dnd
Classes in java.awt.dnd that implement Serializable Modifier and Type Class Description classDragGestureEventADragGestureEventis passed toDragGestureListener's dragGestureRecognized() method when a particularDragGestureRecognizerdetects that a platform dependent drag initiating gesture has occurred on theComponentthat it is tracking.classDragGestureRecognizerTheDragGestureRecognizeris an abstract base class for the specification of a platform-dependent listener that can be associated with a particularComponentin order to identify platform-dependent drag initiating gestures.classDragSourceTheDragSourceis the entity responsible for the initiation of the Drag and Drop operation, and may be used in a number of scenarios: 1 default instance per JVM for the lifetime of that JVM.classDragSourceContextTheDragSourceContextclass is responsible for managing the initiator side of the Drag and Drop protocol.classDragSourceDragEventTheDragSourceDragEventis delivered from theDragSourceContextPeer, via theDragSourceContext, to theDragSourceListenerregistered with thatDragSourceContextand with its associatedDragSource.classDragSourceDropEventTheDragSourceDropEventis delivered from theDragSourceContextPeer, via theDragSourceContext, to thedragDropEndmethod ofDragSourceListeners registered with thatDragSourceContextand with its associatedDragSource.classDragSourceEventThis class is the base class forDragSourceDragEventandDragSourceDropEvent.classDropTargetTheDropTargetis associated with aComponentwhen thatComponentwishes to accept drops during Drag and Drop operations.classDropTargetContextADropTargetContextis created whenever the logical cursor associated with a Drag and Drop operation coincides with the visible geometry of aComponentassociated with aDropTarget.classDropTargetDragEventTheDropTargetDragEventis delivered to aDropTargetListenervia its dragEnter() and dragOver() methods.classDropTargetDropEventTheDropTargetDropEventis delivered via theDropTargetListenerdrop() method.classDropTargetEventTheDropTargetEventis the base class for both theDropTargetDragEventand theDropTargetDropEvent.classInvalidDnDOperationExceptionThis exception is thrown by various methods in the java.awt.dnd package.classMouseDragGestureRecognizerThis abstract subclass ofDragGestureRecognizerdefines aDragGestureRecognizerfor mouse-based gestures. -
Uses of Serializable in java.awt.event
Classes in java.awt.event that implement Serializable Modifier and Type Class Description classActionEventA semantic event which indicates that a component-defined action occurred.classAdjustmentEventThe adjustment event emitted by Adjustable objects likeScrollbarandScrollPane.classComponentEventA low-level event which indicates that a component moved, changed size, or changed visibility (also, the root class for the other component-level events).classContainerEventA low-level event which indicates that a container's contents changed because a component was added or removed.classFocusEventA low-level event which indicates that a Component has gained or lost the input focus.static classFocusEvent.CauseThis enum represents the cause of aFocusEvent- the reason why it occurred.classHierarchyEventAn event which indicates a change to theComponenthierarchy to whichComponentbelongs.classInputEventThe root event class for all component-level input events.classInputMethodEventInput method events contain information about text that is being composed using an input method.classInvocationEventAn event which executes therun()method on aRunnablewhen dispatched by the AWT event dispatcher thread.classItemEventA semantic event which indicates that an item was selected or deselected.classKeyEventAn event which indicates that a keystroke occurred in a component.classMouseEventAn event which indicates that a mouse action occurred in a component.classMouseWheelEventAn event which indicates that the mouse wheel was rotated in a component.classPaintEventThe component-level paint event.classTextEventA semantic event which indicates that an object's text changed.classWindowEventA low-level event that indicates that a window has changed its status. -
Uses of Serializable in java.awt.font
Classes in java.awt.font that implement Serializable Modifier and Type Class Description classNumericShaperTheNumericShaperclass is used to convert Latin-1 (European) digits to other Unicode decimal digits.static classNumericShaper.RangeANumericShaper.Rangerepresents a Unicode range of a script having its own decimal digits.classTextAttributeTheTextAttributeclass defines attribute keys and attribute values used for text rendering.classTransformAttributeTheTransformAttributeclass provides an immutable wrapper for a transform so that it is safe to use as an attribute. -
Uses of Serializable in java.awt.geom
Classes in java.awt.geom that implement Serializable Modifier and Type Class Description classAffineTransformTheAffineTransformclass represents a 2D affine transform that performs a linear mapping from 2D coordinates to other 2D coordinates that preserves the "straightness" and "parallelness" of lines.static classArc2D.DoubleThis class defines an arc specified indoubleprecision.static classArc2D.FloatThis class defines an arc specified infloatprecision.static classCubicCurve2D.DoubleA cubic parametric curve segment specified withdoublecoordinates.static classCubicCurve2D.FloatA cubic parametric curve segment specified withfloatcoordinates.static classEllipse2D.DoubleTheDoubleclass defines an ellipse specified indoubleprecision.static classEllipse2D.FloatTheFloatclass defines an ellipse specified infloatprecision.classGeneralPathTheGeneralPathclass represents a geometric path constructed from straight lines, and quadratic and cubic (Bézier) curves.classIllegalPathStateExceptionTheIllegalPathStateExceptionrepresents an exception that is thrown if an operation is performed on a path that is in an illegal state with respect to the particular operation being performed, such as appending a path segment to aGeneralPathwithout an initial moveto.static classLine2D.DoubleA line segment specified with double coordinates.static classLine2D.FloatA line segment specified with float coordinates.classNoninvertibleTransformExceptionTheNoninvertibleTransformExceptionclass represents an exception that is thrown if an operation is performed requiring the inverse of anAffineTransformobject but theAffineTransformis in a non-invertible state.static classPath2D.DoubleTheDoubleclass defines a geometric path with coordinates stored in double precision floating point.static classPath2D.FloatTheFloatclass defines a geometric path with coordinates stored in single precision floating point.static classPoint2D.DoubleTheDoubleclass defines a point specified indoubleprecision.static classPoint2D.FloatTheFloatclass defines a point specified in float precision.static classQuadCurve2D.DoubleA quadratic parametric curve segment specified withdoublecoordinates.static classQuadCurve2D.FloatA quadratic parametric curve segment specified withfloatcoordinates.static classRectangle2D.DoubleTheDoubleclass defines a rectangle specified in double coordinates.static classRectangle2D.FloatTheFloatclass defines a rectangle specified in float coordinates.static classRoundRectangle2D.DoubleTheDoubleclass defines a rectangle with rounded corners all specified indoublecoordinates.static classRoundRectangle2D.FloatTheFloatclass defines a rectangle with rounded corners all specified infloatcoordinates. -
Uses of Serializable in java.awt.image
Classes in java.awt.image that implement Serializable Modifier and Type Class Description classImagingOpExceptionTheImagingOpExceptionis thrown if one of theBufferedImageOporRasterOpfilter methods cannot process the image.classRasterFormatExceptionTheRasterFormatExceptionis thrown if there is invalid layout information in theRaster. -
Uses of Serializable in java.awt.image.renderable
Classes in java.awt.image.renderable that implement Serializable Modifier and Type Class Description classParameterBlockAParameterBlockencapsulates all the information about sources and parameters (Objects) required by a RenderableImageOp, or other classes that process images. -
Uses of Serializable in java.awt.print
Classes in java.awt.print that implement Serializable Modifier and Type Class Description classPrinterAbortExceptionThePrinterAbortExceptionclass is a subclass ofPrinterExceptionand is used to indicate that a user or application has terminated the print job while it was in the process of printing.classPrinterExceptionThePrinterExceptionclass and its subclasses are used to indicate that an exceptional condition has occurred in the print system.classPrinterIOExceptionThePrinterIOExceptionclass is a subclass ofPrinterExceptionand is used to indicate that an IO error of some sort has occurred while printing. -
Uses of Serializable in java.beans
Classes in java.beans that implement Serializable Modifier and Type Class Description classIndexedPropertyChangeEventAn "IndexedPropertyChange" event gets delivered whenever a component that conforms to the JavaBeans™ specification (a "bean") changes a bound indexed property.classIntrospectionExceptionThrown when an exception happens during Introspection.classPropertyChangeEventA "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property.classPropertyChangeSupportThis is a utility class that can be used by beans that support bound properties.classPropertyVetoExceptionA PropertyVetoException is thrown when a proposed change to a property represents an unacceptable value.classVetoableChangeSupportThis is a utility class that can be used by beans that support constrained properties. -
Uses of Serializable in java.beans.beancontext
Classes in java.beans.beancontext that implement Serializable Modifier and Type Class Description classBeanContextChildSupportThis is a general support class to provide support for implementing the BeanContextChild protocol.classBeanContextEventBeanContextEventis the abstract root event class for all events emitted from, and pertaining to the semantics of, aBeanContext.classBeanContextMembershipEventABeanContextMembershipEventencapsulates the list of children added to, or removed from, the membership of a particularBeanContext.classBeanContextServiceAvailableEventThis event type is used by the BeanContextServicesListener in order to identify the service being registered.classBeanContextServiceRevokedEventThis event type is used by theBeanContextServiceRevokedListenerin order to identify the service being revoked.classBeanContextServicesSupportThis helper class provides a utility implementation of the java.beans.beancontext.BeanContextServices interface.protected classBeanContextServicesSupport.BCSSChildprotected static classBeanContextServicesSupport.BCSSServiceProvidersubclasses may subclass this nested class to add behaviors for each BeanContextServicesProvider.classBeanContextSupportThis helper class provides a utility implementation of the java.beans.beancontext.BeanContext interface.protected classBeanContextSupport.BCSChildMethods in java.beans.beancontext that return Serializable Modifier and Type Method Description protected static SerializableBeanContextSupport. getChildSerializable(Object child)Gets the Serializable (if any) associated with the specified Child -
Uses of Serializable in java.io
Subinterfaces of Serializable in java.io Modifier and Type Interface Description interfaceExternalizableOnly the identity of the class of an Externalizable instance is written in the serialization stream and it is the responsibility of the class to save and restore the contents of its instances.Classes in java.io that implement Serializable Modifier and Type Class Description classCharConversionExceptionBase class for character conversion exceptions.classEOFExceptionSignals that an end of file or end of stream has been reached unexpectedly during input.classFileAn abstract representation of file and directory pathnames.classFileNotFoundExceptionSignals that an attempt to open the file denoted by a specified pathname has failed.classFilePermissionThis class represents access to a file or directory.classInterruptedIOExceptionSignals that an I/O operation has been interrupted.classInvalidClassExceptionThrown when the Serialization runtime detects one of the following problems with a Class.classInvalidObjectExceptionIndicates that one or more deserialized objects failed validation tests.classIOErrorThrown when a serious I/O error has occurred.classIOExceptionSignals that an I/O exception of some sort has occurred.classNotActiveExceptionThrown when serialization or deserialization is not active.classNotSerializableExceptionThrown when an instance is required to have a Serializable interface.static classObjectInputFilter.StatusThe status of a check on the class, array length, number of references, depth, and stream size.classObjectStreamClassSerialization's descriptor for classes.classObjectStreamExceptionSuperclass of all exceptions specific to Object Stream classes.classOptionalDataExceptionException indicating the failure of an object read operation due to unread primitive data, or the end of data belonging to a serialized object in the stream.classSerializablePermissionThis class is for Serializable permissions.classStreamCorruptedExceptionThrown when control information that was read from an object stream violates internal consistency checks.classSyncFailedExceptionSignals that a sync operation has failed.classUncheckedIOExceptionWraps anIOExceptionwith an unchecked exception.classUnsupportedEncodingExceptionThe Character Encoding is not supported.classUTFDataFormatExceptionSignals that a malformed string in modified UTF-8 format has been read in a data input stream or by any class that implements the data input interface.classWriteAbortedExceptionSignals that one of the ObjectStreamExceptions was thrown during a write operation. -
Uses of Serializable in java.lang
Classes in java.lang that implement Serializable Modifier and Type Class Description classAbstractMethodErrorThrown when an application tries to call an abstract method.classArithmeticExceptionThrown when an exceptional arithmetic condition has occurred.classArrayIndexOutOfBoundsExceptionThrown to indicate that an array has been accessed with an illegal index.classArrayStoreExceptionThrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.classAssertionErrorThrown to indicate that an assertion has failed.classBooleanThe Boolean class wraps a value of the primitive typebooleanin an object.classBootstrapMethodErrorThrown to indicate that aninvokedynamicinstruction has failed to find its bootstrap method, or the bootstrap method has failed to provide a call site with a target of the correct method type.classByteTheByteclass wraps a value of primitive typebytein an object.classCharacterTheCharacterclass wraps a value of the primitive typecharin an object.static classCharacter.UnicodeScriptA family of character subsets representing the character scripts defined in the Unicode Standard Annex #24: Script Names.classClass<T>Instances of the classClassrepresent classes and interfaces in a running Java application.classClassCastExceptionThrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.classClassCircularityErrorThrown when the Java Virtual Machine detects a circularity in the superclass hierarchy of a class being loaded.classClassFormatErrorThrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.classClassNotFoundExceptionThrown when an application tries to load in a class through its string name using: TheforNamemethod in classClass.classCloneNotSupportedExceptionThrown to indicate that theclonemethod in classObjecthas been called to clone an object, but that the object's class does not implement theCloneableinterface.classDoubleTheDoubleclass wraps a value of the primitive typedoublein an object.classEnum<E extends Enum<E>>This is the common base class of all Java language enumeration types.classEnumConstantNotPresentExceptionThrown when an application tries to access an enum constant by name and the enum type contains no constant with the specified name.classErrorAnErroris a subclass ofThrowablethat indicates serious problems that a reasonable application should not try to catch.classExceptionThe classExceptionand its subclasses are a form ofThrowablethat indicates conditions that a reasonable application might want to catch.classExceptionInInitializerErrorSignals that an unexpected exception has occurred in a static initializer.classFloatTheFloatclass wraps a value of primitive typefloatin an object.classIllegalAccessErrorThrown if an application attempts to access or modify a field, or to call a method that it does not have access to.classIllegalAccessExceptionAn IllegalAccessException is thrown when an application tries to reflectively create an instance (other than an array), set or get a field, or invoke a method, but the currently executing method does not have access to the definition of the specified class, field, method or constructor.classIllegalArgumentExceptionThrown to indicate that a method has been passed an illegal or inappropriate argument.classIllegalCallerExceptionThrown to indicate that a method has been called by an inappropriate caller.classIllegalMonitorStateExceptionThrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.classIllegalStateExceptionSignals that a method has been invoked at an illegal or inappropriate time.classIllegalThreadStateExceptionThrown to indicate that a thread is not in an appropriate state for the requested operation.classIncompatibleClassChangeErrorThrown when an incompatible class change has occurred to some class definition.classIndexOutOfBoundsExceptionThrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.classInstantiationErrorThrown when an application tries to use the Javanewconstruct to instantiate an abstract class or an interface.classInstantiationExceptionThrown when an application tries to create an instance of a class using thenewInstancemethod in classClass, but the specified class object cannot be instantiated.classIntegerTheIntegerclass wraps a value of the primitive typeintin an object.classInternalErrorThrown to indicate some unexpected internal error has occurred in the Java Virtual Machine.classInterruptedExceptionThrown when a thread is waiting, sleeping, or otherwise occupied, and the thread is interrupted, either before or during the activity.classLayerInstantiationExceptionThrown when creating a module layer fails.classLinkageErrorSubclasses ofLinkageErrorindicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.classLongTheLongclass wraps a value of the primitive typelongin an object.classNegativeArraySizeExceptionThrown if an application tries to create an array with negative size.classNoClassDefFoundErrorThrown if the Java Virtual Machine or aClassLoaderinstance tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using thenewexpression) and no definition of the class could be found.classNoSuchFieldErrorThrown if an application tries to access or modify a specified field of an object, and that object no longer has that field.classNoSuchFieldExceptionSignals that the class doesn't have a field of a specified name.classNoSuchMethodErrorThrown if an application tries to call a specified method of a class (either static or instance), and that class no longer has a definition of that method.classNoSuchMethodExceptionThrown when a particular method cannot be found.classNullPointerExceptionThrown when an application attempts to usenullin a case where an object is required.classNumberThe abstract classNumberis the superclass of platform classes representing numeric values that are convertible to the primitive typesbyte,double,float,int,long, andshort.classNumberFormatExceptionThrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format.classOutOfMemoryErrorThrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.static classProcessBuilder.Redirect.TypeThe type of aProcessBuilder.Redirect.classReflectiveOperationExceptionCommon superclass of exceptions thrown by reflective operations in core reflection.classRuntimeExceptionRuntimeExceptionis the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.classRuntimePermissionThis class is for runtime permissions.classSecurityExceptionThrown by the security manager to indicate a security violation.classShortTheShortclass wraps a value of primitive typeshortin an object.classStackOverflowErrorThrown when a stack overflow occurs because an application recurses too deeply.classStackTraceElementAn element in a stack trace, as returned byThrowable.getStackTrace().static classStackWalker.OptionStack walker option to configure the stack frame information obtained by aStackWalker.classStringTheStringclass represents character strings.classStringBufferA thread-safe, mutable sequence of characters.classStringBuilderA mutable sequence of characters.classStringIndexOutOfBoundsExceptionThrown byStringmethods to indicate that an index is either negative or greater than the size of the string.static classSystem.Logger.LevelSystem loggers levels.static classThread.StateA thread state.classThreadDeathAn instance ofThreadDeathis thrown in the victim thread when the (deprecated)Thread.stop()method is invoked.classThrowableTheThrowableclass is the superclass of all errors and exceptions in the Java language.classTypeNotPresentExceptionThrown when an application tries to access a type using a string representing the type's name, but no definition for the type with the specified name can be found.classUnknownErrorThrown when an unknown but serious exception has occurred in the Java Virtual Machine.classUnsatisfiedLinkErrorThrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declarednative.classUnsupportedClassVersionErrorThrown when the Java Virtual Machine attempts to read a class file and determines that the major and minor version numbers in the file are not supported.classUnsupportedOperationExceptionThrown to indicate that the requested operation is not supported.classVerifyErrorThrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem.classVirtualMachineErrorThrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating. -
Uses of Serializable in java.lang.annotation
Classes in java.lang.annotation that implement Serializable Modifier and Type Class Description classAnnotationFormatErrorThrown when the annotation parser attempts to read an annotation from a class file and determines that the annotation is malformed.classAnnotationTypeMismatchExceptionThrown to indicate that a program has attempted to access an element of an annotation whose type has changed after the annotation was compiled (or serialized).classElementTypeThe constants of this enumerated type provide a simple classification of the syntactic locations where annotations may appear in a Java program.classIncompleteAnnotationExceptionThrown to indicate that a program has attempted to access an element of an annotation type that was added to the annotation type definition after the annotation was compiled (or serialized).classRetentionPolicyAnnotation retention policy. -
Uses of Serializable in java.lang.instrument
Classes in java.lang.instrument that implement Serializable Modifier and Type Class Description classIllegalClassFormatExceptionThrown by an implementation ofClassFileTransformer.transformwhen its input parameters are invalid.classUnmodifiableClassExceptionThrown by an implementation ofInstrumentation.redefineClasseswhen one of the specified classes cannot be modified.classUnmodifiableModuleExceptionThrown to indicate that a module cannot be modified. -
Uses of Serializable in java.lang.invoke
Classes in java.lang.invoke that implement Serializable Modifier and Type Class Description classLambdaConversionExceptionLambdaConversionExceptionclassMethodTypeA method type represents the arguments and return type accepted and returned by a method handle, or the arguments and return type passed and expected by a method handle caller.classSerializedLambdaSerialized form of a lambda expression.classStringConcatExceptionStringConcatException is thrown byStringConcatFactorywhen linkage invariants are violated.static classVarHandle.AccessModeThe set of access modes that specify how a variable, referenced by a VarHandle, is accessed.classWrongMethodTypeExceptionThrown to indicate that code has attempted to call a method handle via the wrong method type. -
Uses of Serializable in java.lang.management
Classes in java.lang.management that implement Serializable Modifier and Type Class Description classManagementPermissionThe permission which the SecurityManager will check when code that is running with a SecurityManager calls methods defined in the management interface for the Java platform.classMemoryTypeTypes ofmemory pools. -
Uses of Serializable in java.lang.module
Classes in java.lang.module that implement Serializable Modifier and Type Class Description classFindExceptionThrown by aModuleFinderwhen an error occurs finding a module.classInvalidModuleDescriptorExceptionThrown when reading a module descriptor and the module descriptor is found to be malformed or otherwise cannot be interpreted as a module descriptor.static classModuleDescriptor.Exports.ModifierA modifier on an exported package.static classModuleDescriptor.ModifierA modifier on a module.static classModuleDescriptor.Opens.ModifierA modifier on an open package.static classModuleDescriptor.Requires.ModifierA modifier on a module dependence.classResolutionExceptionThrown when resolving a set of modules, or resolving a set of modules with service binding, fails. -
Uses of Serializable in java.lang.reflect
Classes in java.lang.reflect that implement Serializable Modifier and Type Class Description classGenericSignatureFormatErrorThrown when a syntactically malformed signature attribute is encountered by a reflective method that needs to interpret the generic signature information for a type, method or constructor.classInaccessibleObjectExceptionThrown when Java language access checks cannot be suppressed.classInvocationTargetExceptionInvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor.classMalformedParameterizedTypeExceptionThrown when a semantically malformed parameterized type is encountered by a reflective method that needs to instantiate it.classMalformedParametersExceptionThrown whenthe java.lang.reflect packageattempts to read method parameters from a class file and determines that one or more parameters are malformed.classProxyProxyprovides static methods for creating objects that act like instances of interfaces but allow for customized method invocation.classReflectPermissionThe Permission class for reflective operations.classUndeclaredThrowableExceptionThrown by a method invocation on a proxy instance if its invocation handler'sinvokemethod throws a checked exception (aThrowablethat is not assignable toRuntimeExceptionorError) that is not assignable to any of the exception types declared in thethrowsclause of the method that was invoked on the proxy instance and dispatched to the invocation handler. -
Uses of Serializable in java.math
Classes in java.math that implement Serializable Modifier and Type Class Description classBigDecimalImmutable, arbitrary-precision signed decimal numbers.classBigIntegerImmutable arbitrary-precision integers.classMathContextImmutable objects which encapsulate the context settings which describe certain rules for numerical operators, such as those implemented by theBigDecimalclass.classRoundingModeSpecifies a rounding behavior for numerical operations capable of discarding precision. -
Uses of Serializable in java.net
Classes in java.net that implement Serializable Modifier and Type Class Description static classAuthenticator.RequestorTypeThe type of the entity requesting authentication.classBindExceptionSignals that an error occurred while attempting to bind a socket to a local address and port.classConnectExceptionSignals that an error occurred while attempting to connect a socket to a remote address and port.classHttpRetryExceptionThrown to indicate that a HTTP request needs to be retried but cannot be retried automatically, due to streaming mode being enabled.classInet4AddressThis class represents an Internet Protocol version 4 (IPv4) address.classInet6AddressThis class represents an Internet Protocol version 6 (IPv6) address.classInetAddressThis class represents an Internet Protocol (IP) address.classInetSocketAddressThis class implements an IP Socket Address (IP address + port number) It can also be a pair (hostname + port number), in which case an attempt will be made to resolve the hostname.classMalformedURLExceptionThrown to indicate that a malformed URL has occurred.classNetPermissionThis class is for various network permissions.classNoRouteToHostExceptionSignals that an error occurred while attempting to connect a socket to a remote address and port.classPortUnreachableExceptionSignals that an ICMP Port Unreachable message has been received on a connected datagram.classProtocolExceptionThrown to indicate that there is an error in the underlying protocol, such as a TCP error.static classProxy.TypeRepresents the proxy type.classSocketAddressThis class represents a Socket Address with no protocol attachment.classSocketExceptionThrown to indicate that there is an error creating or accessing a Socket.classSocketPermissionThis class represents access to a network via sockets.classSocketTimeoutExceptionSignals that a timeout has occurred on a socket read or accept.classStandardProtocolFamilyDefines the standard families of communication protocols.classUnknownHostExceptionThrown to indicate that the IP address of a host could not be determined.classUnknownServiceExceptionThrown to indicate that an unknown service exception has occurred.classURIRepresents a Uniform Resource Identifier (URI) reference.classURISyntaxExceptionChecked exception thrown to indicate that a string could not be parsed as a URI reference.classURLClassURLrepresents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.classURLPermissionRepresents permission to access a resource or set of resources defined by a given url, and for a given set of user-settable request methods and request headers. -
Uses of Serializable in java.nio
Classes in java.nio that implement Serializable Modifier and Type Class Description classBufferOverflowExceptionUnchecked exception thrown when a relative put operation reaches the target buffer's limit.classBufferUnderflowExceptionUnchecked exception thrown when a relative get operation reaches the source buffer's limit.classInvalidMarkExceptionUnchecked exception thrown when an attempt is made to reset a buffer when its mark is not defined.classReadOnlyBufferExceptionUnchecked exception thrown when a content-mutation method such asputorcompactis invoked upon a read-only buffer. -
Uses of Serializable in java.nio.channels
Classes in java.nio.channels that implement Serializable Modifier and Type Class Description classAcceptPendingExceptionUnchecked exception thrown when an attempt is made to initiate an accept operation on a channel and a previous accept operation has not completed.classAlreadyBoundExceptionUnchecked exception thrown when an attempt is made to bind the socket a network oriented channel that is already bound.classAlreadyConnectedExceptionUnchecked exception thrown when an attempt is made to connect aSocketChannelthat is already connected.classAsynchronousCloseExceptionChecked exception received by a thread when another thread closes the channel or the part of the channel upon which it is blocked in an I/O operation.classCancelledKeyExceptionUnchecked exception thrown when an attempt is made to use a selection key that is no longer valid.classClosedByInterruptExceptionChecked exception received by a thread when another thread interrupts it while it is blocked in an I/O operation upon a channel.classClosedChannelExceptionChecked exception thrown when an attempt is made to invoke or complete an I/O operation upon channel that is closed, or at least closed to that operation.classClosedSelectorExceptionUnchecked exception thrown when an attempt is made to invoke an I/O operation upon a closed selector.classConnectionPendingExceptionUnchecked exception thrown when an attempt is made to connect aSocketChannelfor which a non-blocking connection operation is already in progress.classFileLockInterruptionExceptionChecked exception received by a thread when another thread interrupts it while it is waiting to acquire a file lock.classIllegalBlockingModeExceptionUnchecked exception thrown when a blocking-mode-specific operation is invoked upon a channel in the incorrect blocking mode.classIllegalChannelGroupExceptionUnchecked exception thrown when an attempt is made to open a channel in a group that was not created by the same provider.classIllegalSelectorExceptionUnchecked exception thrown when an attempt is made to register a channel with a selector that was not created by the provider that created the channel.classInterruptedByTimeoutExceptionChecked exception received by a thread when a timeout elapses before an asynchronous operation completes.classNoConnectionPendingExceptionUnchecked exception thrown when thefinishConnectmethod of aSocketChannelis invoked without first successfully invoking itsconnectmethod.classNonReadableChannelExceptionUnchecked exception thrown when an attempt is made to read from a channel that was not originally opened for reading.classNonWritableChannelExceptionUnchecked exception thrown when an attempt is made to write to a channel that was not originally opened for writing.classNotYetBoundExceptionUnchecked exception thrown when an attempt is made to invoke an I/O operation upon a server socket channel that is not yet bound.classNotYetConnectedExceptionUnchecked exception thrown when an attempt is made to invoke an I/O operation upon a socket channel that is not yet connected.classOverlappingFileLockExceptionUnchecked exception thrown when an attempt is made to acquire a lock on a region of a file that overlaps a region already locked by the same Java virtual machine, or when another thread is already waiting to lock an overlapping region of the same file.classReadPendingExceptionUnchecked exception thrown when an attempt is made to read from an asynchronous socket channel and a previous read has not completed.classShutdownChannelGroupExceptionUnchecked exception thrown when an attempt is made to construct a channel in a group that is shutdown or the completion handler for an I/O operation cannot be invoked because the channel group has terminated.classUnresolvedAddressExceptionUnchecked exception thrown when an attempt is made to invoke a network operation upon an unresolved socket address.classUnsupportedAddressTypeExceptionUnchecked exception thrown when an attempt is made to bind or connect to a socket address of a type that is not supported.classWritePendingExceptionUnchecked exception thrown when an attempt is made to write to an asynchronous socket channel and a previous write has not completed. -
Uses of Serializable in java.nio.charset
Classes in java.nio.charset that implement Serializable Modifier and Type Class Description classCharacterCodingExceptionChecked exception thrown when a character encoding or decoding error occurs.classCoderMalfunctionErrorError thrown when thedecodeLoopmethod of aCharsetDecoder, or theencodeLoopmethod of aCharsetEncoder, throws an unexpected exception.classIllegalCharsetNameExceptionUnchecked exception thrown when a string that is not a legal charset name is used as such.classMalformedInputExceptionChecked exception thrown when an input byte sequence is not legal for given charset, or an input character sequence is not a legal sixteen-bit Unicode sequence.classUnmappableCharacterExceptionChecked exception thrown when an input character (or byte) sequence is valid but cannot be mapped to an output byte (or character) sequence.classUnsupportedCharsetExceptionUnchecked exception thrown when no support is available for a requested charset. -
Uses of Serializable in java.nio.file
Classes in java.nio.file that implement Serializable Modifier and Type Class Description classAccessDeniedExceptionChecked exception thrown when a file system operation is denied, typically due to a file permission or other access check.classAccessModeDefines access modes used to test the accessibility of a file.classAtomicMoveNotSupportedExceptionChecked exception thrown when a file cannot be moved as an atomic file system operation.classClosedDirectoryStreamExceptionUnchecked exception thrown when an attempt is made to invoke an operation on a directory stream that is closed.classClosedFileSystemExceptionUnchecked exception thrown when an attempt is made to invoke an operation on a file and the file system is closed.classClosedWatchServiceExceptionUnchecked exception thrown when an attempt is made to invoke an operation on a watch service that is closed.classDirectoryIteratorExceptionRuntime exception thrown if an I/O error is encountered when iterating over the entries in a directory.classDirectoryNotEmptyExceptionChecked exception thrown when a file system operation fails because a directory is not empty.classFileAlreadyExistsExceptionChecked exception thrown when an attempt is made to create a file or directory and a file of that name already exists.classFileSystemAlreadyExistsExceptionRuntime exception thrown when an attempt is made to create a file system that already exists.classFileSystemExceptionThrown when a file system operation fails on one or two files.classFileSystemLoopExceptionChecked exception thrown when a file system loop, or cycle, is encountered.classFileSystemNotFoundExceptionRuntime exception thrown when a file system cannot be found.classFileVisitOptionDefines the file tree traversal options.classFileVisitResultThe result type of aFileVisitor.classInvalidPathExceptionUnchecked exception thrown when path string cannot be converted into aPathbecause the path string contains invalid characters, or the path string is invalid for other file system specific reasons.classLinkOptionDefines the options as to how symbolic links are handled.classLinkPermissionThePermissionclass for link creation operations.classNoSuchFileExceptionChecked exception thrown when an attempt is made to access a file that does not exist.classNotDirectoryExceptionChecked exception thrown when a file system operation, intended for a directory, fails because the file is not a directory.classNotLinkExceptionChecked exception thrown when a file system operation fails because a file is not a symbolic link.classProviderMismatchExceptionUnchecked exception thrown when an attempt is made to invoke a method on an object created by one file system provider with a parameter created by a different file system provider.classProviderNotFoundExceptionRuntime exception thrown when a provider of the required type cannot be found.classReadOnlyFileSystemExceptionUnchecked exception thrown when an attempt is made to update an object associated with aread-onlyFileSystem.classStandardCopyOptionDefines the standard copy options.classStandardOpenOptionDefines the standard open options. -
Uses of Serializable in java.nio.file.attribute
Classes in java.nio.file.attribute that implement Serializable Modifier and Type Class Description classAclEntryFlagDefines the flags for used by the flags component of an ACLentry.classAclEntryPermissionDefines the permissions for use with the permissions component of an ACLentry.classAclEntryTypeA typesafe enumeration of the access control entry types.classPosixFilePermissionDefines the bits for use with thepermissionsattribute.classUserPrincipalNotFoundExceptionChecked exception thrown when a lookup ofUserPrincipalfails because the principal does not exist. -
Uses of Serializable in java.rmi
Classes in java.rmi that implement Serializable Modifier and Type Class Description classAccessExceptionAnAccessExceptionis thrown by certain methods of thejava.rmi.Namingclass (specificallybind,rebind, andunbind) and methods of thejava.rmi.activation.ActivationSysteminterface to indicate that the caller does not have permission to perform the action requested by the method call.classAlreadyBoundExceptionAnAlreadyBoundExceptionis thrown if an attempt is made to bind an object in the registry to a name that already has an associated binding.classConnectExceptionAConnectExceptionis thrown if a connection is refused to the remote host for a remote method call.classConnectIOExceptionAConnectIOExceptionis thrown if anIOExceptionoccurs while making a connection to the remote host for a remote method call.classMarshalExceptionAMarshalExceptionis thrown if ajava.io.IOExceptionoccurs while marshalling the remote call header, arguments or return value for a remote method call.classMarshalledObject<T>AMarshalledObjectcontains a byte stream with the serialized representation of an object given to its constructor.classNoSuchObjectExceptionANoSuchObjectExceptionis thrown if an attempt is made to invoke a method on an object that no longer exists in the remote virtual machine.classNotBoundExceptionANotBoundExceptionis thrown if an attempt is made to lookup or unbind in the registry a name that has no associated binding.classRemoteExceptionARemoteExceptionis the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call.classRMISecurityExceptionDeprecated.UseSecurityExceptioninstead. Application code should never directly reference this class, andRMISecurityManagerno longer throws this subclass ofjava.lang.SecurityException.classServerErrorAServerErroris thrown as a result of a remote method invocation when anErroris thrown while processing the invocation on the server, either while unmarshalling the arguments, executing the remote method itself, or marshalling the return value.classServerExceptionAServerExceptionis thrown as a result of a remote method invocation when aRemoteExceptionis thrown while processing the invocation on the server, either while unmarshalling the arguments or executing the remote method itself.classServerRuntimeExceptionDeprecated.no replacementclassStubNotFoundExceptionAStubNotFoundExceptionis thrown if a valid stub class could not be found for a remote object when it is exported.classUnexpectedExceptionAnUnexpectedExceptionis thrown if the client of a remote method call receives, as a result of the call, a checked exception that is not among the checked exception types declared in thethrowsclause of the method in the remote interface.classUnknownHostExceptionAnUnknownHostExceptionis thrown if ajava.net.UnknownHostExceptionoccurs while creating a connection to the remote host for a remote method call.classUnmarshalExceptionAnUnmarshalExceptioncan be thrown while unmarshalling the parameters or results of a remote method call if any of the following conditions occur: if an exception occurs while unmarshalling the call header if the protocol for the return value is invalid if ajava.io.IOExceptionoccurs unmarshalling parameters (on the server side) or the return value (on the client side). -
Uses of Serializable in java.rmi.activation
Classes in java.rmi.activation that implement Serializable Modifier and Type Class Description classActivatableTheActivatableclass provides support for remote objects that require persistent access over time and that can be activated by the system.classActivateFailedExceptionThis exception is thrown by the RMI runtime when activation fails during a remote call to an activatable object.classActivationDescAn activation descriptor contains the information necessary to activate an object: the object's group identifier, the object's fully-qualified class name, the object's code location (the location of the class), a codebase URL path, the object's restart "mode", and, a "marshalled" object that can contain object specific initialization data.classActivationExceptionGeneral exception used by the activation interfaces.classActivationGroupAnActivationGroupis responsible for creating new instances of "activatable" objects in its group, informing itsActivationMonitorwhen either: its object's become active or inactive, or the group as a whole becomes inactive.classActivationGroup_StubActivationGroup_Stubis a stub class for the subclasses ofjava.rmi.activation.ActivationGroupthat are exported as ajava.rmi.server.UnicastRemoteObject.classActivationGroupDescAn activation group descriptor contains the information necessary to create/recreate an activation group in which to activate objects.static classActivationGroupDesc.CommandEnvironmentStartup options for ActivationGroup implementations.classActivationGroupIDThe identifier for a registered activation group serves several purposes: identifies the group uniquely within the activation system, and contains a reference to the group's activation system so that the group can contact its activation system when necessary.classActivationIDActivation makes use of special identifiers to denote remote objects that can be activated over time.classUnknownGroupExceptionAnUnknownGroupExceptionis thrown by methods of classes and interfaces in thejava.rmi.activationpackage when theActivationGroupIDparameter to the method is determined to be invalid, i.e., not known by theActivationSystem.classUnknownObjectExceptionAnUnknownObjectExceptionis thrown by methods of classes and interfaces in thejava.rmi.activationpackage when theActivationIDparameter to the method is determined to be invalid. -
Uses of Serializable in java.rmi.dgc
Classes in java.rmi.dgc that implement Serializable Modifier and Type Class Description classLeaseA lease contains a unique VM identifier and a lease duration.classVMIDA VMID is a identifier that is unique across all Java virtual machines. -
Uses of Serializable in java.rmi.server
Subinterfaces of Serializable in java.rmi.server Modifier and Type Interface Description interfaceRemoteRefRemoteRefrepresents the handle for a remote object.interfaceServerRefDeprecated.No replacement. This interface is unused and is obsolete.Classes in java.rmi.server that implement Serializable Modifier and Type Class Description classExportExceptionAnExportExceptionis aRemoteExceptionthrown if an attempt to export a remote object fails.classObjIDAnObjIDis used to identify a remote object exported to an RMI runtime.classRemoteObjectTheRemoteObjectclass implements thejava.lang.Objectbehavior for remote objects.classRemoteObjectInvocationHandlerAn implementation of theInvocationHandlerinterface for use with Java Remote Method Invocation (Java RMI).classRemoteServerTheRemoteServerclass is the common superclass to server implementations and provides the framework to support a wide range of remote reference semantics.classRemoteStubDeprecated.Statically generated stubs are deprecated, since stubs are generated dynamically. SeeUnicastRemoteObjectfor information about dynamic stub generation.classServerCloneExceptionAServerCloneExceptionis thrown if a remote exception occurs during the cloning of aUnicastRemoteObject.classServerNotActiveExceptionAnServerNotActiveExceptionis anExceptionthrown during a call toRemoteServer.getClientHostif the getClientHost method is called outside of servicing a remote method call.classSkeletonMismatchExceptionDeprecated.no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater.classSkeletonNotFoundExceptionDeprecated.no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater.classSocketSecurityExceptionDeprecated.This class is obsolete. UseExportExceptioninstead.classUIDAUIDrepresents an identifier that is unique over time with respect to the host it is generated on, or one of 216 "well-known" identifiers.classUnicastRemoteObjectUsed for exporting a remote object with JRMP and obtaining a stub that communicates to the remote object. -
Uses of Serializable in java.security
Subinterfaces of Serializable in java.security Modifier and Type Interface Description interfaceKeyThe Key interface is the top-level interface for all keys.interfacePrivateKeyA private key.interfacePublicKeyA public key.Classes in java.security that implement Serializable Modifier and Type Class Description classAccessControlExceptionThis exception is thrown by the AccessController to indicate that a requested access (to a critical system resource such as the file system or the network) is denied.classAllPermissionThe AllPermission is a permission that implies all other permissions.classAuthProviderThis class defines login and logout methods for a provider.classBasicPermissionThe BasicPermission class extends the Permission class, and can be used as the base class for permissions that want to follow the same naming convention as BasicPermission.classCodeSignerThis class encapsulates information about a code signer.classCodeSourceThis class extends the concept of a codebase to encapsulate not only the location (URL) but also the certificate chains that were used to verify signed code originating from that location.classCryptoPrimitiveAn enumeration of cryptographic primitives.classDigestExceptionThis is the generic Message Digest exception.static classDrbgParameters.CapabilityThe reseedable and prediction resistance capabilities of a DRBG.classGeneralSecurityExceptionTheGeneralSecurityExceptionclass is a generic security exception class that provides type safety for all the security-related exception classes that extend from it.classGuardedObjectA GuardedObject is an object that is used to protect access to another object.classIdentityDeprecated.This class is no longer used. Its functionality has been replaced byjava.security.KeyStore, thejava.security.certpackage, andjava.security.Principal.classIdentityScopeDeprecated.This class is no longer used. Its functionality has been replaced byjava.security.KeyStore, thejava.security.certpackage, andjava.security.Principal.classInvalidAlgorithmParameterExceptionThis is the exception for invalid or inappropriate algorithm parameters.classInvalidKeyExceptionThis is the exception for invalid Keys (invalid encoding, wrong length, uninitialized, etc).classInvalidParameterExceptionThis exception, designed for use by the JCA/JCE engine classes, is thrown when an invalid parameter is passed to a method.classKeyExceptionThis is the basic key exception.classKeyManagementExceptionThis is the general key management exception for all operations dealing with key management.classKeyPairThis class is a simple holder for a key pair (a public key and a private key).classKeyRepStandardized representation for serialized Key objects.static classKeyRep.TypeKey type.classKeyStoreExceptionThis is the generic KeyStore exception.classNoSuchAlgorithmExceptionThis exception is thrown when a particular cryptographic algorithm is requested but is not available in the environment.classNoSuchProviderExceptionThis exception is thrown when a particular security provider is requested but is not available in the environment.classPermissionAbstract class for representing access to a system resource.classPermissionCollectionAbstract class representing a collection of Permission objects.classPermissionsThis class represents a heterogeneous collection of Permissions.classPrivilegedActionExceptionThis exception is thrown bydoPrivileged(PrivilegedExceptionAction)anddoPrivileged(PrivilegedExceptionAction, AccessControlContext context)to indicate that the action being performed threw a checked exception.classProviderThis class represents a "provider" for the Java Security API, where a provider implements some or all parts of Java Security.classProviderExceptionA runtime exception for Provider exceptions (such as misconfiguration errors or unrecoverable internal errors), which may be subclassed by Providers to throw specialized, provider-specific runtime errors.classSecureRandomThis class provides a cryptographically strong random number generator (RNG).classSecureRandomSpiThis class defines the Service Provider Interface (SPI) for theSecureRandomclass.classSecurityPermissionThis class is for security permissions.classSignatureExceptionThis is the generic Signature exception.classSignedObjectSignedObject is a class for the purpose of creating authentic runtime objects whose integrity cannot be compromised without being detected.classSignerDeprecated.This class is no longer used. Its functionality has been replaced byjava.security.KeyStore, thejava.security.certpackage, andjava.security.Principal.classTimestampThis class encapsulates information about a signed timestamp.classUnrecoverableEntryExceptionThis exception is thrown if an entry in the keystore cannot be recovered.classUnrecoverableKeyExceptionThis exception is thrown if a key in the keystore cannot be recovered.classUnresolvedPermissionThe UnresolvedPermission class is used to hold Permissions that were "unresolved" when the Policy was initialized.Constructors in java.security with parameters of type Serializable Constructor Description SignedObject(Serializable object, PrivateKey signingKey, Signature signingEngine)Constructs a SignedObject from any Serializable object. -
Uses of Serializable in java.security.acl
Classes in java.security.acl that implement Serializable Modifier and Type Class Description classAclNotFoundExceptionDeprecated.This package has been replaced byjava.security.Policyand related classes since 1.2.classLastOwnerExceptionDeprecated.This package has been replaced byjava.security.Policyand related classes since 1.2.classNotOwnerExceptionDeprecated.This package has been replaced byjava.security.Policyand related classes since 1.2. -
Uses of Serializable in java.security.cert
Subinterfaces of Serializable in java.security.cert Modifier and Type Interface Description static interfaceCertPathValidatorException.ReasonThe reason the validation algorithm failed.Classes in java.security.cert that implement Serializable Modifier and Type Class Description classCertificateAbstract class for managing a variety of identity certificates.protected static classCertificate.CertificateRepAlternate Certificate class for serialization.classCertificateEncodingExceptionCertificate Encoding Exception.classCertificateExceptionThis exception indicates one of a variety of certificate problems.classCertificateExpiredExceptionCertificate Expired Exception.classCertificateNotYetValidExceptionCertificate is not yet valid exception.classCertificateParsingExceptionCertificate Parsing Exception.classCertificateRevokedExceptionAn exception that indicates an X.509 certificate is revoked.classCertPathAn immutable sequence of certificates (a certification path).protected static classCertPath.CertPathRepAlternateCertPathclass for serialization.classCertPathBuilderExceptionAn exception indicating one of a variety of problems encountered when building a certification path with aCertPathBuilder.classCertPathValidatorExceptionAn exception indicating one of a variety of problems encountered when validating a certification path.static classCertPathValidatorException.BasicReasonThe BasicReason enumerates the potential reasons that a certification path of any type may be invalid.classCertStoreExceptionAn exception indicating one of a variety of problems retrieving certificates and CRLs from aCertStore.classCRLExceptionCRL (Certificate Revocation List) Exception.classCRLReasonThe CRLReason enumeration specifies the reason that a certificate is revoked, as defined in RFC 5280: Internet X.509 Public Key Infrastructure Certificate and CRL Profile.classPKIXReasonThePKIXReasonenumerates the potential PKIX-specific reasons that an X.509 certification path may be invalid according to the PKIX (RFC 5280) standard.static classPKIXRevocationChecker.OptionVarious revocation options that can be specified for the revocation checking mechanism.classX509CertificateAbstract class for X.509 certificates. -
Uses of Serializable in java.security.interfaces
Subinterfaces of Serializable in java.security.interfaces Modifier and Type Interface Description interfaceDSAPrivateKeyThe standard interface to a DSA private key.interfaceDSAPublicKeyThe interface to a DSA public key.interfaceECPrivateKeyThe interface to an elliptic curve (EC) private key.interfaceECPublicKeyThe interface to an elliptic curve (EC) public key.interfaceRSAMultiPrimePrivateCrtKeyThe interface to an RSA multi-prime private key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information values.interfaceRSAPrivateCrtKeyThe interface to an RSA private key, as defined in the PKCS#1 standard, using the Chinese Remainder Theorem (CRT) information values.interfaceRSAPrivateKeyThe interface to an RSA private key.interfaceRSAPublicKeyThe interface to an RSA public key. -
Uses of Serializable in java.security.spec
Classes in java.security.spec that implement Serializable Modifier and Type Class Description classInvalidKeySpecExceptionThis is the exception for invalid key specifications.classInvalidParameterSpecExceptionThis is the exception for invalid parameter specifications. -
Uses of Serializable in java.sql
Classes in java.sql that implement Serializable Modifier and Type Class Description classBatchUpdateExceptionThe subclass ofSQLExceptionthrown when an error occurs during a batch update operation.classClientInfoStatusEnumeration for status of the reason that a property could not be set via a call toConnection.setClientInfoclassDataTruncationAn exception thrown as aDataTruncationexception (on writes) or reported as aDataTruncationwarning (on reads) when a data values is unexpectedly truncated for reasons other than its having exceededMaxFieldSize.classDateA thin wrapper around a millisecond value that allows JDBC to identify this as an SQLDATEvalue.classJDBCTypeDefines the constants that are used to identify generic SQL types, called JDBC types.classPseudoColumnUsageEnumeration for pseudo/hidden column usage.classRowIdLifetimeEnumeration for RowId life-time values.classSQLClientInfoExceptionThe subclass ofSQLExceptionis thrown when one or more client info properties could not be set on aConnection.classSQLDataExceptionThe subclass ofSQLExceptionthrown when the SQLState class value is '22', or under vendor-specified conditions.classSQLExceptionAn exception that provides information on a database access error or other errors.classSQLFeatureNotSupportedExceptionThe subclass ofSQLExceptionthrown when the SQLState class value is '0A' ( the value is 'zero' A).classSQLIntegrityConstraintViolationExceptionThe subclass ofSQLExceptionthrown when the SQLState class value is '23', or under vendor-specified conditions.classSQLInvalidAuthorizationSpecExceptionThe subclass ofSQLExceptionthrown when the SQLState class value is '28', or under vendor-specified conditions.classSQLNonTransientConnectionExceptionThe subclass ofSQLExceptionthrown for the SQLState class value '08', or under vendor-specified conditions.classSQLNonTransientExceptionThe subclass ofSQLExceptionthrown when an instance where a retry of the same operation would fail unless the cause of theSQLExceptionis corrected.classSQLPermissionThe permission for which theSecurityManagerwill check when code that is running an application with aSecurityManagerenabled, calls theDriverManager.deregisterDrivermethod,DriverManager.setLogWritermethod,DriverManager.setLogStream(deprecated) method,SyncFactory.setJNDIContextmethod,SyncFactory.setLoggermethod,Connection.setNetworkTimeoutmethod, or theConnection.abortmethod.classSQLRecoverableExceptionThe subclass ofSQLExceptionthrown in situations where a previously failed operation might be able to succeed if the application performs some recovery steps and retries the entire transaction or in the case of a distributed transaction, the transaction branch.classSQLSyntaxErrorExceptionThe subclass ofSQLExceptionthrown when the SQLState class value is '42', or under vendor-specified conditions.classSQLTimeoutExceptionThe subclass ofSQLExceptionthrown when the timeout specified byStatement.setQueryTimeout,DriverManager.setLoginTimeout,DataSource.setLoginTimeout,XADataSource.setLoginTimeouthas expired.classSQLTransactionRollbackExceptionThe subclass ofSQLExceptionthrown when the SQLState class value is '40', or under vendor-specified conditions.classSQLTransientConnectionExceptionThe subclass ofSQLExceptionfor the SQLState class value '08', or under vendor-specified conditions.classSQLTransientExceptionThe subclass ofSQLExceptionis thrown in situations where a previously failed operation might be able to succeed when the operation is retried without any intervention by application-level functionality.classSQLWarningAn exception that provides information on database access warnings.classTimeA thin wrapper around thejava.util.Dateclass that allows the JDBC API to identify this as an SQLTIMEvalue.classTimestampA thin wrapper aroundjava.util.Datethat allows the JDBC API to identify this as an SQLTIMESTAMPvalue. -
Uses of Serializable in java.text
Classes in java.text that implement Serializable Modifier and Type Class Description static classAttributedCharacterIterator.AttributeDefines attribute keys that are used to identify text attributes.classChoiceFormatAChoiceFormatallows you to attach a format to a range of numbers.classDateFormatDateFormatis an abstract class for date/time formatting subclasses which formats and parses dates or time in a language-independent manner.static classDateFormat.FieldDefines constants that are used as attribute keys in theAttributedCharacterIteratorreturned fromDateFormat.formatToCharacterIteratorand as field identifiers inFieldPosition.classDateFormatSymbolsDateFormatSymbolsis a public class for encapsulating localizable date-time formatting data, such as the names of the months, the names of the days of the week, and the time zone data.classDecimalFormatDecimalFormatis a concrete subclass ofNumberFormatthat formats decimal numbers.classDecimalFormatSymbolsThis class represents the set of symbols (such as the decimal separator, the grouping separator, and so on) needed byDecimalFormatto format numbers.classFormatFormatis an abstract base class for formatting locale-sensitive information such as dates, messages, and numbers.static classFormat.FieldDefines constants that are used as attribute keys in theAttributedCharacterIteratorreturned fromFormat.formatToCharacterIteratorand as field identifiers inFieldPosition.classMessageFormatMessageFormatprovides a means to produce concatenated messages in a language-neutral way.static classMessageFormat.FieldDefines constants that are used as attribute keys in theAttributedCharacterIteratorreturned fromMessageFormat.formatToCharacterIterator.static classNormalizer.FormThis enum provides constants of the four Unicode normalization forms that are described in Unicode Standard Annex #15 — Unicode Normalization Forms and two methods to access them.classNumberFormatNumberFormatis the abstract base class for all number formats.static classNumberFormat.FieldDefines constants that are used as attribute keys in theAttributedCharacterIteratorreturned fromNumberFormat.formatToCharacterIteratorand as field identifiers inFieldPosition.classParseExceptionSignals that an error has been reached unexpectedly while parsing.classSimpleDateFormatSimpleDateFormatis a concrete class for formatting and parsing dates in a locale-sensitive manner. -
Uses of Serializable in java.time
Classes in java.time that implement Serializable Modifier and Type Class Description classDateTimeExceptionException used to indicate a problem while calculating a date-time.classDayOfWeekA day-of-week, such as 'Tuesday'.classDurationA time-based amount of time, such as '34.5 seconds'.classInstantAn instantaneous point on the time-line.classLocalDateA date without a time-zone in the ISO-8601 calendar system, such as2007-12-03.classLocalDateTimeA date-time without a time-zone in the ISO-8601 calendar system, such as2007-12-03T10:15:30.classLocalTimeA time without a time-zone in the ISO-8601 calendar system, such as10:15:30.classMonthA month-of-year, such as 'July'.classMonthDayA month-day in the ISO-8601 calendar system, such as--12-03.classOffsetDateTimeA date-time with an offset from UTC/Greenwich in the ISO-8601 calendar system, such as2007-12-03T10:15:30+01:00.classOffsetTimeA time with an offset from UTC/Greenwich in the ISO-8601 calendar system, such as10:15:30+01:00.classPeriodA date-based amount of time in the ISO-8601 calendar system, such as '2 years, 3 months and 4 days'.classYearA year in the ISO-8601 calendar system, such as2007.classYearMonthA year-month in the ISO-8601 calendar system, such as2007-12.classZonedDateTimeA date-time with a time-zone in the ISO-8601 calendar system, such as2007-12-03T10:15:30+01:00 Europe/Paris.classZoneIdA time-zone ID, such asEurope/Paris.classZoneOffsetA time-zone offset from Greenwich/UTC, such as+02:00. -
Uses of Serializable in java.time.chrono
Classes in java.time.chrono that implement Serializable Modifier and Type Class Description classHijrahChronologyThe Hijrah calendar is a lunar calendar supporting Islamic calendars.classHijrahDateA date in the Hijrah calendar system.classHijrahEraAn era in the Hijrah calendar system.classIsoChronologyThe ISO calendar system.classIsoEraAn era in the ISO calendar system.classJapaneseChronologyThe Japanese Imperial calendar system.classJapaneseDateA date in the Japanese Imperial calendar system.classJapaneseEraAn era in the Japanese Imperial calendar system.classMinguoChronologyThe Minguo calendar system.classMinguoDateA date in the Minguo calendar system.classMinguoEraAn era in the Minguo calendar system.classThaiBuddhistChronologyThe Thai Buddhist calendar system.classThaiBuddhistDateA date in the Thai Buddhist calendar system.classThaiBuddhistEraAn era in the Thai Buddhist calendar system. -
Uses of Serializable in java.time.format
Classes in java.time.format that implement Serializable Modifier and Type Class Description classDateTimeParseExceptionAn exception thrown when an error occurs during parsing.classFormatStyleEnumeration of the style of a localized date, time or date-time formatter.classResolverStyleEnumeration of different ways to resolve dates and times.classSignStyleEnumeration of ways to handle the positive/negative sign.classTextStyleEnumeration of the style of text formatting and parsing. -
Uses of Serializable in java.time.temporal
Classes in java.time.temporal that implement Serializable Modifier and Type Class Description classChronoFieldA standard set of fields.classChronoUnitA standard set of date periods units.classUnsupportedTemporalTypeExceptionUnsupportedTemporalTypeException indicates that a ChronoField or ChronoUnit is not supported for a Temporal class.classValueRangeThe range of valid values for a date-time field.classWeekFieldsLocalized definitions of the day-of-week, week-of-month and week-of-year fields. -
Uses of Serializable in java.time.zone
Classes in java.time.zone that implement Serializable Modifier and Type Class Description classZoneOffsetTransitionA transition between two offsets caused by a discontinuity in the local time-line.classZoneOffsetTransitionRuleA rule expressing how to create a transition.static classZoneOffsetTransitionRule.TimeDefinitionA definition of the way a local time can be converted to the actual transition date-time.classZoneRulesThe rules defining how the zone offset varies for a single time-zone.classZoneRulesExceptionThrown to indicate a problem with time-zone configuration. -
Uses of Serializable in java.util
Classes in java.util that implement Serializable Modifier and Type Class Description static classAbstractMap.SimpleEntry<K,V>An Entry maintaining a key and a value.static classAbstractMap.SimpleImmutableEntry<K,V>An Entry maintaining an immutable key and value.classArrayDeque<E>Resizable-array implementation of theDequeinterface.classArrayList<E>Resizable-array implementation of theListinterface.classBitSetThis class implements a vector of bits that grows as needed.classCalendarTheCalendarclass is an abstract class that provides methods for converting between a specific instant in time and a set ofcalendar fieldssuch asYEAR,MONTH,DAY_OF_MONTH,HOUR, and so on, and for manipulating the calendar fields, such as getting the date of the next week.classConcurrentModificationExceptionThis exception may be thrown by methods that have detected concurrent modification of an object when such modification is not permissible.classCurrencyRepresents a currency.classDateThe classDaterepresents a specific instant in time, with millisecond precision.classDuplicateFormatFlagsExceptionUnchecked exception thrown when duplicate flags are provided in the format specifier.classEmptyStackExceptionThrown by methods in theStackclass to indicate that the stack is empty.classEnumMap<K extends Enum<K>,V>A specializedMapimplementation for use with enum type keys.classEnumSet<E extends Enum<E>>A specializedSetimplementation for use with enum types.classEventObjectThe root class from which all event state objects shall be derived.classFormatFlagsConversionMismatchExceptionUnchecked exception thrown when a conversion and flag are incompatible.static classFormatter.BigDecimalLayoutFormEnum forBigDecimalformatting.classFormatterClosedExceptionUnchecked exception thrown when the formatter has been closed.classGregorianCalendarGregorianCalendaris a concrete subclass ofCalendarand provides the standard calendar system used by most of the world.classHashMap<K,V>Hash table based implementation of theMapinterface.classHashSet<E>This class implements theSetinterface, backed by a hash table (actually aHashMapinstance).classHashtable<K,V>This class implements a hash table, which maps keys to values.classIdentityHashMap<K,V>This class implements theMapinterface with a hash table, using reference-equality in place of object-equality when comparing keys (and values).classIllegalFormatCodePointExceptionUnchecked exception thrown when a character with an invalid Unicode code point as defined byCharacter.isValidCodePoint(int)is passed to theFormatter.classIllegalFormatConversionExceptionUnchecked exception thrown when the argument corresponding to the format specifier is of an incompatible type.classIllegalFormatExceptionUnchecked exception thrown when a format string contains an illegal syntax or a format specifier that is incompatible with the given arguments.classIllegalFormatFlagsExceptionUnchecked exception thrown when an illegal combination flags is given.classIllegalFormatPrecisionExceptionUnchecked exception thrown when the precision is a negative value other than-1, the conversion does not support a precision, or the value is otherwise unsupported.classIllegalFormatWidthExceptionUnchecked exception thrown when the format width is a negative value other than-1or is otherwise unsupported.classIllformedLocaleExceptionThrown by methods inLocaleandLocale.Builderto indicate that an argument is not a well-formed BCP 47 tag.classInputMismatchExceptionThrown by aScannerto indicate that the token retrieved does not match the pattern for the expected type, or that the token is out of range for the expected type.classInvalidPropertiesFormatExceptionThrown to indicate that an operation could not complete because the input did not conform to the appropriate XML document type for a collection of properties, as per thePropertiesspecification.classLinkedHashMap<K,V>Hash table and linked list implementation of theMapinterface, with predictable iteration order.classLinkedHashSet<E>Hash table and linked list implementation of theSetinterface, with predictable iteration order.classLinkedList<E>Doubly-linked list implementation of theListandDequeinterfaces.classLocaleALocaleobject represents a specific geographical, political, or cultural region.static classLocale.CategoryEnum for locale categories.static classLocale.FilteringModeThis enum provides constants to select a filtering mode for locale matching.static classLocale.IsoCountryCodeEnum for specifying the type defined in ISO 3166.classMissingFormatArgumentExceptionUnchecked exception thrown when there is a format specifier which does not have a corresponding argument or if an argument index refers to an argument that does not exist.classMissingFormatWidthExceptionUnchecked exception thrown when the format width is required.classMissingResourceExceptionSignals that a resource is missing.classNoSuchElementExceptionThrown by various accessor methods to indicate that the element being requested does not exist.classPriorityQueue<E>An unbounded priority queue based on a priority heap.classPropertiesThePropertiesclass represents a persistent set of properties.classPropertyPermissionThis class is for property permissions.classRandomAn instance of this class is used to generate a stream of pseudorandom numbers.classServiceConfigurationErrorError thrown when something goes wrong while locating, loading, or instantiating a service provider.classSimpleTimeZoneSimpleTimeZoneis a concrete subclass ofTimeZonethat represents a time zone for use with a Gregorian calendar.classStack<E>TheStackclass represents a last-in-first-out (LIFO) stack of objects.classTimeZoneTimeZonerepresents a time zone offset, and also figures out daylight savings.classTooManyListenersExceptionTheTooManyListenersExceptionException is used as part of the Java Event model to annotate and implement a unicast special case of a multicast Event Source.classTreeMap<K,V>A Red-Black tree basedNavigableMapimplementation.classTreeSet<E>ANavigableSetimplementation based on aTreeMap.classUnknownFormatConversionExceptionUnchecked exception thrown when an unknown conversion is given.classUnknownFormatFlagsExceptionUnchecked exception thrown when an unknown flag is given.classUUIDA class that represents an immutable universally unique identifier (UUID).classVector<E>TheVectorclass implements a growable array of objects. -
Uses of Serializable in java.util.concurrent
Classes in java.util.concurrent that implement Serializable Modifier and Type Class Description classArrayBlockingQueue<E>A bounded blocking queue backed by an array.classBrokenBarrierExceptionException thrown when a thread tries to wait upon a barrier that is in a broken state, or which enters the broken state while the thread is waiting.classCancellationExceptionException indicating that the result of a value-producing task, such as aFutureTask, cannot be retrieved because the task was cancelled.classCompletionExceptionException thrown when an error or other exception is encountered in the course of completing a result or task.classConcurrentHashMap<K,V>A hash table supporting full concurrency of retrievals and high expected concurrency for updates.static classConcurrentHashMap.KeySetView<K,V>A view of a ConcurrentHashMap as aSetof keys, in which additions may optionally be enabled by mapping to a common value.classConcurrentLinkedDeque<E>An unbounded concurrent deque based on linked nodes.classConcurrentLinkedQueue<E>An unbounded thread-safe queue based on linked nodes.classConcurrentSkipListMap<K,V>A scalable concurrentConcurrentNavigableMapimplementation.classConcurrentSkipListSet<E>A scalable concurrentNavigableSetimplementation based on aConcurrentSkipListMap.classCopyOnWriteArrayList<E>A thread-safe variant ofArrayListin which all mutative operations (add,set, and so on) are implemented by making a fresh copy of the underlying array.classCopyOnWriteArraySet<E>ASetthat uses an internalCopyOnWriteArrayListfor all of its operations.classCountedCompleter<T>AForkJoinTaskwith a completion action performed when triggered and there are no remaining pending actions.classExecutionExceptionException thrown when attempting to retrieve the result of a task that aborted by throwing an exception.classForkJoinTask<V>Abstract base class for tasks that run within aForkJoinPool.classLinkedBlockingDeque<E>An optionally-bounded blocking deque based on linked nodes.classLinkedBlockingQueue<E>An optionally-bounded blocking queue based on linked nodes.classLinkedTransferQueue<E>An unboundedTransferQueuebased on linked nodes.classPriorityBlockingQueue<E>An unbounded blocking queue that uses the same ordering rules as classPriorityQueueand supplies blocking retrieval operations.classRecursiveActionA recursive resultlessForkJoinTask.classRecursiveTask<V>A recursive result-bearingForkJoinTask.classRejectedExecutionExceptionException thrown by anExecutorwhen a task cannot be accepted for execution.classSemaphoreA counting semaphore.classSynchronousQueue<E>A blocking queue in which each insert operation must wait for a corresponding remove operation by another thread, and vice versa.classThreadLocalRandomA random number generator isolated to the current thread.classTimeoutExceptionException thrown when a blocking operation times out.classTimeUnitATimeUnitrepresents time durations at a given unit of granularity and provides utility methods to convert across units, and to perform timing and delay operations in these units. -
Uses of Serializable in java.util.concurrent.atomic
Classes in java.util.concurrent.atomic that implement Serializable Modifier and Type Class Description classAtomicBooleanAbooleanvalue that may be updated atomically.classAtomicIntegerAnintvalue that may be updated atomically.classAtomicIntegerArrayAnintarray in which elements may be updated atomically.classAtomicLongAlongvalue that may be updated atomically.classAtomicLongArrayAlongarray in which elements may be updated atomically.classAtomicReference<V>An object reference that may be updated atomically.classAtomicReferenceArray<E>An array of object references in which elements may be updated atomically.classDoubleAccumulatorOne or more variables that together maintain a runningdoublevalue updated using a supplied function.classDoubleAdderOne or more variables that together maintain an initially zerodoublesum.classLongAccumulatorOne or more variables that together maintain a runninglongvalue updated using a supplied function.classLongAdderOne or more variables that together maintain an initially zerolongsum. -
Uses of Serializable in java.util.concurrent.locks
Classes in java.util.concurrent.locks that implement Serializable Modifier and Type Class Description classAbstractOwnableSynchronizerA synchronizer that may be exclusively owned by a thread.classAbstractQueuedLongSynchronizerA version ofAbstractQueuedSynchronizerin which synchronization state is maintained as along.classAbstractQueuedLongSynchronizer.ConditionObjectCondition implementation for aAbstractQueuedLongSynchronizerserving as the basis of aLockimplementation.classAbstractQueuedSynchronizerProvides a framework for implementing blocking locks and related synchronizers (semaphores, events, etc) that rely on first-in-first-out (FIFO) wait queues.classAbstractQueuedSynchronizer.ConditionObjectCondition implementation for aAbstractQueuedSynchronizerserving as the basis of aLockimplementation.classReentrantLockA reentrant mutual exclusionLockwith the same basic behavior and semantics as the implicit monitor lock accessed usingsynchronizedmethods and statements, but with extended capabilities.classReentrantReadWriteLockAn implementation ofReadWriteLocksupporting similar semantics toReentrantLock.static classReentrantReadWriteLock.ReadLockThe lock returned by methodReentrantReadWriteLock.readLock().static classReentrantReadWriteLock.WriteLockThe lock returned by methodReentrantReadWriteLock.writeLock().classStampedLockA capability-based lock with three modes for controlling read/write access. -
Uses of Serializable in java.util.jar
Classes in java.util.jar that implement Serializable Modifier and Type Class Description classJarExceptionSignals that an error of some sort has occurred while reading from or writing to a JAR file. -
Uses of Serializable in java.util.logging
Classes in java.util.logging that implement Serializable Modifier and Type Class Description classLevelThe Level class defines a set of standard logging levels that can be used to control logging output.classLoggingPermissionThe permission which the SecurityManager will check when code that is running with a SecurityManager calls one of the logging control methods (such as Logger.setLevel).classLogRecordLogRecord objects are used to pass logging requests between the logging framework and individual log Handlers. -
Uses of Serializable in java.util.prefs
Classes in java.util.prefs that implement Serializable Modifier and Type Class Description classBackingStoreExceptionThrown to indicate that a preferences operation could not complete because of a failure in the backing store, or a failure to contact the backing store.classInvalidPreferencesFormatExceptionThrown to indicate that an operation could not complete because the input did not conform to the appropriate XML document type for a collection of preferences, as per thePreferencesspecification.classNodeChangeEventAn event emitted by aPreferencesnode to indicate that a child of that node has been added or removed.classPreferenceChangeEventAn event emitted by aPreferencesnode to indicate that a preference has been added, removed or has had its value changed. -
Uses of Serializable in java.util.regex
Classes in java.util.regex that implement Serializable Modifier and Type Class Description classPatternA compiled representation of a regular expression.classPatternSyntaxExceptionUnchecked exception thrown to indicate a syntax error in a regular-expression pattern. -
Uses of Serializable in java.util.stream
Classes in java.util.stream that implement Serializable Modifier and Type Class Description static classCollector.CharacteristicsCharacteristics indicating properties of aCollector, which can be used to optimize reduction implementations. -
Uses of Serializable in java.util.zip
Classes in java.util.zip that implement Serializable Modifier and Type Class Description classDataFormatExceptionSignals that a data format error has occurred.classZipErrorSignals that an unrecoverable error has occurred.classZipExceptionSignals that a Zip exception of some sort has occurred. -
Uses of Serializable in javafx.animation
Classes in javafx.animation that implement Serializable Modifier and Type Class Description static classAnimation.StatusThe possible states forstatus.static classPathTransition.OrientationTypeSpecifies the upright orientation ofnodealong thepath. -
Uses of Serializable in javafx.application
Classes in javafx.application that implement Serializable Modifier and Type Class Description classConditionalFeatureDefines a set of conditional (optional) features.static classPreloader.StateChangeNotification.TypeEnum that defines the type of change associated with this notification -
Uses of Serializable in javafx.concurrent
Classes in javafx.concurrent that implement Serializable Modifier and Type Class Description static classWorker.StateThe state of a Worker.classWorkerStateEventAn event which occurs whenever the state changes on a Worker. -
Uses of Serializable in javafx.css
Classes in javafx.css that implement Serializable Modifier and Type Class Description classSizeUnitsRepresents a size specified in a particular unit, such as 14px or 0.2em.classStyleOriginEnumeration of the possible source or origin of a stylesheet and styles. -
Uses of Serializable in javafx.embed.swing
Classes in javafx.embed.swing that implement Serializable Modifier and Type Class Description classJFXPanelJFXPanelis a component to embed JavaFX content into Swing applications. -
Uses of Serializable in javafx.event
Classes in javafx.event that implement Serializable Modifier and Type Class Description classActionEventAnEventrepresenting some type of action.classEventBase class for FX events.classEventType<T extends Event>This class represents a specific event type associated with anEvent. -
Uses of Serializable in javafx.fxml
Classes in javafx.fxml that implement Serializable Modifier and Type Class Description classLoadExceptionThrown when an error is encountered during a load operation. -
Uses of Serializable in javafx.geometry
Classes in javafx.geometry that implement Serializable Modifier and Type Class Description classHorizontalDirectionEnumeration representing a horizontal direction.classHPosA set of values for describing horizontal positioning and alignment.classNodeOrientationA set of values for describing the flow of visual data for a node.classOrientationOrientationclassPosA set of values for describing vertical and horizontal positioning and alignment.classSideEnum for which side of a rectangle something should be.classVerticalDirectionEnumeration representing a vertical direction.classVPosA set of values for describing vertical positioning and alignment. -
Uses of Serializable in javafx.print
Classes in javafx.print that implement Serializable Modifier and Type Class Description classCollationCollation specifies whether or not media sheets of each copy of a printed document in a job are to be in sequence.classPageOrientationSpecifies the orientation of the media sheet for printed pages.classPrintColorClass which describes whether printing should be monochrome or color.static classPrinter.MarginTypeThe MarginType is used to determine the printable area of a PageLayout.static classPrinterJob.JobStatusAn enum class used in reporting status of a print job.classPrintQualityClass to decribe printing quality setting.classPrintSidesClass to enumerate the possible duplex (two-sided) printing modes. -
Uses of Serializable in javafx.scene
Classes in javafx.scene that implement Serializable Modifier and Type Class Description classAccessibleActionThis enum describes the actions that an assistive technology such as a screen reader can request from the scene graph.classAccessibleAttributeThis enum describes the attributes that an assistive technology such as a screen reader can request from the scene graph.classAccessibleRoleThis enum describes the accessible role for aNode.classCacheHintCache hints for use withNode.cacheHintclassDepthTestThis enum defines the possible states for the depthTest flag in node. -
Uses of Serializable in javafx.scene.chart
Classes in javafx.scene.chart that implement Serializable Modifier and Type Class Description static classLineChart.SortingPolicyThis enum defines a policy forLineChart.axisSortingPolicyProperty(). -
Uses of Serializable in javafx.scene.control
Classes in javafx.scene.control that implement Serializable Modifier and Type Class Description static classAlert.AlertTypeAn enumeration containing the available, pre-built alert types that theAlertclass can use to pre-populate various properties.static classButtonBar.ButtonDataAn enumeration of all available button data annotations.static classCheckBoxTreeItem.TreeModificationEvent<T>A TreeModificationEvent class that works in a similar vein to theTreeItem.TreeModificationEventclass, in that this event will bubble up the CheckBoxTreeItem hierarchy, until the parent node is null.classContentDisplayThe position to place the content within a Label.classDialogEventEvent related to dialog showing/hiding actions.static classListView.EditEvent<T>AnEventsubclass used specifically in ListView for representing edit-related events.classOverrunStyleDefines the behavior of a labeled Control when the space for rendering the text is smaller than the space needed to render the entire string.static classScrollPane.ScrollBarPolicyAn enumeration denoting the policy to be used by a scrollable Control in deciding whether to show a scroll bar.classScrollToEvent<T>Event related toScrollPaneand virtualised controls such asListView,TableView,TreeViewandTreeTableView.classSelectionModeAn enumeration used to specify how many items may be selected in aMultipleSelectionModel.classSortEvent<C>Event related toTableViewandTreeTableViewsorting.static classTableColumn.CellEditEvent<S,T>An event that is fired when a user performs an edit on a table cell.static classTableColumn.SortTypeEnumeration that specifies the type of sorting being applied to a specific column.static classTabPane.TabClosingPolicyThis specifies how the TabPane handles tab closing from an end-users perspective.static classTreeItem.TreeModificationEvent<T>AnEventthat contains relevant information for all forms of TreeItem modifications.classTreeSortModeSpecifies how the tree items in tree-like UI controls should be sorted.static classTreeTableColumn.CellEditEvent<S,T>An event that is fired when a user performs an edit on a table cell.static classTreeTableColumn.SortTypeEnumeration that specifies the type of sorting being applied to a specific column.static classTreeTableView.EditEvent<S>AnEventsubclass used specifically in TreeTableView for representing edit-related events.static classTreeView.EditEvent<T>AnEventsubclass used specifically in TreeView for representing edit-related events. -
Uses of Serializable in javafx.scene.control.skin
Classes in javafx.scene.control.skin that implement Serializable Modifier and Type Class Description static classTextInputControlSkin.DirectionDirection names for caret movement.static classTextInputControlSkin.TextUnitUnit names for caret movement. -
Uses of Serializable in javafx.scene.effect
Classes in javafx.scene.effect that implement Serializable Modifier and Type Class Description classBlendModeA blending mode defines the manner in which the inputs of a Blend effect are composited together or how a Node is blended into the background of a scene.classBlurTypeRepresents the type of blur algorithm that is used to soften aShadoweffect. -
Uses of Serializable in javafx.scene.image
Classes in javafx.scene.image that implement Serializable Modifier and Type Class Description static classPixelFormat.TypeAn enum describing the in-array storage format of a single pixel managed by aPixelFormat. -
Uses of Serializable in javafx.scene.input
Classes in javafx.scene.input that implement Serializable Modifier and Type Class Description classClipboardContentData container forClipboarddata.classContextMenuEventWhen the user requests a context menu, this event occurs.classDragEventDrag events replace mouse events during drag-and-drop gesture.classGestureEventAn event indicating gesture input.classInputEventAn event indicating a user input.classInputMethodEventAn event which indicates that the underlying input method notifies its text change in aNode.classInputMethodHighlightThe enum that contains the input method text highlights.classInputMethodTextRunRepresents a single run in which the characters have the same set of highlights in the input method text.classKeyCodeSet of key codes forKeyEventobjects.static classKeyCombination.ModifierValueModifierValuespecifies state of modifier keys.classKeyEventAn event which indicates that a keystroke occurred in aNode.classMouseButtonMapping for Button NamesclassMouseDragEventMouse drag events are delivered to potential gesture targets during full press-drag-release gestures.classMouseEventWhen mouse event occurs, the top-most node under cursor is picked and the event is delivered to it through capturing and bubbling phases described atEventDispatcher.classRotateEventRotate event indicates that user performed rotating gesture such as dragging two fingers around each other on track pad, touch screen or other similar device.classScrollEventScroll event indicates that user performed scrolling by mouse wheel, track pad, touch screen or other similar device.static classScrollEvent.HorizontalTextScrollUnitsHorizontal text-based scrolling units.static classScrollEvent.VerticalTextScrollUnitsVertical text-based scrolling units.classSwipeEventSwipe event indicates that user performed a swipe gesture such as dragging a finger in one direction on touch screen.classTouchEventTouch event indicates a touch screen action.classTouchPointTouch point represents a single point of a multi-touch action, typically one finger touching a screen.static classTouchPoint.StateRepresents current state of the touch pointclassTransferModeDescribes the mode of data transfer with respect to a drag and drop gesture.classZoomEventZoom event indicates that user performed zooming gesture such as dragging two fingers apart on track pad, touch screen or other similar device. -
Uses of Serializable in javafx.scene.layout
Classes in javafx.scene.layout that implement Serializable Modifier and Type Class Description classBackgroundRepeatEnumeration of options for repeating images in backgroundsclassBorderRepeatEnum indicating the repetition rules for border images.classPriorityEnumeration used to determine the grow (or shrink) priority of a given node's layout area when its region has more (or less) space available and multiple nodes are competing for that space. -
Uses of Serializable in javafx.scene.media
Classes in javafx.scene.media that implement Serializable Modifier and Type Class Description classMediaErrorEventAnEventrepresenting the occurrence of an error in handling media.classMediaExceptionstatic classMediaException.TypeEnumeration describing categories of errors.classMediaMarkerEventAnActionEventrepresenting a media marker.static classMediaPlayer.StatusEnumeration describing the different status values of aMediaPlayer. -
Uses of Serializable in javafx.scene.paint
Classes in javafx.scene.paint that implement Serializable Modifier and Type Class Description classCycleMethodThis enum defines one of the following methods to use when painting outside the gradient bounds:CycleMethod.NO_CYCLE,CycleMethod.REFLECT, orCycleMethod.REPEAT. -
Uses of Serializable in javafx.scene.shape
Classes in javafx.scene.shape that implement Serializable Modifier and Type Class Description classArcTypeArcTypespecifies the closure type forArcobjects.classCullFaceFace culling setting for use withShape3D.cullFaceclassDrawModeDefines how the polygon is drawn when use withShape3D.drawModeclassFillRuleThe fill rule for determining the interior of the path.classStrokeLineCapDefines the end cap style of aShape.classStrokeLineJoinDefines the line join style of aShape.classStrokeTypeDefines where to draw the stroke around the boundary of a Shape node. -
Uses of Serializable in javafx.scene.text
Classes in javafx.scene.text that implement Serializable Modifier and Type Class Description classFontPostureSpecifies whether the font is italicizedclassFontSmoothingTypeTheFontSmoothingTypeenum is used to specify the preferred mechanism used to smooth the edges of fonts for on-screen text.classFontWeightSpecifies different font weights which can be used when searching for a font on the system.classTextAlignmentTheTextAlignmentenum represents the horizontal text alignment.classTextBoundsTypeSpecifies the behaviour of bounds reporting byTextnodes. -
Uses of Serializable in javafx.scene.transform
Classes in javafx.scene.transform that implement Serializable Modifier and Type Class Description classMatrixTypeSpecifies type of transformation matrix.classNonInvertibleTransformExceptionTheNonInvertibleTransformExceptionclass represents an exception that is thrown if an operation is performed requiring the inverse of aTransformobject which is in a non-invertible state.classTransformChangedEventThis event is fired on a transform when any of its properties changes. -
Uses of Serializable in javafx.scene.web
Classes in javafx.scene.web that implement Serializable Modifier and Type Class Description static classHTMLEditorSkin.CommandRepresents commands that can be passed into the HTMLEditor web engine.classWebErrorEventAn event indicating aWebEngineerror.classWebEvent<T>WebEventinstances are passed intoEventHandlers registered with aWebEngineby JavaScript running on a Web page. -
Uses of Serializable in javafx.stage
Classes in javafx.stage that implement Serializable Modifier and Type Class Description classModalityThis enum defines the possible modality types for aStage.static classPopupWindow.AnchorLocationAnchor location constants for popup anchor point selection.classStageStyleThis enum defines the possible styles for aStage.classWindowEventEvent related to window showing/hiding actions. -
Uses of Serializable in javafx.util
Classes in javafx.util that implement Serializable Modifier and Type Class Description classDurationA class that defines a duration of time.classFXPermissionThis class is for JavaFX permissions.classPair<K,V>A convenience class to represent name-value pairs. -
Uses of Serializable in javax.activation
Classes in javax.activation that implement Serializable Modifier and Type Class Description classActivationDataFlavorThe ActivationDataFlavor class is a special subclass ofjava.awt.datatransfer.DataFlavor.classMimeTypeA Multipurpose Internet Mail Extension (MIME) type, as defined in RFC 2045 and 2046.classMimeTypeParseExceptionA class to encapsulate MimeType parsing related exceptions.classUnsupportedDataTypeExceptionSignals that the requested operation does not support the requested data type. -
Uses of Serializable in javax.activity
Classes in javax.activity that implement Serializable Modifier and Type Class Description classActivityCompletedExceptionThis exception may be thrown on any method for which Activity context is accessed and indicates that ongoing work within the Activity is not possible.classActivityRequiredExceptionThis exception is thrown by a container if Activity context is not received on a method for which Activity context is mandatory.classInvalidActivityExceptionThis exception may be thrown on any method for which Activity context is accessed and indicates that the attempted invocation or the Activity context associated with the attempted invocation is incompatible with the Activity's current state. -
Uses of Serializable in javax.annotation
Classes in javax.annotation that implement Serializable Modifier and Type Class Description static classResource.AuthenticationTypeThe two possible authentication types for a resource. -
Uses of Serializable in javax.annotation.processing
Classes in javax.annotation.processing that implement Serializable Modifier and Type Class Description classFilerExceptionIndicates aFilerdetected an attempt to open a file that would violate the guarantees provided by theFiler. -
Uses of Serializable in javax.crypto
Subinterfaces of Serializable in javax.crypto Modifier and Type Interface Description interfaceSecretKeyA secret (symmetric) key.Classes in javax.crypto that implement Serializable Modifier and Type Class Description classAEADBadTagExceptionThis exception is thrown when aCipheroperating in an AEAD mode (such as GCM/CCM) is unable to verify the supplied authentication tag.classBadPaddingExceptionThis exception is thrown when a particular padding mechanism is expected for the input data but the data is not padded properly.classExemptionMechanismExceptionThis is the generic ExemptionMechanism exception.classIllegalBlockSizeExceptionThis exception is thrown when the length of data provided to a block cipher is incorrect, i.e., does not match the block size of the cipher.classNoSuchPaddingExceptionThis exception is thrown when a particular padding mechanism is requested but is not available in the environment.classSealedObjectThis class enables a programmer to create an object and protect its confidentiality with a cryptographic algorithm.classShortBufferExceptionThis exception is thrown when an output buffer provided by the user is too short to hold the operation result.Constructors in javax.crypto with parameters of type Serializable Constructor Description SealedObject(Serializable object, Cipher c)Constructs a SealedObject from any Serializable object. -
Uses of Serializable in javax.crypto.interfaces
Subinterfaces of Serializable in javax.crypto.interfaces Modifier and Type Interface Description interfaceDHPrivateKeyThe interface to a Diffie-Hellman private key.interfaceDHPublicKeyThe interface to a Diffie-Hellman public key.interfacePBEKeyThe interface to a PBE key. -
Uses of Serializable in javax.crypto.spec
Classes in javax.crypto.spec that implement Serializable Modifier and Type Class Description classSecretKeySpecThis class specifies a secret key in a provider-independent fashion. -
Uses of Serializable in javax.imageio
Classes in javax.imageio that implement Serializable Modifier and Type Class Description classIIOExceptionAn exception class used for signaling run-time failure of reading and writing operations. -
Uses of Serializable in javax.imageio.metadata
Classes in javax.imageio.metadata that implement Serializable Modifier and Type Class Description classIIOInvalidTreeExceptionAnIIOInvalidTreeExceptionis thrown when an attempt by anIIOMetadataobject to parse a tree ofIIOMetadataNodes fails. -
Uses of Serializable in javax.jnlp
Classes in javax.jnlp that implement Serializable Modifier and Type Class Description classUnavailableServiceExceptionTheUnavailableServiceExceptionis thrown by theServiceManagerwhen a non-existing or unavailable service is looked up. -
Uses of Serializable in javax.jws
Classes in javax.jws that implement Serializable Modifier and Type Class Description static classWebParam.Mode -
Uses of Serializable in javax.jws.soap
Classes in javax.jws.soap that implement Serializable Modifier and Type Class Description static classSOAPBinding.ParameterStylestatic classSOAPBinding.Stylestatic classSOAPBinding.Use -
Uses of Serializable in javax.lang.model
Classes in javax.lang.model that implement Serializable Modifier and Type Class Description classSourceVersionSource versions of the Java™ programming language.classUnknownEntityExceptionSuperclass of exceptions which indicate that an unknown kind of entity was encountered. -
Uses of Serializable in javax.lang.model.element
Classes in javax.lang.model.element that implement Serializable Modifier and Type Class Description classElementKindThekindof an element.classModifierRepresents a modifier on a program element such as a class, method, or field.static classModuleElement.DirectiveKindThekindof a directive.classNestingKindThe nesting kind of a type element.classUnknownAnnotationValueExceptionIndicates that an unknown kind of annotation value was encountered.classUnknownDirectiveExceptionIndicates that an unknown kind of module directive was encountered.classUnknownElementExceptionIndicates that an unknown kind of element was encountered. -
Uses of Serializable in javax.lang.model.type
Classes in javax.lang.model.type that implement Serializable Modifier and Type Class Description classMirroredTypeExceptionThrown when an application attempts to access theClassobject corresponding to aTypeMirror.classMirroredTypesExceptionThrown when an application attempts to access a sequence ofClassobjects each corresponding to aTypeMirror.classTypeKindThe kind of a type mirror.classUnknownTypeExceptionIndicates that an unknown kind of type was encountered. -
Uses of Serializable in javax.lang.model.util
Classes in javax.lang.model.util that implement Serializable Modifier and Type Class Description static classElements.OriginThe origin of an element or other language model item. -
Uses of Serializable in javax.management
Subinterfaces of Serializable in javax.management Modifier and Type Interface Description interfaceDescriptorAdditional metadata for a JMX element.interfaceNotificationFilterTo be implemented by a any class acting as a notification filter.interfaceQueryExpRepresents relational constraints similar to database query "where clauses".interfaceValueExpRepresents values that can be passed as arguments to relational expressions.Classes in javax.management that implement Serializable Modifier and Type Class Description classAttributeRepresents an MBean attribute by associating its name with its value.classAttributeChangeNotificationProvides definitions of the attribute change notifications sent by MBeans.classAttributeChangeNotificationFilterThis class implements of theNotificationFilterinterface for theattribute change notification.classAttributeListRepresents a list of values for attributes of an MBean.classAttributeNotFoundExceptionThe specified attribute does not exist or cannot be retrieved.classAttributeValueExpRepresents attributes used as arguments to relational constraints.classBadAttributeValueExpExceptionThrown when an invalid MBean attribute is passed to a query constructing method.classBadBinaryOpValueExpExceptionThrown when an invalid expression is passed to a method for constructing a query.classBadStringOperationExceptionThrown when an invalid string operation is passed to a method for constructing a query.classImmutableDescriptorAn immutable descriptor.classInstanceAlreadyExistsExceptionThe MBean is already registered in the repository.classInstanceNotFoundExceptionThe specified MBean does not exist in the repository.classIntrospectionExceptionAn exception occurred during the introspection of an MBean.classInvalidApplicationExceptionThrown when an attempt is made to apply either of the following: A subquery expression to an MBean or a qualified attribute expression to an MBean of the wrong class.classInvalidAttributeValueExceptionThe value specified is not valid for the attribute.classJMExceptionExceptions thrown by JMX implementations.classJMRuntimeExceptionRuntime exceptions emitted by JMX implementations.classListenerNotFoundExceptionThe specified MBean listener does not exist in the repository.classMalformedObjectNameExceptionThe format of the string does not correspond to a valid ObjectName.classMBeanAttributeInfoDescribes an MBean attribute exposed for management.classMBeanConstructorInfoDescribes a constructor exposed by an MBean.classMBeanExceptionRepresents "user defined" exceptions thrown by MBean methods in the agent.classMBeanFeatureInfoProvides general information for an MBean descriptor object.classMBeanInfoDescribes the management interface exposed by an MBean; that is, the set of attributes and operations which are available for management operations.classMBeanNotificationInfoTheMBeanNotificationInfoclass is used to describe the characteristics of the different notification instances emitted by an MBean, for a given Java class of notification.classMBeanOperationInfoDescribes a management operation exposed by an MBean.classMBeanParameterInfoDescribes an argument of an operation exposed by an MBean.classMBeanPermissionPermission controlling access to MBeanServer operations.classMBeanRegistrationExceptionWraps exceptions thrown by the preRegister(), preDeregister() methods of theMBeanRegistrationinterface.classMBeanServerNotificationRepresents a notification emitted by the MBean Server through the MBeanServerDelegate MBean.classMBeanServerPermissionA Permission to perform actions related to MBeanServers.classMBeanTrustPermissionThis permission represents "trust" in a signer or codebase.classNotCompliantMBeanExceptionException which occurs when trying to register an object in the MBean server that is not a JMX compliant MBean.classNotificationThe Notification class represents a notification emitted by an MBean.classNotificationFilterSupportProvides an implementation of theNotificationFilterinterface.classObjectInstanceUsed to represent the object name of an MBean and its class name.classObjectNameRepresents the object name of an MBean, or a pattern that can match the names of several MBeans.classOperationsExceptionRepresents exceptions thrown in the MBean server when performing operations on MBeans.classQueryEvalAllows a query to be performed in the context of a specific MBean server.classReflectionExceptionRepresents exceptions thrown in the MBean server when using the java.lang.reflect classes to invoke methods on MBeans.classRuntimeErrorExceptionWhen ajava.lang.Erroroccurs in the agent it should be caught and re-thrown as aRuntimeErrorException.classRuntimeMBeanExceptionRepresents runtime exceptions thrown by MBean methods in the agent.classRuntimeOperationsExceptionRepresents runtime exceptions thrown in the agent when performing operations on MBeans.classServiceNotFoundExceptionRepresents exceptions raised when a requested service is not supported.classStringValueExpRepresents strings that are arguments to relational constraints. -
Uses of Serializable in javax.management.loading
Classes in javax.management.loading that implement Serializable Modifier and Type Class Description classMLetAllows you to instantiate and register one or several MBeans in the MBean server coming from a remote URL.classPrivateMLetAn MLet that is not added to theClassLoaderRepository. -
Uses of Serializable in javax.management.modelmbean
Classes in javax.management.modelmbean that implement Serializable Modifier and Type Class Description classDescriptorSupportThis class represents the metadata set for a ModelMBean element.classInvalidTargetObjectTypeExceptionException thrown when an invalid target object type is specified.classModelMBeanAttributeInfoThe ModelMBeanAttributeInfo object describes an attribute of the ModelMBean.classModelMBeanConstructorInfoThe ModelMBeanConstructorInfo object describes a constructor of the ModelMBean.classModelMBeanInfoSupportThis class represents the meta data for ModelMBeans.classModelMBeanNotificationInfoThe ModelMBeanNotificationInfo object describes a notification emitted by a ModelMBean.classModelMBeanOperationInfoThe ModelMBeanOperationInfo object describes a management operation of the ModelMBean.classXMLParseExceptionThis exception is thrown when an XML formatted string is being parsed into ModelMBean objects or when XML formatted strings are being created from ModelMBean objects. -
Uses of Serializable in javax.management.monitor
Classes in javax.management.monitor that implement Serializable Modifier and Type Class Description classMonitorNotificationProvides definitions of the notifications sent by monitor MBeans.classMonitorSettingExceptionException thrown by the monitor when a monitor setting becomes invalid while the monitor is running. -
Uses of Serializable in javax.management.openmbean
Classes in javax.management.openmbean that implement Serializable Modifier and Type Class Description classArrayType<T>TheArrayTypeclass is the open type class whose instances describe all open data values which are n-dimensional arrays of open data values.classCompositeDataSupportTheCompositeDataSupportclass is the open data class which implements theCompositeDatainterface.classCompositeTypeTheCompositeTypeclass is the open type class whose instances describe the types ofCompositeDatavalues.classInvalidKeyExceptionThis runtime exception is thrown to indicate that a method parameter which was expected to be an item name of a composite data or a row index of a tabular data is not valid.classInvalidOpenTypeExceptionThis runtime exception is thrown to indicate that the open type of an open data value is not the one expected.classKeyAlreadyExistsExceptionThis runtime exception is thrown to indicate that the index of a row to be added to a tabular data instance is already used to refer to another row in this tabular data instance.classOpenDataExceptionThis checked exception is thrown when an open type, an open data or an open MBean metadata info instance could not be constructed because one or more validity constraints were not met.classOpenMBeanAttributeInfoSupportDescribes an attribute of an open MBean.classOpenMBeanConstructorInfoSupportDescribes a constructor of an Open MBean.classOpenMBeanInfoSupportTheOpenMBeanInfoSupportclass describes the management information of an open MBean: it is a subclass ofMBeanInfo, and it implements theOpenMBeanInfointerface.classOpenMBeanOperationInfoSupportDescribes an operation of an Open MBean.classOpenMBeanParameterInfoSupportDescribes a parameter used in one or more operations or constructors of an open MBean.classOpenType<T>TheOpenTypeclass is the parent abstract class of all classes which describe the actual open type of open data values.classSimpleType<T>TheSimpleTypeclass is the open type class whose instances describe all open data values which are neither arrays, norCompositeDatavalues, norTabularDatavalues.classTabularDataSupportTheTabularDataSupportclass is the open data class which implements theTabularDataand theMapinterfaces, and which is internally based on a hash map data structure.classTabularTypeTheTabularTypeclass is the open type class whose instances describe the types ofTabularDatavalues. -
Uses of Serializable in javax.management.relation
Subinterfaces of Serializable in javax.management.relation Modifier and Type Interface Description interfaceRelationTypeThe RelationType interface has to be implemented by any class expected to represent a relation type.Classes in javax.management.relation that implement Serializable Modifier and Type Class Description classInvalidRelationIdExceptionThis exception is raised when relation id provided for a relation is already used.classInvalidRelationServiceExceptionThis exception is raised when an invalid Relation Service is provided.classInvalidRelationTypeExceptionInvalid relation type.classInvalidRoleInfoExceptionThis exception is raised when, in a role info, its minimum degree is greater than its maximum degree.classInvalidRoleValueExceptionRole value is invalid.classMBeanServerNotificationFilterFilter forMBeanServerNotification.classRelationExceptionThis class is the superclass of any exception which can be raised during relation management.classRelationNotFoundExceptionThis exception is raised when there is no relation for a given relation id in a Relation Service.classRelationNotificationA notification of a change in the Relation Service.classRelationServiceNotRegisteredExceptionThis exception is raised when an access is done to the Relation Service and that one is not registered.classRelationTypeNotFoundExceptionThis exception is raised when there is no relation type with given name in Relation Service.classRelationTypeSupportA RelationTypeSupport object implements the RelationType interface.classRoleRepresents a role: includes a role name and referenced MBeans (via their ObjectNames).classRoleInfoA RoleInfo object summarises a role in a relation type.classRoleInfoNotFoundExceptionThis exception is raised when there is no role info with given name in a given relation type.classRoleListA RoleList represents a list of roles (Role objects).classRoleNotFoundExceptionThis exception is raised when a role in a relation does not exist, or is not readable, or is not settable.classRoleResultRepresents the result of a multiple access to several roles of a relation (either for reading or writing).classRoleUnresolvedRepresents an unresolved role: a role not retrieved from a relation due to a problem.classRoleUnresolvedListA RoleUnresolvedList represents a list of RoleUnresolved objects, representing roles not retrieved from a relation due to a problem encountered when trying to access (read or write) the roles. -
Uses of Serializable in javax.management.remote
Classes in javax.management.remote that implement Serializable Modifier and Type Class Description classJMXConnectionNotificationNotification emitted when a client connection is opened or closed or when notifications are lost.classJMXPrincipalThe identity of a remote client of the JMX Remote API.classJMXProviderExceptionException thrown byJMXConnectorFactoryandJMXConnectorServerFactorywhen a provider exists for the required protocol but cannot be used for some reason.classJMXServerErrorExceptionException thrown as the result of a remoteMBeanServermethod invocation when anErroris thrown while processing the invocation in the remote MBean server.classJMXServiceURLThe address of a JMX API connector server.classNotificationResultResult of a query for buffered notifications.classSubjectDelegationPermissionPermission required by an authentication identity to perform operations on behalf of an authorization identity.classTargetedNotificationA (Notification, Listener ID) pair. -
Uses of Serializable in javax.management.remote.rmi
Classes in javax.management.remote.rmi that implement Serializable Modifier and Type Class Description classRMIConnectionImpl_StubclassRMIConnectorA connection to a remote RMI connector.classRMIServerImpl_Stub -
Uses of Serializable in javax.management.timer
Classes in javax.management.timer that implement Serializable Modifier and Type Class Description classTimerNotificationThis class provides definitions of the notifications sent by timer MBeans. -
Uses of Serializable in javax.naming
Subinterfaces of Serializable in javax.naming Modifier and Type Interface Description interfaceNameTheNameinterface represents a generic name -- an ordered sequence of components.Classes in javax.naming that implement Serializable Modifier and Type Class Description classAuthenticationExceptionThis exception is thrown when an authentication error occurs while accessing the naming or directory service.classAuthenticationNotSupportedExceptionThis exception is thrown when the particular flavor of authentication requested is not supported.classBinaryRefAddrThis class represents the binary form of the address of a communications end-point.classBindingThis class represents a name-to-object binding found in a context.classCannotProceedExceptionThis exception is thrown to indicate that the operation reached a point in the name where the operation cannot proceed any further.classCommunicationExceptionThis exception is thrown when the client is unable to communicate with the directory or naming service.classCompositeNameThis class represents a composite name -- a sequence of component names spanning multiple namespaces.classCompoundNameThis class represents a compound name -- a name from a hierarchical name space.classConfigurationExceptionThis exception is thrown when there is a configuration problem.classContextNotEmptyExceptionThis exception is thrown when attempting to destroy a context that is not empty.classInsufficientResourcesExceptionThis exception is thrown when resources are not available to complete the requested operation.classInterruptedNamingExceptionThis exception is thrown when the naming operation being invoked has been interrupted.classInvalidNameExceptionThis exception indicates that the name being specified does not conform to the naming syntax of a naming system.classLimitExceededExceptionThis exception is thrown when a method terminates abnormally due to a user or system specified limit.classLinkExceptionThis exception is used to describe problems encountered while resolving links.classLinkLoopExceptionThis exception is thrown when a loop was detected while attempting to resolve a link, or an implementation specific limit on link counts has been reached.classLinkRefThis class represents a Reference whose contents is a name, called the link name, that is bound to an atomic name in a context.classMalformedLinkExceptionThis exception is thrown when a malformed link was encountered while resolving or constructing a link.classNameAlreadyBoundExceptionThis exception is thrown by methods to indicate that a binding cannot be added because the name is already bound to another object.classNameClassPairThis class represents the object name and class name pair of a binding found in a context.classNameNotFoundExceptionThis exception is thrown when a component of the name cannot be resolved because it is not bound.classNamingExceptionThis is the superclass of all exceptions thrown by operations in the Context and DirContext interfaces.classNamingSecurityExceptionThis is the superclass of security-related exceptions thrown by operations in the Context and DirContext interfaces.classNoInitialContextExceptionThis exception is thrown when no initial context implementation can be created.classNoPermissionExceptionThis exception is thrown when attempting to perform an operation for which the client has no permission.classNotContextExceptionThis exception is thrown when a naming operation proceeds to a point where a context is required to continue the operation, but the resolved object is not a context.classOperationNotSupportedExceptionThis exception is thrown when a context implementation does not support the operation being invoked.classPartialResultExceptionThis exception is thrown to indicate that the result being returned or returned so far is partial, and that the operation cannot be completed.classRefAddrThis class represents the address of a communications end-point.classReferenceThis class represents a reference to an object that is found outside of the naming/directory system.classReferralExceptionThis abstract class is used to represent a referral exception, which is generated in response to a referral such as that returned by LDAP v3 servers.classServiceUnavailableExceptionThis exception is thrown when attempting to communicate with a directory or naming service and that service is not available.classSizeLimitExceededExceptionThis exception is thrown when a method produces a result that exceeds a size-related limit.classStringRefAddrThis class represents the string form of the address of a communications end-point.classTimeLimitExceededExceptionThis exception is thrown when a method does not terminate within the specified time limit. -
Uses of Serializable in javax.naming.directory
Subinterfaces of Serializable in javax.naming.directory Modifier and Type Interface Description interfaceAttributeThis interface represents an attribute associated with a named object.interfaceAttributesThis interface represents a collection of attributes.Classes in javax.naming.directory that implement Serializable Modifier and Type Class Description classAttributeInUseExceptionThis exception is thrown when an operation attempts to add an attribute that already exists.classAttributeModificationExceptionThis exception is thrown when an attempt is made to add, or remove, or modify an attribute, its identifier, or its values that conflicts with the attribute's (schema) definition or the attribute's state.classBasicAttributeThis class provides a basic implementation of theAttributeinterface.classBasicAttributesThis class provides a basic implementation of the Attributes interface.classInvalidAttributeIdentifierExceptionThis exception is thrown when an attempt is made to add to create an attribute with an invalid attribute identifier.classInvalidAttributesExceptionThis exception is thrown when an attempt is made to add or modify an attribute set that has been specified incompletely or incorrectly.classInvalidAttributeValueExceptionThis class is thrown when an attempt is made to add to an attribute a value that conflicts with the attribute's schema definition.classInvalidSearchControlsExceptionThis exception is thrown when the specification of the SearchControls for a search operation is invalid.classInvalidSearchFilterExceptionThis exception is thrown when the specification of a search filter is invalid.classModificationItemThis class represents a modification item.classNoSuchAttributeExceptionThis exception is thrown when attempting to access an attribute that does not exist.classSchemaViolationExceptionThis exception is thrown when a method in some ways violates the schema.classSearchControlsThis class encapsulates factors that determine scope of search and what gets returned as a result of the search.classSearchResultThis class represents an item in the NamingEnumeration returned as a result of the DirContext.search() methods. -
Uses of Serializable in javax.naming.event
Classes in javax.naming.event that implement Serializable Modifier and Type Class Description classNamingEventThis class represents an event fired by a naming/directory service.classNamingExceptionEventThis class represents an event fired when the procedures/processes used to collect information for notifying listeners ofNamingEvents threw aNamingException. -
Uses of Serializable in javax.naming.ldap
Subinterfaces of Serializable in javax.naming.ldap Modifier and Type Interface Description interfaceControlThis interface represents an LDAPv3 control as defined in RFC 2251.interfaceExtendedRequestThis interface represents an LDAPv3 extended operation request as defined in RFC 2251.interfaceExtendedResponseThis interface represents an LDAP extended operation response as defined in RFC 2251.interfaceUnsolicitedNotificationThis interface represents an unsolicited notification as defined in RFC 2251.Classes in javax.naming.ldap that implement Serializable Modifier and Type Class Description classBasicControlThis class provides a basic implementation of theControlinterface.classLdapNameThis class represents a distinguished name as specified by RFC 2253.classLdapReferralExceptionThis abstract class is used to represent an LDAP referral exception.classManageReferralControlRequests that referral and other special LDAP objects be manipulated as normal LDAP objects.classPagedResultsControlRequests that the results of a search operation be returned by the LDAP server in batches of a specified size.classPagedResultsResponseControlIndicates the end of a batch of search results.classRdnThis class represents a relative distinguished name, or RDN, which is a component of a distinguished name as specified by RFC 2253.classSortControlRequests that the results of a search operation be sorted by the LDAP server before being returned.classSortResponseControlIndicates whether the requested sort of search results was successful or not.classStartTlsRequestThis class implements the LDAPv3 Extended Request for StartTLS as defined in Lightweight Directory Access Protocol (v3): Extension for Transport Layer Security The object identifier for StartTLS is 1.3.6.1.4.1.1466.20037 and no extended request value is defined.classStartTlsResponseThis class implements the LDAPv3 Extended Response for StartTLS as defined in Lightweight Directory Access Protocol (v3): Extension for Transport Layer Security The object identifier for StartTLS is 1.3.6.1.4.1.1466.20037 and no extended response value is defined.classUnsolicitedNotificationEventThis class represents an event fired in response to an unsolicited notification sent by the LDAP server. -
Uses of Serializable in javax.naming.spi
Classes in javax.naming.spi that implement Serializable Modifier and Type Class Description classResolveResultThis class represents the result of resolution of a name. -
Uses of Serializable in javax.net.ssl
Classes in javax.net.ssl that implement Serializable Modifier and Type Class Description classHandshakeCompletedEventThis event indicates that an SSL handshake completed on a given SSL connection.static classSSLEngineResult.HandshakeStatusAnSSLEngineResultenum describing the current handshaking state of thisSSLEngine.static classSSLEngineResult.StatusAnSSLEngineResultenum describing the overall result of theSSLEngineoperation.classSSLExceptionIndicates some kind of error detected by an SSL subsystem.classSSLHandshakeExceptionIndicates that the client and server could not negotiate the desired level of security.classSSLKeyExceptionReports a bad SSL key.classSSLPeerUnverifiedExceptionIndicates that the peer's identity has not been verified.classSSLPermissionThis class is for various network permissions.classSSLProtocolExceptionReports an error in the operation of the SSL protocol.classSSLSessionBindingEventThis event is propagated to a SSLSessionBindingListener. -
Uses of Serializable in javax.print
Classes in javax.print that implement Serializable Modifier and Type Class Description classDocFlavorClassDocFlavorencapsulates an object that specifies the format in which print data is supplied to aDocPrintJob.static classDocFlavor.BYTE_ARRAYClass DocFlavor.BYTE_ARRAY provides predefined static constant DocFlavor objects for example doc flavors using a byte array (byte[]) as the print data representation class.static classDocFlavor.CHAR_ARRAYClass DocFlavor.CHAR_ARRAY provides predefined static constant DocFlavor objects for example doc flavors using a character array (char[]) as the print data representation class.static classDocFlavor.INPUT_STREAMClass DocFlavor.INPUT_STREAM provides predefined static constant DocFlavor objects for example doc flavors using a byte stream (java.io.InputStream) as the print data representation class.static classDocFlavor.READERClass DocFlavor.READER provides predefined static constant DocFlavor objects for example doc flavors using a character stream (java.io.Reader) as the print data representation class.static classDocFlavor.SERVICE_FORMATTEDClass DocFlavor.SERVICE_FORMATTED provides predefined static constant DocFlavor objects for example doc flavors for service formatted print data.static classDocFlavor.STRINGClass DocFlavor.STRING provides predefined static constant DocFlavor objects for example doc flavors using a string (java.lang.String) as the print data representation class.static classDocFlavor.URLClass DocFlavor.URL provides predefined static constant DocFlavor objects.classPrintExceptionClass PrintException encapsulates a printing-related error condition that occurred while using a Print Service instance. -
Uses of Serializable in javax.print.attribute
Subinterfaces of Serializable in javax.print.attribute Modifier and Type Interface Description interfaceAttributeInterface Attribute is the base interface implemented by any and every printing attribute class to indicate that the class represents a printing attribute.interfaceDocAttributeInterface DocAttribute is a tagging interface which a printing attribute class implements to indicate the attribute denotes a setting for a doc.interfacePrintJobAttributePrintJobAttribute is a tagging interface which a printing attribute class implements to indicate the attribute describes the status of a Print Job or some other characteristic of a Print Job.interfacePrintRequestAttributeInterface PrintRequestAttribute is a tagging interface which a printing attribute class implements to indicate the attribute denotes a requested setting for a print job.interfacePrintServiceAttributeInterface PrintServiceAttribute is a tagging interface which a printing attribute class implements to indicate the attribute describes the status of a Print Service or some other characteristic of a Print Service.interfaceSupportedValuesAttributeInterface SupportedValuesAttribute is a tagging interface which a printing attribute class implements to indicate the attribute describes the supported values for another attribute.Classes in javax.print.attribute that implement Serializable Modifier and Type Class Description classDateTimeSyntaxClass DateTimeSyntax is an abstract base class providing the common implementation of all attributes whose value is a date and time.classEnumSyntaxClass EnumSyntax is an abstract base class providing the common implementation of all "type safe enumeration" objects.classHashAttributeSetClass HashAttributeSet provides anAttributeSetimplementation with characteristics of a hash map.classHashDocAttributeSetClass HashDocAttributeSet provides an attribute set which inherits its implementation from classHashAttributeSetand enforces the semantic restrictions of interfaceDocAttributeSet.classHashPrintJobAttributeSetClass HashPrintJobAttributeSet provides an attribute set which inherits its implementation from classHashAttributeSetand enforces the semantic restrictions of interfacePrintJobAttributeSet.classHashPrintRequestAttributeSetClass HashPrintRequestAttributeSet inherits its implementation from classHashAttributeSetand enforces the semantic restrictions of interfacePrintRequestAttributeSet.classHashPrintServiceAttributeSetClass HashPrintServiceAttributeSet provides an attribute set which inherits its implementation from classHashAttributeSetand enforces the semantic restrictions of interfacePrintServiceAttributeSet.classIntegerSyntaxClass IntegerSyntax is an abstract base class providing the common implementation of all attributes with integer values.classResolutionSyntaxClass ResolutionSyntax is an abstract base class providing the common implementation of all attributes denoting a printer resolution.classSetOfIntegerSyntaxClass SetOfIntegerSyntax is an abstract base class providing the common implementation of all attributes whose value is a set of nonnegative integers.classSize2DSyntaxClass Size2DSyntax is an abstract base class providing the common implementation of all attributes denoting a size in two dimensions.classTextSyntaxClass TextSyntax is an abstract base class providing the common implementation of all attributes whose value is a string.classUnmodifiableSetExceptionThrown to indicate that the requested operation cannot be performed because the set is unmodifiable.classURISyntaxClass URISyntax is an abstract base class providing the common implementation of all attributes whose value is a Uniform Resource Identifier (URI). -
Uses of Serializable in javax.print.attribute.standard
Classes in javax.print.attribute.standard that implement Serializable Modifier and Type Class Description classChromaticityClass Chromaticity is a printing attribute class, an enumeration, that specifies monochrome or color printing.classColorSupportedClass ColorSupported is a printing attribute class, an enumeration, that identifies whether the device is capable of any type of color printing at all, including highlight color as well as full process color.classCompressionClass Compression is a printing attribute class, an enumeration, that specifies how print data is compressed.classCopiesClass Copies is an integer valued printing attribute class that specifies the number of copies to be printed.classCopiesSupportedClass CopiesSupported is a printing attribute class, a set of integers, that gives the supported values for aCopiesattribute.classDateTimeAtCompletedClass DateTimeAtCompleted is a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job completed (or was canceled or aborted).classDateTimeAtCreationClass DateTimeAtCreation is a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job was created.classDateTimeAtProcessingClass DateTimeAtProcessing is a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job first began processing.classDestinationClass Destination is a printing attribute class, a URI, that is used to indicate an alternate destination for the spooled printer formatted data.classDialogTypeSelectionClass DialogTypeSelection is a printing attribute class, an enumeration, that indicates the user dialog type to be used for specifying printing options.classDocumentNameClass DocumentName is a printing attribute class, a text attribute, that specifies the name of a document.classFidelityClass Fidelity is a printing attribute class, an enumeration, that indicates whether total fidelity to client supplied print request attributes is required.classFinishingsClass Finishings is a printing attribute class, an enumeration, that identifies whether the printer applies a finishing operation of some kind of binding to each copy of each printed document in the job.classJobHoldUntilClass JobHoldUntil is a printing attribute class, a date-time attribute, that specifies the exact date and time at which the job must become a candidate for printing.classJobImpressionsClass JobImpressions is an integer valued printing attribute class that specifies the total size in number of impressions of the document(s) being submitted.classJobImpressionsCompletedClass JobImpressionsCompleted is an integer valued printing attribute class that specifies the number of impressions completed for the job so far.classJobImpressionsSupportedClass JobImpressionsSupported is a printing attribute class, a set of integers, that gives the supported values for aJobImpressionsattribute.classJobKOctetsClass JobKOctets is an integer valued printing attribute class that specifies the total size of the document(s) in K octets, i.e., in units of 1024 octets requested to be processed in the job.classJobKOctetsProcessedClass JobKOctetsProcessed is an integer valued printing attribute class that specifies the total number of print data octets processed so far in K octets, i.e., in units of 1024 octets.classJobKOctetsSupportedClass JobKOctetsSupported is a printing attribute class, a set of integers, that gives the supported values for aJobKOctetsattribute.classJobMediaSheetsClass JobMediaSheets is an integer valued printing attribute class that specifies the total number of media sheets to be produced for this job.classJobMediaSheetsCompletedClass JobMediaSheetsCompleted is an integer valued printing attribute class that specifies the number of media sheets which have completed marking and stacking for the entire job so far, whether those sheets have been processed on one side or on both.classJobMediaSheetsSupportedClass JobMediaSheetsSupported is a printing attribute class, a set of integers, that gives the supported values for aJobMediaSheetsattribute.classJobMessageFromOperatorClass JobMessageFromOperator is a printing attribute class, a text attribute, that provides a message from an operator, system administrator, or "intelligent" process to indicate to the end user the reasons for modification or other management action taken on a job.classJobNameClass JobName is a printing attribute class, a text attribute, that specifies the name of a print job.classJobOriginatingUserNameClass JobOriginatingUserName is a printing attribute class, a text attribute, that contains the name of the end user that submitted the print job.classJobPriorityClass JobPriority is an integer valued printing attribute class that specifies a print job's priority.classJobPrioritySupportedClass JobPrioritySupported is an integer valued printing attribute class that specifies whether a Print Service instance supports theJobPriorityattribute and the number of different job priority levels supported.classJobSheetsClass JobSheets is a printing attribute class, an enumeration, that determines which job start and end sheets, if any, must be printed with a job.classJobStateJobState is a printing attribute class, an enumeration, that identifies the current state of a print job.classJobStateReasonClass JobStateReason is a printing attribute class, an enumeration, that provides additional information about the job's current state, i.e., information that augments the value of the job'sJobStateattribute.classJobStateReasonsClass JobStateReasons is a printing attribute class, a set of enumeration values, that provides additional information about the job's current state, i.e., information that augments the value of the job'sJobStateattribute.classMediaClass Media is a printing attribute class that specifies the medium on which to print.classMediaNameClass MediaName is a subclass of Media, a printing attribute class (an enumeration) that specifies the media for a print job as a name.classMediaPrintableAreaClass MediaPrintableArea is a printing attribute used to distinguish the printable and non-printable areas of media.classMediaSizeClass MediaSize is a two-dimensional size valued printing attribute class that indicates the dimensions of the medium in a portrait orientation, with the X dimension running along the bottom edge and the Y dimension running along the left edge.classMediaSizeNameClass MediaSizeName is a subclass of Media.classMediaTrayClass MediaTray is a subclass of Media.classMultipleDocumentHandlingClass MultipleDocumentHandling is a printing attribute class, an enumeration, that controls finishing operations and the placement of one or more print-stream pages into impressions and onto media sheets.classNumberOfDocumentsClass NumberOfDocuments is an integer valued printing attribute that indicates the number of individual docs the printer has accepted for this job, regardless of whether the docs' print data has reached the printer or not.classNumberOfInterveningJobsClass NumberOfInterveningJobs is an integer valued printing attribute that indicates the number of jobs that are ahead of this job in the relative chronological order of expected time to complete (i.e., the current scheduled order).classNumberUpClass NumberUp is an integer valued printing attribute class that specifies the number of print-stream pages to impose upon a single side of an instance of a selected medium.classNumberUpSupportedClass NumberUpSupported is a printing attribute class, a set of integers, that gives the supported values for aNumberUpattribute.classOrientationRequestedClass OrientationRequested is a printing attribute class, an enumeration, that indicates the desired orientation for printed print-stream pages; it does not describe the orientation of the client-supplied print-stream pages.classOutputDeviceAssignedClass OutputDeviceAssigned is a printing attribute class, a text attribute, that identifies the output device to which the service has assigned this job.classPageRangesClass PageRanges is a printing attribute class, a set of integers, that identifies the range(s) of print-stream pages that the Printer object uses for each copy of each document which are to be printed.classPagesPerMinuteClass PagesPerMinute is an integer valued printing attribute that indicates the nominal number of pages per minute to the nearest whole number which may be generated by this printer (e.g., simplex, black-and-white).classPagesPerMinuteColorClass PagesPerMinuteColor is an integer valued printing attribute that indicates the nominal number of pages per minute to the nearest whole number which may be generated by this printer when printing color (e.g., simplex, color).classPDLOverrideSupportedClass PDLOverrideSupported is a printing attribute class, an enumeration, that expresses the printer's ability to attempt to override processing instructions embedded in documents' print data with processing instructions specified as attributes outside the print data.classPresentationDirectionClass PresentationDirection is a printing attribute class, an enumeration, that is used in conjunction with theNumberUpattribute to indicate the layout of multiple print-stream pages to impose upon a single side of an instance of a selected medium.classPrinterInfoClass PrinterInfo is a printing attribute class, a text attribute, that provides descriptive information about a printer.classPrinterIsAcceptingJobsClass PrinterIsAcceptingJobs is a printing attribute class, an enumeration, that indicates whether the printer is currently able to accept jobs.classPrinterLocationClass PrinterLocation is a printing attribute class, a text attribute, that identifies the location of the device.classPrinterMakeAndModelClass PrinterMakeAndModel is a printing attribute class, a text attribute, that the make and model of the printer.classPrinterMessageFromOperatorClass PrinterMessageFromOperator is a printing attribute class, a text attribute, that provides a message from an operator, system administrator, or "intelligent" process to indicate to the end user information about or status of the printer, such as why it is unavailable or when it is expected to be available.classPrinterMoreInfoClass PrinterMoreInfo is a printing attribute class, a URI, that is used to obtain more information about this specific printer.classPrinterMoreInfoManufacturerClass PrinterMoreInfoManufacturer is a printing attribute class, a URI, that is used to obtain more information about this type of device.classPrinterNameClass PrinterName is a printing attribute class, a text attribute, that specifies the name of a printer.classPrinterResolutionClass PrinterResolution is a printing attribute class that specifies an exact resolution supported by a printer or to be used for a print job.classPrinterStateClass PrinterState is a printing attribute class, an enumeration, that identifies the current state of a printer.classPrinterStateReasonClass PrinterStateReason is a printing attribute class, an enumeration, that provides additional information about the printer's current state, i.e., information that augments the value of the printer'sPrinterStateattribute.classPrinterStateReasonsClass PrinterStateReasons is a printing attribute class, a set of enumeration values, that provides additional information about the printer's current state, i.e., information that augments the value of the printer'sPrinterStateattribute.classPrinterURIClass PrinterURI is a printing attribute class, a URI, that specifies the globally unique name of a printer.classPrintQualityClass PrintQuality is a printing attribute class, an enumeration, that specifies the print quality that the printer uses for the job.classQueuedJobCountClass QueuedJobCount is an integer valued printing attribute that indicates the number of jobs in the printer whoseJobStateis either PENDING, PENDING_HELD, PROCESSING, or PROCESSING_STOPPED.classReferenceUriSchemesSupportedClass ReferenceUriSchemesSupported is a printing attribute class an enumeration, that indicates a "URI scheme," such as "http:" or "ftp:", that a printer can use to retrieve print data stored at a URI location.classRequestingUserNameClass RequestingUserName is a printing attribute class, a text attribute, that specifies the name of the end user that submitted the print job.classSeverityClass Severity is a printing attribute class, an enumeration, that denotes the severity of aPrinterStateReasonattribute.classSheetCollateClass SheetCollate is a printing attribute class, an enumeration, that specifies whether or not the media sheets of each copy of each printed document in a job are to be in sequence, when multiple copies of the document are specified by theCopiesattribute.classSidesClass Sides is a printing attribute class, an enumeration, that specifies how print-stream pages are to be imposed upon the sides of an instance of a selected medium, i.e., an impression. -
Uses of Serializable in javax.print.event
Classes in javax.print.event that implement Serializable Modifier and Type Class Description classPrintEventClass PrintEvent is the super class of all Print Service API events.classPrintJobAttributeEventClass PrintJobAttributeEvent encapsulates an event a PrintService reports to let the client know that one or more printing attributes for a PrintJob have changed.classPrintJobEventClassPrintJobEventencapsulates common events a print job reports to let a listener know of progress in the processing of theDocPrintJob.classPrintServiceAttributeEventClass PrintServiceAttributeEvent encapsulates an event a Print Service instance reports to let the client know of changes in the print service state. -
Uses of Serializable in javax.rmi.CORBA
Classes in javax.rmi.CORBA that implement Serializable Modifier and Type Class Description classClassDescThis class is used to marshal java.lang.Class objects over IIOP.classStubBase class from which all RMI-IIOP stubs must inherit.Methods in javax.rmi.CORBA that return Serializable Modifier and Type Method Description SerializableValueHandler. readValue(InputStream in, int offset, Class clz, String repositoryID, RunTime sender)Reads a value from the stream using Java semantics.SerializableValueHandler. writeReplace(Serializable value)If the value contains awriteReplacemethod then the result is returned.Methods in javax.rmi.CORBA with parameters of type Serializable Modifier and Type Method Description SerializableValueHandler. writeReplace(Serializable value)If the value contains awriteReplacemethod then the result is returned.voidValueHandler. writeValue(OutputStream out, Serializable value)Writes a value to the stream using Java semantics.voidValueHandlerMultiFormat. writeValue(OutputStream out, Serializable value, byte streamFormatVersion)Allows the ORB to pass the stream format version for RMI/IDL custom value types. -
Uses of Serializable in javax.rmi.ssl
Classes in javax.rmi.ssl that implement Serializable Modifier and Type Class Description classSslRMIClientSocketFactoryAnSslRMIClientSocketFactoryinstance is used by the RMI runtime in order to obtain client sockets for RMI calls via SSL. -
Uses of Serializable in javax.script
Classes in javax.script that implement Serializable Modifier and Type Class Description classScriptExceptionThe genericExceptionclass for the Scripting APIs. -
Uses of Serializable in javax.security.auth
Classes in javax.security.auth that implement Serializable Modifier and Type Class Description classAuthPermissionThis class is for authentication permissions.classDestroyFailedExceptionSignals that adestroyoperation failed.classPrivateCredentialPermissionThis class is used to protect access to private Credentials belonging to a particularSubject.classRefreshFailedExceptionSignals that arefreshoperation failed.classSubjectASubjectrepresents a grouping of related information for a single entity, such as a person. -
Uses of Serializable in javax.security.auth.callback
Classes in javax.security.auth.callback that implement Serializable Modifier and Type Class Description classChoiceCallbackUnderlying security services instantiate and pass aChoiceCallbackto thehandlemethod of aCallbackHandlerto display a list of choices and to retrieve the selected choice(s).classConfirmationCallbackUnderlying security services instantiate and pass aConfirmationCallbackto thehandlemethod of aCallbackHandlerto ask for YES/NO, OK/CANCEL, YES/NO/CANCEL or other similar confirmations.classLanguageCallbackUnderlying security services instantiate and pass aLanguageCallbackto thehandlemethod of aCallbackHandlerto retrieve theLocaleused for localizing text.classNameCallbackUnderlying security services instantiate and pass aNameCallbackto thehandlemethod of aCallbackHandlerto retrieve name information.classPasswordCallbackUnderlying security services instantiate and pass aPasswordCallbackto thehandlemethod of aCallbackHandlerto retrieve password information.classTextInputCallbackUnderlying security services instantiate and pass aTextInputCallbackto thehandlemethod of aCallbackHandlerto retrieve generic text information.classTextOutputCallbackUnderlying security services instantiate and pass aTextOutputCallbackto thehandlemethod of aCallbackHandlerto display information messages, warning messages and error messages.classUnsupportedCallbackExceptionSignals that aCallbackHandlerdoes not recognize a particularCallback. -
Uses of Serializable in javax.security.auth.kerberos
Classes in javax.security.auth.kerberos that implement Serializable Modifier and Type Class Description classDelegationPermissionThis class is used to restrict the usage of the Kerberos delegation model, ie: forwardable and proxiable tickets.classEncryptionKeyThis class encapsulates an EncryptionKey used in Kerberos.classKerberosKeyThis class encapsulates a long term secret key for a Kerberos principal.classKerberosPrincipalThis class encapsulates a Kerberos principal.classKerberosTicketThis class encapsulates a Kerberos ticket and associated information as viewed from the client's point of view.classServicePermissionThis class is used to protect Kerberos services and the credentials necessary to access those services. -
Uses of Serializable in javax.security.auth.login
Classes in javax.security.auth.login that implement Serializable Modifier and Type Class Description classAccountExceptionA generic account exception.classAccountExpiredExceptionSignals that a user account has expired.classAccountLockedExceptionSignals that an account was locked.classAccountNotFoundExceptionSignals that an account was not found.classCredentialExceptionA generic credential exception.classCredentialExpiredExceptionSignals that aCredentialhas expired.classCredentialNotFoundExceptionSignals that a credential was not found.classFailedLoginExceptionSignals that user authentication failed.classLoginExceptionThis is the basic login exception. -
Uses of Serializable in javax.security.auth.x500
Classes in javax.security.auth.x500 that implement Serializable Modifier and Type Class Description classX500PrincipalThis class represents an X.500Principal. -
Uses of Serializable in javax.security.cert
Classes in javax.security.cert that implement Serializable Modifier and Type Class Description classCertificateEncodingExceptionDeprecated.Use the classes injava.security.certinstead.classCertificateExceptionDeprecated.Use the classes injava.security.certinstead.classCertificateExpiredExceptionDeprecated.Use the classes injava.security.certinstead.classCertificateNotYetValidExceptionDeprecated.Use the classes injava.security.certinstead.classCertificateParsingExceptionDeprecated.Use the classes injava.security.certinstead. -
Uses of Serializable in javax.security.sasl
Classes in javax.security.sasl that implement Serializable Modifier and Type Class Description classAuthenticationExceptionThis exception is thrown by a SASL mechanism implementation to indicate that the SASL exchange has failed due to reasons related to authentication, such as an invalid identity, passphrase, or key.classAuthorizeCallbackThis callback is used bySaslServerto determine whether one entity (identified by an authenticated authentication id) can act on behalf of another entity (identified by an authorization id).classRealmCallbackThis callback is used bySaslClientandSaslServerto retrieve realm information.classRealmChoiceCallbackThis callback is used bySaslClientandSaslServerto obtain a realm given a list of realm choices.classSaslExceptionThis class represents an error that has occurred when using SASL. -
Uses of Serializable in javax.smartcardio
Classes in javax.smartcardio that implement Serializable Modifier and Type Class Description classATRA Smart Card's answer-to-reset bytes.classCardExceptionException for errors that occur during communication with the Smart Card stack or the card itself.classCardNotPresentExceptionException thrown when an application tries to establish a connection with a terminal that has no card present.classCardPermissionA permission for Smart Card operations.static classCardTerminals.StateEnumeration of attributes of a CardTerminal.classCommandAPDUA command APDU following the structure defined in ISO/IEC 7816-4.classResponseAPDUA response APDU as defined in ISO/IEC 7816-4. -
Uses of Serializable in javax.sound.midi
Classes in javax.sound.midi that implement Serializable Modifier and Type Class Description classInvalidMidiDataExceptionAnInvalidMidiDataExceptionindicates that inappropriate MIDI data was encountered.classMidiUnavailableExceptionAMidiUnavailableExceptionis thrown when a requested MIDI component cannot be opened or created because it is unavailable. -
Uses of Serializable in javax.sound.sampled
Classes in javax.sound.sampled that implement Serializable Modifier and Type Class Description classAudioPermissionTheAudioPermissionclass represents access rights to the audio system resources.classLineEventTheLineEventclass encapsulates information that a line sends its listeners whenever the line opens, closes, starts, or stops.classLineUnavailableExceptionALineUnavailableExceptionis an exception indicating that a line cannot be opened because it is unavailable.classUnsupportedAudioFileExceptionAnUnsupportedAudioFileExceptionis an exception indicating that an operation failed because a file did not contain valid data of a recognized file type and format. -
Uses of Serializable in javax.sql
Classes in javax.sql that implement Serializable Modifier and Type Class Description classConnectionEventAnEventobject that provides information about the source of a connection-related event.classRowSetEventAnEventobject generated when an event occurs to aRowSetobject.classStatementEventAStatementEventis sent to allStatementEventListeners which were registered with aPooledConnection. -
Uses of Serializable in javax.sql.rowset
Classes in javax.sql.rowset that implement Serializable Modifier and Type Class Description classBaseRowSetAn abstract class providing aRowSetobject with its basic functionality.classRowSetMetaDataImplProvides implementations for the methods that set and get metadata information about aRowSetobject's columns.classRowSetWarningAn extension ofSQLExceptionthat provides information about database warnings set onRowSetobjects. -
Uses of Serializable in javax.sql.rowset.serial
Classes in javax.sql.rowset.serial that implement Serializable Modifier and Type Class Description classSerialArrayA serialized version of anArrayobject, which is the mapping in the Java programming language of an SQLARRAYvalue.classSerialBlobA serialized mapping in the Java programming language of an SQLBLOBvalue.classSerialClobA serialized mapping in the Java programming language of an SQLCLOBvalue.classSerialDatalinkA serialized mapping in the Java programming language of an SQLDATALINKvalue.classSerialExceptionIndicates and an error with the serialization or de-serialization of SQL types such asBLOB, CLOB, STRUCT or ARRAYin addition to SQL types such asDATALINK and JAVAOBJECTclassSerialJavaObjectA serializable mapping in the Java programming language of an SQLJAVA_OBJECTvalue.classSerialRefA serialized mapping of aRefobject, which is the mapping in the Java programming language of an SQLREFvalue.classSerialStructA serialized mapping in the Java programming language of an SQL structured type. -
Uses of Serializable in javax.sql.rowset.spi
Classes in javax.sql.rowset.spi that implement Serializable Modifier and Type Class Description classSyncFactoryExceptionIndicates an error withSyncFactorymechanism.classSyncProviderExceptionIndicates an error with theSyncProvidermechanism. -
Uses of Serializable in javax.swing
Classes in javax.swing that implement Serializable Modifier and Type Class Description classAbstractActionThis class provides default implementations for the JFCActioninterface.classAbstractButtonDefines common behaviors for buttons and menu items.protected classAbstractButton.AccessibleAbstractButtonThis class implements accessibility support for theAbstractButtonclass.protected classAbstractButton.ButtonChangeListenerExtendsChangeListenerto be serializable.classAbstractCellEditorA base class forCellEditors, providing default implementations for the methods in theCellEditorinterface exceptgetCellEditorValue().classAbstractListModel<E>The abstract definition for the data model that provides aListwith its contents.classAbstractSpinnerModelThis class provides the ChangeListener part of the SpinnerModel interface that should be suitable for most concrete SpinnerModel implementations.classActionMapActionMapprovides mappings fromObjects (called keys orActionnames) toActions.classBoxA lightweight container that uses a BoxLayout object as its layout manager.protected classBox.AccessibleBoxThis class implements accessibility support for theBoxclass.static classBox.FillerAn implementation of a lightweight component that participates in layout but has no view.protected classBox.Filler.AccessibleBoxFillerThis class implements accessibility support for theBox.Fillerclass.classBoxLayoutA layout manager that allows multiple components to be laid out either vertically or horizontally.classButtonGroupThis class is used to create a multiple-exclusion scope for a set of buttons.classCellRendererPaneThis class is inserted in between cell renderers and the components that use them.protected classCellRendererPane.AccessibleCellRendererPaneThis class implements accessibility support for theCellRendererPaneclass.classComponentInputMapAComponentInputMapis anInputMapassociated with a particularJComponent.classDefaultBoundedRangeModelA generic implementation of BoundedRangeModel.classDefaultButtonModelThe default implementation of aButtoncomponent's data model.classDefaultCellEditorThe default editor for table and tree cells.protected classDefaultCellEditor.EditorDelegateThe protectedEditorDelegateclass.classDefaultComboBoxModel<E>The default model for combo boxes.classDefaultDesktopManagerThis is an implementation of theDesktopManager.classDefaultListCellRendererRenders an item in a list.static classDefaultListCellRenderer.UIResourceA subclass of DefaultListCellRenderer that implements UIResource.classDefaultListModel<E>This class loosely implements thejava.util.VectorAPI, in that it implements the 1.1.x version ofjava.util.Vector, has no collection class support, and notifies theListDataListeners when changes occur.classDefaultListSelectionModelDefault data model for list selections.classDefaultSingleSelectionModelA generic implementation of SingleSelectionModel.classDropModeDrop modes, used to determine the method by which a component tracks and indicates a drop location during drag and drop.static classGroupLayout.AlignmentEnumeration of the possible waysParallelGroupcan align its children.classImageIconAn implementation of the Icon interface that paints Icons from Images.protected classImageIcon.AccessibleImageIconThis class implements accessibility support for theImageIconclass.classInputMapInputMapprovides a binding between an input event (currently onlyKeyStrokes are used) and anObject.classJAppletDeprecated.The Applet API is deprecated. See the java.applet package documentation for further information.protected classJApplet.AccessibleJAppletDeprecated.This class implements accessibility support for theJAppletclass.classJButtonAn implementation of a "push" button.protected classJButton.AccessibleJButtonThis class implements accessibility support for theJButtonclass.classJCheckBoxAn implementation of a check box -- an item that can be selected or deselected, and which displays its state to the user.protected classJCheckBox.AccessibleJCheckBoxThis class implements accessibility support for theJCheckBoxclass.classJCheckBoxMenuItemA menu item that can be selected or deselected.protected classJCheckBoxMenuItem.AccessibleJCheckBoxMenuItemThis class implements accessibility support for theJCheckBoxMenuItemclass.classJColorChooserJColorChooserprovides a pane of controls designed to allow a user to manipulate and select a color.protected classJColorChooser.AccessibleJColorChooserThis class implements accessibility support for theJColorChooserclass.classJComboBox<E>A component that combines a button or editable field and a drop-down list.protected classJComboBox.AccessibleJComboBoxThis class implements accessibility support for theJComboBoxclass.classJComponentThe base class for all Swing components except top-level containers.classJComponent.AccessibleJComponentInner class of JComponent used to provide default support for accessibility.classJDesktopPaneA container used to create a multiple-document interface or a virtual desktop.protected classJDesktopPane.AccessibleJDesktopPaneThis class implements accessibility support for theJDesktopPaneclass.classJDialogThe main class for creating a dialog window.protected classJDialog.AccessibleJDialogThis class implements accessibility support for theJDialogclass.classJEditorPaneA text component to edit various kinds of content.protected classJEditorPane.AccessibleJEditorPaneThis class implements accessibility support for theJEditorPaneclass.protected classJEditorPane.AccessibleJEditorPaneHTMLThis class provides support forAccessibleHypertext, and is used in instances where theEditorKitinstalled in thisJEditorPaneis an instance ofHTMLEditorKit.protected classJEditorPane.JEditorPaneAccessibleHypertextSupportWhat's returned byAccessibleJEditorPaneHTML.getAccessibleText.classJFileChooserJFileChooserprovides a simple mechanism for the user to choose a file.protected classJFileChooser.AccessibleJFileChooserThis class implements accessibility support for theJFileChooserclass.classJFormattedTextFieldJFormattedTextFieldextendsJTextFieldadding support for formatting arbitrary values, as well as retrieving a particular object once the user has edited the text.static classJFormattedTextField.AbstractFormatterInstances ofAbstractFormatterare used byJFormattedTextFieldto handle the conversion both from an Object to a String, and back from a String to an Object.classJFrameAn extended version ofjava.awt.Framethat adds support for the JFC/Swing component architecture.protected classJFrame.AccessibleJFrameThis class implements accessibility support for theJFrameclass.classJInternalFrameA lightweight object that provides many of the features of a native frame, including dragging, closing, becoming an icon, resizing, title display, and support for a menu bar.protected classJInternalFrame.AccessibleJInternalFrameThis class implements accessibility support for theJInternalFrameclass.static classJInternalFrame.JDesktopIconThis component represents an iconified version of aJInternalFrame.protected classJInternalFrame.JDesktopIcon.AccessibleJDesktopIconThis class implements accessibility support for theJInternalFrame.JDesktopIconclass.classJLabelA display area for a short text string or an image, or both.protected classJLabel.AccessibleJLabelThe class used to obtain the accessible role for this object.classJLayer<V extends Component>JLayeris a universal decorator for Swing components which enables you to implement various advanced painting effects as well as receive notifications of allAWTEvents generated within its borders.classJLayeredPaneJLayeredPaneadds depth to a JFC/Swing container, allowing components to overlap each other when needed.protected classJLayeredPane.AccessibleJLayeredPaneThis class implements accessibility support for theJLayeredPaneclass.classJList<E>A component that displays a list of objects and allows the user to select one or more items.protected classJList.AccessibleJListThis class implements accessibility support for theJListclass.classJMenuAn implementation of a menu -- a popup window containingJMenuItems that is displayed when the user selects an item on theJMenuBar.protected classJMenu.AccessibleJMenuThis class implements accessibility support for theJMenuclass.protected classJMenu.WinListenerA listener class that watches for a popup window closing.classJMenuBarAn implementation of a menu bar.protected classJMenuBar.AccessibleJMenuBarThis class implements accessibility support for theJMenuBarclass.classJMenuItemAn implementation of an item in a menu.protected classJMenuItem.AccessibleJMenuItemThis class implements accessibility support for theJMenuItemclass.classJOptionPaneJOptionPanemakes it easy to pop up a standard dialog box that prompts users for a value or informs them of something.protected classJOptionPane.AccessibleJOptionPaneThis class implements accessibility support for theJOptionPaneclass.classJPanelJPanelis a generic lightweight container.protected classJPanel.AccessibleJPanelThis class implements accessibility support for theJPanelclass.classJPasswordFieldJPasswordFieldis a lightweight component that allows the editing of a single line of text where the view indicates something was typed, but does not show the original characters.protected classJPasswordField.AccessibleJPasswordFieldThis class implements accessibility support for theJPasswordFieldclass.classJPopupMenuAn implementation of a popup menu -- a small window that pops up and displays a series of choices.protected classJPopupMenu.AccessibleJPopupMenuThis class implements accessibility support for theJPopupMenuclass.static classJPopupMenu.SeparatorA popup menu-specific separator.classJProgressBarA component that visually displays the progress of some task.protected classJProgressBar.AccessibleJProgressBarThis class implements accessibility support for theJProgressBarclass.classJRadioButtonAn implementation of a radio button -- an item that can be selected or deselected, and which displays its state to the user.protected classJRadioButton.AccessibleJRadioButtonThis class implements accessibility support for theJRadioButtonclass.classJRadioButtonMenuItemAn implementation of a radio button menu item.protected classJRadioButtonMenuItem.AccessibleJRadioButtonMenuItemThis class implements accessibility support for theJRadioButtonMenuItemclass.classJRootPaneA lightweight container used behind the scenes byJFrame,JDialog,JWindow,JApplet, andJInternalFrame.protected classJRootPane.AccessibleJRootPaneThis class implements accessibility support for theJRootPaneclass.protected classJRootPane.RootLayoutA custom layout manager that is responsible for the layout of layeredPane, glassPane, and menuBar.classJScrollBarAn implementation of a scrollbar.protected classJScrollBar.AccessibleJScrollBarThis class implements accessibility support for theJScrollBarclass.classJScrollPaneProvides a scrollable view of a lightweight component.protected classJScrollPane.AccessibleJScrollPaneThis class implements accessibility support for theJScrollPaneclass.protected classJScrollPane.ScrollBarBy defaultJScrollPanecreates scrollbars that are instances of this class.classJSeparatorJSeparatorprovides a general purpose component for implementing divider lines - most commonly used as a divider between menu items that breaks them up into logical groupings.protected classJSeparator.AccessibleJSeparatorThis class implements accessibility support for theJSeparatorclass.classJSliderA component that lets the user graphically select a value by sliding a knob within a bounded interval.protected classJSlider.AccessibleJSliderThis class implements accessibility support for theJSliderclass.classJSpinnerA single line input field that lets the user select a number or an object value from an ordered sequence.protected classJSpinner.AccessibleJSpinnerAccessibleJSpinnerimplements accessibility support for theJSpinnerclass.static classJSpinner.DateEditorAn editor for aJSpinnerwhose model is aSpinnerDateModel.static classJSpinner.DefaultEditorA simple base class for more specialized editors that displays a read-only view of the model's current value with aJFormattedTextField.static classJSpinner.ListEditorAn editor for aJSpinnerwhose model is aSpinnerListModel.static classJSpinner.NumberEditorAn editor for aJSpinnerwhose model is aSpinnerNumberModel.classJSplitPaneJSplitPaneis used to divide two (and only two)Components.protected classJSplitPane.AccessibleJSplitPaneThis class implements accessibility support for theJSplitPaneclass.classJTabbedPaneA component that lets the user switch between a group of components by clicking on a tab with a given title and/or icon.protected classJTabbedPane.AccessibleJTabbedPaneThis class implements accessibility support for theJTabbedPaneclass.protected classJTabbedPane.ModelListenerWe passModelChangedevents along to the listeners with the tabbedpane (instead of the model itself) as the event source.classJTableTheJTableis used to display and edit regular two-dimensional tables of cells.protected classJTable.AccessibleJTableThis class implements accessibility support for theJTableclass.static classJTable.PrintModePrinting modes, used in printingJTables.classJTextAreaAJTextAreais a multi-line area that displays plain text.protected classJTextArea.AccessibleJTextAreaThis class implements accessibility support for theJTextAreaclass.classJTextFieldJTextFieldis a lightweight component that allows the editing of a single line of text.protected classJTextField.AccessibleJTextFieldThis class implements accessibility support for theJTextFieldclass.classJTextPaneA text component that can be marked up with attributes that are represented graphically.classJToggleButtonAn implementation of a two-state button.protected classJToggleButton.AccessibleJToggleButtonThis class implements accessibility support for theJToggleButtonclass.static classJToggleButton.ToggleButtonModelThe ToggleButton modelclassJToolBarJToolBarprovides a component that is useful for displaying commonly usedActions or controls.protected classJToolBar.AccessibleJToolBarThis class implements accessibility support for theJToolBarclass.static classJToolBar.SeparatorA toolbar-specific separator.classJToolTipUsed to display a "Tip" for a Component.protected classJToolTip.AccessibleJToolTipThis class implements accessibility support for theJToolTipclass.classJTreeprotected classJTree.AccessibleJTreeThis class implements accessibility support for theJTreeclass.static classJTree.DynamicUtilTreeNodeDynamicUtilTreeNodecan wrap vectors/hashtables/arrays/strings and create the appropriate children tree nodes as necessary.protected static classJTree.EmptySelectionModelEmptySelectionModelis aTreeSelectionModelthat does not allow anything to be selected.protected classJTree.TreeSelectionRedirectorHandles creating a newTreeSelectionEventwith theJTreeas the source and passing it off to all the listeners.classJViewportThe "viewport" or "porthole" through which you see the underlying information.protected classJViewport.AccessibleJViewportThis class implements accessibility support for theJViewportclass.protected classJViewport.ViewListenerA listener for the view.classJWindowAJWindowis a container that can be displayed anywhere on the user's desktop.protected classJWindow.AccessibleJWindowThis class implements accessibility support for theJWindowclass.classKeyStrokeA KeyStroke represents a key action on the keyboard, or equivalent input device.classLayoutFocusTraversalPolicyA SortingFocusTraversalPolicy which sorts Components based on their size, position, and orientation.static classLayoutStyle.ComponentPlacementComponentPlacementis an enumeration of the possible ways two components can be placed relative to each other.classOverlayLayoutA layout manager to arrange components over the top of each other.static classRowFilter.ComparisonTypeEnumeration of the possible comparison values supported by some of the defaultRowFilters.classScrollPaneLayoutThe layout manager used byJScrollPane.static classScrollPaneLayout.UIResourceThe UI resource version ofScrollPaneLayout.classSizeRequirementsFor the convenience of layout managers, calculates information about the size and position of components.classSortOrderSortOrder is an enumeration of the possible sort orderings.classSpinnerDateModelASpinnerModelfor sequences ofDates.classSpinnerListModelA simple implementation ofSpinnerModelwhose values are defined by an array or aList.classSpinnerNumberModelASpinnerModelfor sequences of numbers.static classSwingWorker.StateValueValues for thestatebound property.classTimerFires one or moreActionEvents at specified intervals.classTransferHandlerThis class is used to handle the transfer of aTransferableto and from Swing components.classUIDefaultsA table of defaults for Swing components.classUIManagerUIManagermanages the current look and feel, the set of available look and feels,PropertyChangeListenersthat are notified when the look and feel changes, look and feel defaults, and convenience methods for obtaining various default values.classUnsupportedLookAndFeelExceptionAn exception that indicates the requested look & feel management classes are not present on the user's system.classViewportLayoutThe default layout manager forJViewport. -
Uses of Serializable in javax.swing.border
Classes in javax.swing.border that implement Serializable Modifier and Type Class Description classAbstractBorderA class that implements an empty border with no size.classBevelBorderA class which implements a simple two-line bevel border.classCompoundBorderA composite Border class used to compose two Border objects into a single border by nesting an inside Border object within the insets of an outside Border object.classEmptyBorderA class which provides an empty, transparent border which takes up space but does no drawing.classEtchedBorderA class which implements a simple etched border which can either be etched-in or etched-out.classLineBorderA class which implements a line border of arbitrary thickness and of a single color.classMatteBorderA class which provides a matte-like border of either a solid color or a tiled icon.classSoftBevelBorderA class which implements a raised or lowered bevel with softened corners.classStrokeBorderA class which implements a border of an arbitrary stroke.classTitledBorderA class which implements an arbitrary border with the addition of a String title in a specified position and justification. -
Uses of Serializable in javax.swing.colorchooser
Classes in javax.swing.colorchooser that implement Serializable Modifier and Type Class Description classAbstractColorChooserPanelThis is the abstract superclass for color choosers.classDefaultColorSelectionModelA generic implementation ofColorSelectionModel. -
Uses of Serializable in javax.swing.event
Classes in javax.swing.event that implement Serializable Modifier and Type Class Description classAncestorEventAn event reported to a child component that originated from an ancestor in the component hierarchy.classCaretEventCaretEvent is used to notify interested parties that the text caret has changed in the event source.classChangeEventChangeEvent is used to notify interested parties that state has changed in the event source.classEventListenerListA class that holds a list of EventListeners.classHyperlinkEventHyperlinkEvent is used to notify interested parties that something has happened with respect to a hypertext link.classInternalFrameEventAnAWTEventthat adds support forJInternalFrameobjects as the event source.classListDataEventDefines an event that encapsulates changes to a list.classListSelectionEventAn event that characterizes a change in selection.classMenuDragMouseEventMenuDragMouseEvent is used to notify interested parties that the menu element has received a MouseEvent forwarded to it under drag conditions.classMenuEventMenuEvent is used to notify interested parties that the menu which is the event source has been posted, selected, or canceled.classMenuKeyEventMenuKeyEvent is used to notify interested parties that the menu element has received a KeyEvent forwarded to it in a menu tree.classPopupMenuEventPopupMenuEvent only contains the source of the event which is the JPopupMenu sending the eventclassRowSorterEventRowSorterEventprovides notification of changes to aRowSorter.static classRowSorterEvent.TypeEnumeration of the types ofRowSorterEvents.classSwingPropertyChangeSupportThis subclass ofjava.beans.PropertyChangeSupportis almost identical in functionality.classTableColumnModelEventTableColumnModelEvent is used to notify listeners that a table column model has changed, such as a column was added, removed, or moved.classTableModelEventTableModelEvent is used to notify listeners that a table model has changed.classTreeExpansionEventAn event used to identify a single path in a tree.classTreeModelEventEncapsulates information describing changes to a tree model, and used to notify tree model listeners of the change.classTreeSelectionEventAn event that characterizes a change in the current selection.classUndoableEditEventAn event indicating that an operation which can be undone has occurred. -
Uses of Serializable in javax.swing.plaf
Classes in javax.swing.plaf that implement Serializable Modifier and Type Class Description classActionMapUIResourceA subclass of javax.swing.ActionMap that implements UIResource.classBorderUIResourceA Border wrapper class which implements UIResource.static classBorderUIResource.BevelBorderUIResourceA bevel border UI resource.static classBorderUIResource.CompoundBorderUIResourceA compound border UI resource.static classBorderUIResource.EmptyBorderUIResourceAn empty border UI resource.static classBorderUIResource.EtchedBorderUIResourceAn etched border UI resource.static classBorderUIResource.LineBorderUIResourceA line border UI resource.static classBorderUIResource.MatteBorderUIResourceA matte border UI resource.static classBorderUIResource.TitledBorderUIResourceA titled border UI resource.classColorUIResourceA subclass of Color that implements UIResource.classComponentInputMapUIResourceA subclass of javax.swing.ComponentInputMap that implements UIResource.classDimensionUIResourceA subclass ofDimensionthat implementsUIResource.classFontUIResourceA subclass of java.awt.Font that implements UIResource.classIconUIResourceAn Icon wrapper class which implements UIResource.classInputMapUIResourceA subclass of javax.swing.InputMap that implements UIResource.classInsetsUIResourceA subclass of Insets that implements UIResource.classLayerUI<V extends Component>The base class for allJLayer's UI delegates. -
Uses of Serializable in javax.swing.plaf.basic
Classes in javax.swing.plaf.basic that implement Serializable Modifier and Type Class Description classBasicArrowButtonJButton object that draws a scaled Arrow in one of the cardinal directions.static classBasicBorders.ButtonBorderDraws a border around a button.static classBasicBorders.FieldBorderDraws the border around a field.static classBasicBorders.MarginBorderDraws the border around components which support margins.static classBasicBorders.MenuBarBorderDraws the border around a menu bar.static classBasicBorders.RadioButtonBorderDraws the border around a radio button.static classBasicBorders.RolloverButtonBorderSpecial thin border for rollover toolbar buttons.static classBasicBorders.ToggleButtonBorderDraws the border around a toggle button.classBasicComboBoxRendererComboBox rendererstatic classBasicComboBoxRenderer.UIResourceA subclass of BasicComboBoxRenderer that implements UIResource.classBasicComboPopupThis is a basic implementation of theComboPopupinterface.protected classBasicDesktopPaneUI.CloseActionHandles closing an internal frame.protected classBasicDesktopPaneUI.MaximizeActionHandles maximizing an internal frame.protected classBasicDesktopPaneUI.MinimizeActionHandles minimizing an internal frame.protected classBasicDesktopPaneUI.NavigateActionHandles navigating to the next internal frame.protected classBasicDesktopPaneUI.OpenActionHandles restoring a minimized or maximized internal frame.classBasicDirectoryModelBasic implementation of a file list.protected classBasicFileChooserUI.ApproveSelectionActionResponds to an Open or Save requestprotected classBasicFileChooserUI.CancelSelectionActionResponds to a cancel request.protected classBasicFileChooserUI.ChangeToParentDirectoryActionChange to parent directory action.protected classBasicFileChooserUI.GoHomeActionActs on the "home" key event or equivalent event.protected classBasicFileChooserUI.NewFolderActionCreates a new folder.protected classBasicFileChooserUI.UpdateActionRescans the files in the current directoryclassBasicIconFactoryFactory object that can vend Icons appropriate for the basic L & F.classBasicInternalFrameTitlePaneThe class that manages a basic title barclassBasicInternalFrameTitlePane.CloseActionThis class should be treated as a "protected" inner class.classBasicInternalFrameTitlePane.IconifyActionThis class should be treated as a "protected" inner class.classBasicInternalFrameTitlePane.MaximizeActionThis class should be treated as a "protected" inner class.classBasicInternalFrameTitlePane.MoveActionThis class should be treated as a "protected" inner class.classBasicInternalFrameTitlePane.RestoreActionThis class should be treated as a "protected" inner class.classBasicInternalFrameTitlePane.SizeActionThis class should be treated as a "protected" inner class.classBasicInternalFrameTitlePane.SystemMenuBarThis class should be treated as a "protected" inner class.classBasicLookAndFeelA base class to use in creating a look and feel for Swing.classBasicSliderUI.ActionScrollerAs of Java 2 platform v1.3 this undocumented class is no longer used.classBasicSplitPaneDividerDivider used by BasicSplitPaneUI.static classBasicTextUI.BasicCaretDefault implementation of the interfaceCaret.protected classBasicToolBarUI.DragWindowThe window which appears during dragging theJToolBar.classBasicTreeUI.TreeCancelEditingActionActionListener that invokes cancelEditing when action performed.classBasicTreeUI.TreeHomeActionTreeHomeAction is used to handle end/home actions.classBasicTreeUI.TreeIncrementActionTreeIncrementAction is used to handle up/down actions.classBasicTreeUI.TreePageActionTreePageAction handles page up and page down events.classBasicTreeUI.TreeToggleActionFor the first selected row expandedness will be toggled.classBasicTreeUI.TreeTraverseActionTreeTraverseActionis the action used for left/right keys.classDefaultMenuLayoutThe default layout manager for Popup menus and menubars. -
Uses of Serializable in javax.swing.plaf.metal
Classes in javax.swing.plaf.metal that implement Serializable Modifier and Type Class Description static classMetalBorders.ButtonBorderThe class represents the border of aJButton.static classMetalBorders.Flush3DBorderThe class represents the 3D border.static classMetalBorders.InternalFrameBorderThe class represents the border of aJInternalFrame.static classMetalBorders.MenuBarBorderThe class represents the border of aJMenuBar.static classMetalBorders.MenuItemBorderThe class represents the border of aJMenuItem.static classMetalBorders.OptionDialogBorderThe class represents the border of an option dialog.static classMetalBorders.PaletteBorderBorder for a Palette.static classMetalBorders.PopupMenuBorderThe class represents the border of aJPopupMenu.static classMetalBorders.RolloverButtonBorderThe class represents the border of a rolloverButton.static classMetalBorders.ScrollPaneBorderThe class represents the border of aJScrollPane.static classMetalBorders.TableHeaderBorderBorder for a Table Headerstatic classMetalBorders.TextFieldBorderThe class represents the border of aJTestField.static classMetalBorders.ToggleButtonBorderstatic classMetalBorders.ToolBarBorderThe class represents the border of aJToolBar.classMetalCheckBoxIconCheckboxIcon implementation for OrganicCheckBoxUIclassMetalComboBoxButtonJButton subclass to help out MetalComboBoxUIclassMetalComboBoxIconThis utility class draws the horizontal bars which indicate a MetalComboBoxclassMetalComboBoxUI.MetalComboPopupDeprecated.As of Java 2 platform v1.4.protected classMetalFileChooserUI.DirectoryComboBoxActionActs when DirectoryComboBox has changed the selected item.protected classMetalFileChooserUI.DirectoryComboBoxModelData model for a type-face selection combo-box.protected classMetalFileChooserUI.FileRendererDeprecated.As of JDK version 9. Obsolete class.protected classMetalFileChooserUI.FilterComboBoxModelData model for a type-face selection combo-box.classMetalFileChooserUI.FilterComboBoxRendererRender different type sizes and styles.classMetalIconFactoryFactory object that vendsIcons for the Java™ look and feel (Metal).static classMetalIconFactory.FileIcon16Warning: Serialized objects of this class will not be compatible with future Swing releases.static classMetalIconFactory.FolderIcon16Warning: Serialized objects of this class will not be compatible with future Swing releases.static classMetalIconFactory.PaletteCloseIconDefines an icon for Palette closestatic classMetalIconFactory.TreeControlIconWarning: Serialized objects of this class will not be compatible with future Swing releases.static classMetalIconFactory.TreeFolderIconWarning: Serialized objects of this class will not be compatible with future Swing releases.static classMetalIconFactory.TreeLeafIconThe class represents a tree leaf icon.classMetalInternalFrameTitlePaneClass that manages a JLF title barclassMetalLookAndFeelThe Java Look and Feel, otherwise known as Metal.classMetalScrollButtonJButton object for Metal scrollbar arrows. -
Uses of Serializable in javax.swing.plaf.nimbus
Classes in javax.swing.plaf.nimbus that implement Serializable Modifier and Type Class Description protected static classAbstractRegionPainter.PaintContext.CacheModeCache mode.classNimbusLookAndFeelThe NimbusLookAndFeel class. -
Uses of Serializable in javax.swing.plaf.synth
Classes in javax.swing.plaf.synth that implement Serializable Modifier and Type Class Description classSynthLookAndFeelSynthLookAndFeel provides the basis for creating a customized look and feel. -
Uses of Serializable in javax.swing.table
Classes in javax.swing.table that implement Serializable Modifier and Type Class Description classAbstractTableModelThis abstract class provides default implementations for most of the methods in theTableModelinterface.classDefaultTableCellRendererThe standard class for rendering (displaying) individual cells in aJTable.static classDefaultTableCellRenderer.UIResourceA subclass ofDefaultTableCellRendererthat implementsUIResource.classDefaultTableColumnModelThe standard column-handler for aJTable.classDefaultTableModelThis is an implementation ofTableModelthat uses aVectorofVectorsto store the cell value objects.classJTableHeaderThis is the object which manages the header of theJTable.protected classJTableHeader.AccessibleJTableHeaderThis class implements accessibility support for theJTableHeaderclass.classTableColumnATableColumnrepresents all the attributes of a column in aJTable, such as width, resizability, minimum and maximum width. -
Uses of Serializable in javax.swing.text
Classes in javax.swing.text that implement Serializable Modifier and Type Class Description classAbstractDocumentAn implementation of the document interface to serve as a basis for implementing various kinds of documents.classAbstractDocument.AbstractElementImplements the abstract part of an element.classAbstractDocument.BranchElementImplements a composite element that contains other elements.classAbstractDocument.DefaultDocumentEventStores document changes as the document is being modified.static classAbstractDocument.ElementEditAn implementation of ElementChange that can be added to the document event.classAbstractDocument.LeafElementImplements an element that directly represents content of some kind.classBadLocationExceptionThis exception is to report bad locations within a document model (that is, attempts to reference a location that doesn't exist).classChangedCharSetExceptionChangedCharSetException as the name indicates is an exception thrown when the charset is changed.classDateFormatterDateFormatter is anInternationalFormatterthat does its formatting by way of an instance ofjava.text.DateFormat.classDefaultCaretA default implementation of Caret.classDefaultEditorKitThis is the set of things needed by a text component to be a reasonably functioning editor for some type of text document.static classDefaultEditorKit.BeepActionCreates a beep.static classDefaultEditorKit.CopyActionCopies the selected region and place its contents into the system clipboard.static classDefaultEditorKit.CutActionCuts the selected region and place its contents into the system clipboard.static classDefaultEditorKit.DefaultKeyTypedActionThe action that is executed by default if a key typed event is received and there is no keymap entry.static classDefaultEditorKit.InsertBreakActionPlaces a line/paragraph break into the document.static classDefaultEditorKit.InsertContentActionPlaces content into the associated document.static classDefaultEditorKit.InsertTabActionPlaces a tab character into the document.static classDefaultEditorKit.PasteActionPastes the contents of the system clipboard into the selected region, or before the caret if nothing is selected.classDefaultFormatterDefaultFormatterformats arbitrary objects.classDefaultFormatterFactoryAn implementation ofJFormattedTextField.AbstractFormatterFactory.classDefaultStyledDocumentA document that can be marked up with character and paragraph styles in a manner similar to the Rich Text Format.static classDefaultStyledDocument.AttributeUndoableEditAn UndoableEdit used to remember AttributeSet changes to an Element.classDefaultStyledDocument.ElementBufferClass to manage changes to the element hierarchy.protected classDefaultStyledDocument.SectionElementDefault root element for a document... maps out the paragraphs/lines contained.classEditorKitEstablishes the set of things needed by a text component to be a reasonably functioning editor for some type of text content.classGapContentAn implementation of the AbstractDocument.Content interface implemented using a gapped buffer similar to that used by emacs.classInternationalFormatterInternationalFormatterextendsDefaultFormatter, using an instance ofjava.text.Formatto handle the conversion to a String, and the conversion from a String.classJTextComponentJTextComponentis the base class for swing text components.classJTextComponent.AccessibleJTextComponentThis class implements accessibility support for theJTextComponentclass.classMaskFormatterMaskFormatteris used to format and edit strings.classNumberFormatterNumberFormattersubclassesInternationalFormatteradding special behavior for numbers.classPlainDocumentA plain document that maintains no character attributes.classSimpleAttributeSetA straightforward implementation of MutableAttributeSet using a hash table.classStringContentAn implementation of the AbstractDocument.Content interface that is a brute force implementation that is useful for relatively small documents and/or debugging.classStyleContextA pool of styles and their associated resources.classStyleContext.NamedStyleA collection of attributes, typically used to represent character and paragraph styles.classStyledEditorKitThis is the set of things needed by a text component to be a reasonably functioning editor for some type of text document.static classStyledEditorKit.AlignmentActionAn action to set paragraph alignment.static classStyledEditorKit.BoldActionAn action to toggle the bold attribute.static classStyledEditorKit.FontFamilyActionAn action to set the font family in the associated JEditorPane.static classStyledEditorKit.FontSizeActionAn action to set the font size in the associated JEditorPane.static classStyledEditorKit.ForegroundActionAn action to set foreground color.static classStyledEditorKit.ItalicActionAn action to toggle the italic attribute.static classStyledEditorKit.StyledTextActionAn action that assumes it's being fired on a JEditorPane with a StyledEditorKit (or subclass) installed.static classStyledEditorKit.UnderlineActionAn action to toggle the underline attribute.classTabSetA TabSet is comprised of many TabStops.classTabStopThis class encapsulates a single tab stop (basically as tab stops are thought of by RTF).classTextActionAn Action implementation useful for key bindings that are shared across a number of different text components. -
Uses of Serializable in javax.swing.text.html
Classes in javax.swing.text.html that implement Serializable Modifier and Type Class Description classCSSDefines a set of CSS attributes as a typesafe enumeration.classFormSubmitEventFormSubmitEvent is used to notify interested parties that a form was submitted.static classFormSubmitEvent.MethodTypeRepresents an HTML form method type.static classHTML.UnknownTagClass represents unknown HTML tag.classHTMLDocumentA document that models HTML.classHTMLDocument.BlockElementAn element that represents a structural block of HTML.classHTMLDocument.RunElementAn element that represents a chunk of text that has a set of HTML character level attributes assigned to it.classHTMLEditorKitThe Swing JEditorPane text component supports different kinds of content via a plug-in mechanism called an EditorKit.static classHTMLEditorKit.HTMLTextActionAn abstract Action providing some convenience methods that may be useful in inserting HTML into an existing document.static classHTMLEditorKit.InsertHTMLTextActionInsertHTMLTextAction can be used to insert an arbitrary string of HTML into an existing HTML document.static classHTMLEditorKit.LinkControllerClass to watch the associated component and fire hyperlink events on it when appropriate.classHTMLFrameHyperlinkEventHTMLFrameHyperlinkEvent is used to notify interested parties that link was activated in a frame.classOptionValue for the ListModel used to represent <option> elements.classStyleSheetSupport for defining the visual characteristics of HTML views being rendered.static classStyleSheet.BoxPainterClass to carry out some of the duties of CSS formatting.static classStyleSheet.ListPainterClass to carry out some of the duties of CSS list formatting. -
Uses of Serializable in javax.swing.text.html.parser
Classes in javax.swing.text.html.parser that implement Serializable Modifier and Type Class Description classAttributeListThis class defines the attributes of an SGML element as described in a DTD using the ATTLIST construct.classContentModelA representation of a content model.classElementAn element as described in a DTD using the ELEMENT construct.classParserDelegatorResponsible for starting up a new DocumentParser each time its parse method is invoked. -
Uses of Serializable in javax.swing.text.rtf
Classes in javax.swing.text.rtf that implement Serializable Modifier and Type Class Description classRTFEditorKitThis is the default implementation of RTF editing functionality. -
Uses of Serializable in javax.swing.tree
Classes in javax.swing.tree that implement Serializable Modifier and Type Class Description classDefaultMutableTreeNodeADefaultMutableTreeNodeis a general-purpose node in a tree data structure.classDefaultTreeCellEditor.DefaultTextFieldTextFieldused when no editor is supplied.classDefaultTreeCellEditor.EditorContainerContainer responsible for placing theeditingComponent.classDefaultTreeCellRendererDisplays an entry in a tree.classDefaultTreeModelA simple tree data model that uses TreeNodes.classDefaultTreeSelectionModelDefault implementation of TreeSelectionModel.classExpandVetoExceptionException used to stop an expand/collapse from happening.classTreePathTreePathrepresents an array of objects that uniquely identify the path to a node in a tree. -
Uses of Serializable in javax.swing.undo
Classes in javax.swing.undo that implement Serializable Modifier and Type Class Description classAbstractUndoableEditAn abstract implementation ofUndoableEdit, implementing simple responses to all boolean methods in that interface.classCannotRedoExceptionThrown when an UndoableEdit is told toredo()and can't.classCannotUndoExceptionThrown when an UndoableEdit is told toundo()and can't.classCompoundEditA concrete subclass of AbstractUndoableEdit, used to assemble little UndoableEdits into great big ones.classStateEditStateEdit is a general edit for objects that change state.classUndoManagerUndoManagermanages a list ofUndoableEdits, providing a way to undo or redo the appropriate edits. -
Uses of Serializable in javax.tools
Classes in javax.tools that implement Serializable Modifier and Type Class Description static classDiagnostic.KindKinds of diagnostics, for example, error or warning.static classDocumentationTool.LocationLocations specific toDocumentationTool.static classJavaFileObject.KindKinds of JavaFileObjects.classStandardLocationStandard locations of file objects. -
Uses of Serializable in javax.transaction
Classes in javax.transaction that implement Serializable Modifier and Type Class Description classInvalidTransactionExceptionThis exception indicates that the request carried an invalid transaction context.classTransactionRequiredExceptionThis exception indicates that a request carried a null transaction context, but the target object requires an activate transaction.classTransactionRolledbackExceptionThis exception indicates that the transaction associated with processing of the request has been rolled back, or marked to roll back. -
Uses of Serializable in javax.transaction.xa
Classes in javax.transaction.xa that implement Serializable Modifier and Type Class Description classXAExceptionThe XAException is thrown by the Resource Manager (RM) to inform the Transaction Manager of an error encountered by the involved transaction. -
Uses of Serializable in javax.xml.bind
Classes in javax.xml.bind that implement Serializable Modifier and Type Class Description classDataBindingExceptionException that represents a failure in a JAXB operation.classJAXBElement<T>JAXB representation of an Xml Element.classJAXBExceptionThis is the root exception class for all JAXB exceptions.classJAXBPermissionThis class is for JAXB permissions.classMarshalExceptionThis exception indicates that an error has occurred while performing a marshal operation that the provider is unable to recover from.classPropertyExceptionThis exception indicates that an error was encountered while getting or setting a property.classTypeConstraintExceptionThis exception indicates that a violation of a dynamically checked type constraint was detected.classUnmarshalExceptionThis exception indicates that an error has occurred while performing an unmarshal operation that prevents the JAXB Provider from completing the operation.classValidationExceptionThis exception indicates that an error has occurred while performing a validate operation. -
Uses of Serializable in javax.xml.bind.annotation
Classes in javax.xml.bind.annotation that implement Serializable Modifier and Type Class Description classXmlAccessOrderUsed by XmlAccessorOrder to control the ordering of properties and fields in a JAXB bound class.classXmlAccessTypeUsed by XmlAccessorType to control serialization of fields or properties.classXmlNsFormEnumeration of XML Schema namespace qualifications. -
Uses of Serializable in javax.xml.catalog
Classes in javax.xml.catalog that implement Serializable Modifier and Type Class Description classCatalogExceptionThe exception class handles errors that may happen while processing or using a catalog.static classCatalogFeatures.FeatureA Feature type as defined in the Catalog Features table. -
Uses of Serializable in javax.xml.crypto
Classes in javax.xml.crypto that implement Serializable Modifier and Type Class Description classKeySelectorExceptionIndicates an exceptional condition thrown by aKeySelector.classMarshalExceptionIndicates an exceptional condition that occurred during the XML marshalling or unmarshalling process.classNoSuchMechanismExceptionThis exception is thrown when a particular XML mechanism is requested but is not available in the environment.classURIReferenceExceptionIndicates an exceptional condition thrown while dereferencing aURIReference. -
Uses of Serializable in javax.xml.crypto.dsig
Classes in javax.xml.crypto.dsig that implement Serializable Modifier and Type Class Description classTransformExceptionIndicates an exceptional condition that occurred while executing a transform algorithm.classXMLSignatureExceptionIndicates an exceptional condition that occurred during the XML signature generation or validation process. -
Uses of Serializable in javax.xml.datatype
Classes in javax.xml.datatype that implement Serializable Modifier and Type Class Description classDatatypeConfigurationExceptionIndicates a serious configuration error. -
Uses of Serializable in javax.xml.namespace
Classes in javax.xml.namespace that implement Serializable Modifier and Type Class Description classQNameQNamerepresents a qualified name as defined in the XML specifications: XML Schema Part2: Datatypes specification, Namespaces in XML, Namespaces in XML Errata. -
Uses of Serializable in javax.xml.parsers
Classes in javax.xml.parsers that implement Serializable Modifier and Type Class Description classFactoryConfigurationErrorThrown when a problem with configuration with the Parser Factories exists.classParserConfigurationExceptionIndicates a serious configuration error. -
Uses of Serializable in javax.xml.soap
Classes in javax.xml.soap that implement Serializable Modifier and Type Class Description classSOAPExceptionAn exception that signals that a SOAP exception has occurred. -
Uses of Serializable in javax.xml.stream
Classes in javax.xml.stream that implement Serializable Modifier and Type Class Description classFactoryConfigurationErrorAn error class for reporting factory configuration errors.classXMLStreamExceptionThe base exception for unexpected processing errors. -
Uses of Serializable in javax.xml.transform
Classes in javax.xml.transform that implement Serializable Modifier and Type Class Description classTransformerConfigurationExceptionIndicates a serious configuration error.classTransformerExceptionThis class specifies an exceptional condition that occurred during the transformation process.classTransformerFactoryConfigurationErrorThrown when a problem with configuration with the Transformer Factories exists. -
Uses of Serializable in javax.xml.validation
Classes in javax.xml.validation that implement Serializable Modifier and Type Class Description classSchemaFactoryConfigurationErrorThrown when a problem with configuration with the Schema Factories exists. -
Uses of Serializable in javax.xml.ws
Classes in javax.xml.ws that implement Serializable Modifier and Type Class Description classHolder<T>Holds a value of typeT.classProtocolExceptionTheProtocolExceptionclass is a base class for exceptions related to a specific protocol binding.static classService.ModeThe orientation of a dynamic client or service.classWebServiceExceptionTheWebServiceExceptionclass is the base exception class for all JAX-WS API runtime exceptions.classWebServicePermissionThis class defines web service permissions. -
Uses of Serializable in javax.xml.ws.handler
Classes in javax.xml.ws.handler that implement Serializable Modifier and Type Class Description static classMessageContext.ScopeProperty scope. -
Uses of Serializable in javax.xml.ws.http
Classes in javax.xml.ws.http that implement Serializable Modifier and Type Class Description classHTTPExceptionTheHTTPExceptionexception represents a XML/HTTP fault. -
Uses of Serializable in javax.xml.ws.soap
Classes in javax.xml.ws.soap that implement Serializable Modifier and Type Class Description static classAddressingFeature.ResponsesIf addressing is enabled, this property determines if endpoint requires the use of only anonymous responses, or only non-anonymous responses, or all.classSOAPFaultExceptionTheSOAPFaultExceptionexception represents a SOAP 1.1 or 1.2 fault. -
Uses of Serializable in javax.xml.xpath
Classes in javax.xml.xpath that implement Serializable Modifier and Type Class Description static classXPathEvaluationResult.XPathResultTypeXPathResultType represents possible return types of an XPath evaluation.classXPathExceptionXPathExceptionrepresents a generic XPath exception.classXPathExpressionExceptionXPathExpressionExceptionrepresents an error in an XPath expression.classXPathFactoryConfigurationExceptionXPathFactoryConfigurationExceptionrepresents a configuration error in aXPathFactoryenvironment.classXPathFunctionExceptionXPathFunctionExceptionrepresents an error with an XPath function. -
Uses of Serializable in jdk.dynalink
Classes in jdk.dynalink that implement Serializable Modifier and Type Class Description classNoSuchDynamicMethodExceptionThrown at the invocation if the call site can not be linked by any availableGuardingDynamicLinker.classStandardNamespaceAn enumeration of standard namespaces defined by Dynalink.classStandardOperationDefines the standard dynamic operations. -
Uses of Serializable in jdk.dynalink.beans
Classes in jdk.dynalink.beans that implement Serializable Modifier and Type Class Description classStaticClassObject that allows access to the static members of a class (its static methods, properties, and fields), as well as construction of instances usingStandardOperation.NEWoperation. -
Uses of Serializable in jdk.dynalink.linker
Classes in jdk.dynalink.linker that implement Serializable Modifier and Type Class Description static classConversionComparator.ComparisonEnumeration of possible outcomes of comparing one conversion to another. -
Uses of Serializable in jdk.incubator.http
Classes in jdk.incubator.http that implement Serializable Modifier and Type Class Description static classHttpClient.RedirectDefines automatic redirection policy.static classHttpClient.VersionThe HTTP protocol version.classHttpTimeoutExceptionThrown when a response is not received within a specified time period.static classWebSocket.MessagePartA marker used byWebSocket.Listenerin cases where a partial message may be received.classWebSocketHandshakeExceptionAn exception used to signal the opening handshake failed. -
Uses of Serializable in jdk.javadoc.doclet
Classes in jdk.javadoc.doclet that implement Serializable Modifier and Type Class Description static classDoclet.Option.KindThe kind of an option.static classDocletEnvironment.ModuleModestatic classTaglet.LocationThe kind of location in which a tag may be used. -
Uses of Serializable in jdk.jfr
Classes in jdk.jfr that implement Serializable Modifier and Type Class Description classFlightRecorderPermissionPermission for controlling access to Flight Recorder.classRecordingStateIndicates a state in the life cycle of a recording. -
Uses of Serializable in jdk.jshell
Classes in jdk.jshell that implement Serializable Modifier and Type Class Description classEvalExceptionWraps an exception thrown in the remotely executing client.classJShellExceptionThe superclass of JShell generated exceptionsstatic classSnippet.KindDescribes the general kind of snippet.static classSnippet.StatusDescribes the current state of a Snippet.static classSnippet.SubKindThe detailed variety of a snippet.static classSourceCodeAnalysis.CompletenessDescribes the completeness of the given input.classUnresolvedReferenceExceptionException reported on attempting to execute aRECOVERABLE_DEFINEDsnippet. -
Uses of Serializable in jdk.jshell.spi
Classes in jdk.jshell.spi that implement Serializable Modifier and Type Class Description static classExecutionControl.ClassBytecodesBundles class name with class bytecodes.static classExecutionControl.ClassInstallExceptionA class install (load or redefine) encountered a problem.static classExecutionControl.EngineTerminationExceptionUnbidden execution engine termination has occurred.static classExecutionControl.ExecutionControlExceptionThe abstract base of allExecutionControlexceptions.static classExecutionControl.InternalExceptionAn internal problem has occurred.static classExecutionControl.NotImplementedExceptionThe command is not implemented.static classExecutionControl.ResolutionExceptionAn exception indicating that aDeclarationSnippetwith unresolved references has been encountered.static classExecutionControl.RunExceptionThe abstract base of of exceptions specific to running user code.static classExecutionControl.StoppedExceptionAn exception indicating that anExecutionControl.invoke(java.lang.String, java.lang.String)(or theoretically aExecutionControl.varValue(java.lang.String, java.lang.String)) has been interrupted by aExecutionControl.stop().static classExecutionControl.UserExceptionA 'normal' user exception occurred.classSPIResolutionExceptionThe construction and throw of this exception is embedded in code generated by the JShell core implementation in such a way that, upon executing aRECOVERABLE_DEFINEDuser method, this exception is thrown. -
Uses of Serializable in jdk.management.resource
Classes in jdk.management.resource that implement Serializable Modifier and Type Class Description classResourceAccuracyResourceAccuracy reflects the accuracy of an amount being requested though a ResourceMeter.classResourceRequestDeniedExceptionResourceRequestDeniedException indicates a resource exception. -
Uses of Serializable in jdk.nashorn.api.scripting
Classes in jdk.nashorn.api.scripting that implement Serializable Modifier and Type Class Description classNashornExceptionThis is base exception for all Nashorn exceptions. -
Uses of Serializable in jdk.nashorn.api.tree
Classes in jdk.nashorn.api.tree that implement Serializable Modifier and Type Class Description static classDiagnostic.KindKinds of diagnostics, for example, error or warning.static classTree.KindEnumerates all kinds of trees.classUnknownTreeExceptionIndicates that an unknown kind of Tree was encountered. -
Uses of Serializable in jdk.net
Classes in jdk.net that implement Serializable Modifier and Type Class Description classNetworkPermissionRepresents permission to access the extended networking capabilities defined in the jdk.net package.static classSocketFlow.StatusEnumeration of the return values from the SO_FLOW_SLA socket option. -
Uses of Serializable in jdk.security.jarsigner
Classes in jdk.security.jarsigner that implement Serializable Modifier and Type Class Description classJarSignerExceptionThis exception is thrown whenJarSigner.sign(java.util.zip.ZipFile, java.io.OutputStream)fails. -
Uses of Serializable in netscape.javascript
Classes in netscape.javascript that implement Serializable Modifier and Type Class Description classJSExceptionThrown when an exception is raised in the JavaScript engine. -
Uses of Serializable in org.ietf.jgss
Classes in org.ietf.jgss that implement Serializable Modifier and Type Class Description classGSSExceptionThis exception is thrown whenever a GSS-API error occurs, including any mechanism specific error. -
Uses of Serializable in org.omg.CORBA
Subinterfaces of Serializable in org.omg.CORBA Modifier and Type Interface Description interfaceCurrentInterfaces derived from theCurrentinterface enable ORB and CORBA services to provide access to information (context) associated with the thread of execution in which they are running.interfaceDataInputStreamDefines the methods used to read primitive data types from input streams for unmarshaling custom value types.interfaceDataOutputStreamDefines the methods used to write primitive data types to output streams for marshalling custom value types.interfaceDomainManagerProvides mechanisms for establishing and navigating relationships to superior and subordinate domains, as well as for creating and accessing policies.interfaceIDLTypeAn abstract interface inherited by all Interface Repository (IR) objects that represent OMG IDL types.interfaceIRObjectAn IRObject IDL interface represents the most generic interface from which all other Interface Repository interfaces are derived, even the Repository itself.interfacePolicyInterfaces derived from thePolicyinterface allow an ORB or CORBA service access to certain choices that affect its operation.Classes in org.omg.CORBA that implement Serializable Modifier and Type Class Description class_IDLTypeStubThe Stub forIDLType.class_PolicyStubThe Stub forPolicy.classACTIVITY_COMPLETEDTheACTIVITY_COMPLETEDsystem exception may be raised on any method for which Activity context is accessed.classACTIVITY_REQUIREDTheACTIVITY_REQUIREDsystem exception may be raised on any method for which an Activity context is required.classAnyServes as a container for any data that can be described in IDL or for any IDL primitive type.classBAD_CONTEXTException thrown when an operation is invoked by a client but the passed context does not contain the context values required by the operation.classBAD_INV_ORDERThis exception indicates that the caller has invoked operations in the wrong order.classBAD_OPERATIONException thrown when an object reference denotes an existing object, but that the object does not support the operation that was invoked.classBAD_PARAMException thrown when a parameter passed to a call is out of range or otherwise considered illegal.classBAD_QOSTheBAD_QOSexception is raised whenever an object cannot support the quality of service required by an invocation parameter that has a quality of service semantics associated with it.classBAD_TYPECODEException thrown when the ORB has encountered a malformed type code (for example, a type code with an invalidTCKindvalue).classBoundsA user exception thrown when a parameter is not within the legal bounds for the object that a method is trying to access.classCODESET_INCOMPATIBLEThis exception is raised whenever meaningful communication is not possible between client and server native code sets.classCOMM_FAILUREThis exception is raised if communication is lost while an operation is in progress, after the request was sent by the client, but before the reply from the server has been returned to the client.classCompletionStatusAn object that indicates whether a method had completed running when aSystemExceptionwas thrown.classDATA_CONVERSIONThis exception is raised if an ORB cannot convert the representation of data as marshaled into its native representation or vice-versa.classDefinitionKindThe class that provides the constants used to identify the type of an Interface Repository object.classFREE_MEMException thrown when the ORB failed in an attempt to free dynamic memory, for example because of heap corruption or memory segments being locked.classIMP_LIMITThis exception indicates that an implementation limit was exceeded in the ORB run time.classINITIALIZEException thrown when an ORB has encountered a failure during its initialization, such as failure to acquire networking resources or detecting a configuration error.classINTERNALThis exception indicates an internal failure in an ORB, for example, if an ORB has detected corruption of its internal data structures.classINTF_REPOSException raised when an ORB cannot reach the interface repository, or some other failure relating to the interface repository is detected.classINV_FLAGException thrown when an invalid flag was passed to an operation (for example, when creating a DII request).classINV_IDENTThis exception indicates that an IDL identifier is syntactically invalid.classINV_OBJREFThis exception indicates that an object reference is internally malformed.classINV_POLICYStandard exception thrown when an invocation cannot be made because of an incompatibility betweenPolicyoverrides that apply to the particular invocation.classINVALID_ACTIVITYTheINVALID_ACTIVITYsystem exception may be raised on the Activity or Transaction services' resume methods if a transaction or Activity is resumed in a context different to that from which it was suspended.classINVALID_TRANSACTIONException thrown when the request carried an invalid transaction context.classMARSHALA request or reply from the network is structurally invalid.classNameValuePairAssociates a name with a value that is an attribute of an IDL struct, and is used in theDynStructAPIs.classNO_IMPLEMENTThis exception indicates that even though the operation that was invoked exists (it has an IDL definition), no implementation for that operation exists.classNO_MEMORYException thrown when the ORB run time has run out of memory.classNO_PERMISSIONException thrown when an invocation failed because the caller has insufficient privileges.classNO_RESOURCESException thrown when the ORB has encountered some general resource limitation.classNO_RESPONSEThis exception is raised if a client attempts to retrieve the result of a deferred synchronous call, but the response for the request is not yet available.classOBJ_ADAPTERThis exception typically indicates an administrative mismatch, for example, a server may have made an attempt to register itself with an implementation repository under a name that is already in use, or is unknown to the repository.classOBJECT_NOT_EXISTException raised whenever an invocation on a deleted object was performed.classParameterModeEnumeration of parameter modes for Parameter.classPERSIST_STOREThis exception indicates a persistent storage failure, for example, failure to establish a database connection or corruption of a database.classPolicyErrorA user exception thrown when a policy error occurs.classREBINDREBINDis raised when the current effective RebindPolicy, has a value of NO_REBIND or NO_RECONNECT and an invocation on a bound object reference results in a LocateReply message with status OBJECT_FORWARD or a Reply message with status LOCATION_FORWARD.classServiceDetailAn object that represents an ORB service: itsservice_detail_typefield contains the type of the ORB service, and itsservice_detailfield contains a description of the ORB service.classServiceInformationAn IDL struct in the CORBA module that stores information about a CORBA service available in the ORB implementation and is obtained from theORB.get_service_informationmethod.classSetOverrideTypeThe mapping of a CORBAenumtaggingSET_OVERRIDEandADD_OVERRIDE, which indicate whether policies should replace the existing policies of anObjector be added to them.classStructMemberDescribes a member of an IDLstructin the Interface Repository, including the name of thestructmember, the type of thestructmember, and the typedef that represents the IDL type of thestructmember described thestructmember object.classSystemExceptionThe root class for all CORBA standard exceptions.classTIMEOUTTIMEOUTis raised when no delivery has been made and the specified time-to-live period has been exceeded.classTRANSACTION_MODEThe CORBATRANSACTION_MODEexception is thrown by the client ORB if it detects a mismatch between the InvocationPolicy in the IOR and the chosen invocation path (i.e, direct or routed invocation).classTRANSACTION_REQUIREDException indicates that the request carried a null transaction context, but an active transaction is required.classTRANSACTION_ROLLEDBACKException thrown when the transaction associated with the request has already been rolled back or marked to roll back.classTRANSACTION_UNAVAILABLEThe CORBATRANSACTION_UNAVAILABLEexception is thrown by the ORB when it cannot process a transaction service context because its connection to the Transaction Service has been abnormally terminated.classTRANSIENTException thrown when the ORB attempted to reach an object and failed.classTypeCodeA container for information about a specific CORBA data type.classUnionMemberA description in the Interface Repository of a member of an IDL union.classUNKNOWNThis exception is raised if an operation implementation throws a non-CORBA exception (such as an exception specific to the implementation's programming language), or if an operation raises a user exception that does not appear in the operation's raises expression.classUnknownUserExceptionA class that contains user exceptions returned by the server.classUserExceptionThe root class for CORBA IDL-defined user exceptions.classValueMemberA description in the Interface Repository of a member of avalueobject.classWrongTransactionThe CORBAWrongTransactionuser-defined exception.Fields in org.omg.CORBA declared as Serializable Modifier and Type Field Description SerializableValueBaseHolder. valueThejava.io.Serializablevalue held by thisValueBaseHolderobject.Methods in org.omg.CORBA that return Serializable Modifier and Type Method Description static SerializableValueBaseHelper. extract(Any a)abstract SerializableAny. extract_Value()Extracts thejava.io.Serializableobject in thisAnyobject'svaluefield.SerializableDynAny. get_val()Deprecated.Retrieves thejava.io.Serializableobject contained in thisDynAnyobject.static SerializableValueBaseHelper. read(InputStream istream)SerializableStringValueHelper. read_value(InputStream istream)SerializableWStringValueHelper. read_value(InputStream istream)SerializableDataInputStream. read_Value()Reads an IDL value type from the input stream.Methods in org.omg.CORBA with parameters of type Serializable Modifier and Type Method Description static voidValueBaseHelper. insert(Any a, Serializable that)voidDynAny. insert_val(Serializable value)Deprecated.Inserts the givenjava.io.Serializableobject as the value for thisDynAnyobject.abstract voidAny. insert_Value(Serializable v)Inserts the givenjava.io.Serializableobject into thisAnyobject'svaluefield.abstract voidAny. insert_Value(Serializable v, TypeCode t)Inserts the givenjava.io.Serializableobject into thisAnyobject'svaluefield.static voidValueBaseHelper. write(OutputStream ostream, Serializable value)voidStringValueHelper. write_value(OutputStream ostream, Serializable value)voidWStringValueHelper. write_value(OutputStream ostream, Serializable value)voidDataOutputStream. write_Value(Serializable value)Writes the IDL value type value to the output stream.Constructors in org.omg.CORBA with parameters of type Serializable Constructor Description ValueBaseHolder(Serializable initial)Constructs a newValueBaseHolderobject with itsvaluefield initialized to the givenjava.io.Serializable. -
Uses of Serializable in org.omg.CORBA_2_3.portable
Methods in org.omg.CORBA_2_3.portable that return Serializable Modifier and Type Method Description SerializableInputStream. read_value()Unmarshalls a value type from the input stream.SerializableInputStream. read_value(Serializable value)Unmarshalls a value type from the input stream.SerializableInputStream. read_value(Class clz)Unmarshalls a value type from the input stream.SerializableInputStream. read_value(String rep_id)Unmarshalls a value type from the input stream.SerializableInputStream. read_value(BoxedValueHelper factory)Unmarshalls a value type from the input stream.Methods in org.omg.CORBA_2_3.portable with parameters of type Serializable Modifier and Type Method Description SerializableInputStream. read_value(Serializable value)Unmarshalls a value type from the input stream.voidOutputStream. write_value(Serializable value)Marshals a value type to the output stream.voidOutputStream. write_value(Serializable value, Class clz)Marshals a value type to the output stream.voidOutputStream. write_value(Serializable value, String repository_id)Marshals a value type to the output stream.voidOutputStream. write_value(Serializable value, BoxedValueHelper factory)Marshals a value type to the output stream. -
Uses of Serializable in org.omg.CORBA.DynAnyPackage
Classes in org.omg.CORBA.DynAnyPackage that implement Serializable Modifier and Type Class Description classInvalidInvalid is thrown by dynamic any operations when a badDynAnyorAnyis passed as a parameter.classInvalidSeqThe InvalidSeq exception is thrown by all operations on dynamic anys that take a sequence (Java array) as an argument, when that sequence is invalid.classInvalidValueclassTypeMismatchTypeMismatch is thrown by dynamic any accessor methods when type of the actual contents do not match what is trying to be accessed. -
Uses of Serializable in org.omg.CORBA.ORBPackage
Classes in org.omg.CORBA.ORBPackage that implement Serializable Modifier and Type Class Description classInconsistentTypeCodeInconsistentTypeCode is thrown when an attempt is made to create a dynamic any with a type code that does not match the particular subclass ofDynAny.classInvalidNameTheInvalidNameexception is raised whenORB.resolve_initial_referencesis passed a name for which there is no initial reference. -
Uses of Serializable in org.omg.CORBA.portable
Subinterfaces of Serializable in org.omg.CORBA.portable Modifier and Type Interface Description interfaceCustomValueAn extension ofValueBasethat is implemented by custom value types.interfaceIDLEntityAn interface with no members whose only purpose is to serve as a marker indicating that an implementing class is a Java value type from IDL that has a corresponding Helper class.interfaceStreamableValueDefines the base type for all non-boxed IDL valuetypes that are not custom marshaled.interfaceValueBaseThe generated Java classes corresponding to valuetype IDL types implement this interface.Classes in org.omg.CORBA.portable that implement Serializable Modifier and Type Class Description classApplicationExceptionThis class is used for reporting application level exceptions between ORBs and stubs.classIndirectionExceptionThe Indirection exception is a Java specific system exception.classRemarshalExceptionThis class is used for reporting locate forward exceptions and object forward GIOP messages back to the ORB.classUnknownExceptionThe org.omg.CORBA.portable.UnknownException is used for reporting unknown exceptions between ties and ORBs and between ORBs and stubs.Methods in org.omg.CORBA.portable that return Serializable Modifier and Type Method Description SerializableBoxedValueHelper. read_value(InputStream is)SerializableValueFactory. read_value(InputStream is)Is called by the ORB runtime while in the process of unmarshaling a value type.Methods in org.omg.CORBA.portable with parameters of type Serializable Modifier and Type Method Description voidBoxedValueHelper. write_value(OutputStream os, Serializable value) -
Uses of Serializable in org.omg.CORBA.TypeCodePackage
Classes in org.omg.CORBA.TypeCodePackage that implement Serializable Modifier and Type Class Description classBadKindThe exceptionBadKindis thrown when an inappropriate operation is invoked on aTypeCodeobject.classBoundsProvides theTypeCodeoperationsmember_name(),member_type(), andmember_label. -
Uses of Serializable in org.omg.CosNaming
Subinterfaces of Serializable in org.omg.CosNaming Modifier and Type Interface Description interfaceBindingIteratorThe BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.interfaceNamingContextA naming context is an object that contains a set of name bindings in which each name is unique.interfaceNamingContextExtNamingContextExtis the extension ofNamingContextwhich contains a set of name bindings in which each name is unique and is part of Interoperable Naming Service.Classes in org.omg.CosNaming that implement Serializable Modifier and Type Class Description class_BindingIteratorImplBaseclass_BindingIteratorStubThe BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.class_NamingContextExtStubNamingContextExtis the extension ofNamingContextwhich contains a set of name bindings in which each name is unique and is part of Interoperable Naming Service.class_NamingContextImplBaseclass_NamingContextStubA naming context is an object that contains a set of name bindings in which each name is unique.classBindingorg/omg/CosNaming/Binding.java .classBindingTypeSpecifies whether the given binding is for a object (that is not a naming context) or for a naming context.classNameComponentorg/omg/CosNaming/NameComponent.java . -
Uses of Serializable in org.omg.CosNaming.NamingContextExtPackage
Classes in org.omg.CosNaming.NamingContextExtPackage that implement Serializable Modifier and Type Class Description classInvalidAddressorg/omg/CosNaming/NamingContextExtPackage/InvalidAddress.java . -
Uses of Serializable in org.omg.CosNaming.NamingContextPackage
Classes in org.omg.CosNaming.NamingContextPackage that implement Serializable Modifier and Type Class Description classAlreadyBoundorg/omg/CosNaming/NamingContextPackage/AlreadyBound.java .classCannotProceedorg/omg/CosNaming/NamingContextPackage/CannotProceed.java .classInvalidNameorg/omg/CosNaming/NamingContextPackage/InvalidName.java .classNotEmptyorg/omg/CosNaming/NamingContextPackage/NotEmpty.java .classNotFoundorg/omg/CosNaming/NamingContextPackage/NotFound.java .classNotFoundReasonIndicates the reason for not able to resolve. -
Uses of Serializable in org.omg.Dynamic
Classes in org.omg.Dynamic that implement Serializable Modifier and Type Class Description classParameterorg/omg/Dynamic/Parameter.java . -
Uses of Serializable in org.omg.DynamicAny
Subinterfaces of Serializable in org.omg.DynamicAny Modifier and Type Interface Description interfaceDynAnyAny values can be dynamically interpreted (traversed) and constructed through DynAny objects.interfaceDynAnyFactoryDynAny objects can be created by invoking operations on the DynAnyFactory object.interfaceDynArrayDynArray objects support the manipulation of IDL arrays.interfaceDynEnumDynEnum objects support the manipulation of IDL enumerated values.interfaceDynFixedDynFixed objects support the manipulation of IDL fixed values.interfaceDynSequenceDynSequence objects support the manipulation of IDL sequences.interfaceDynStructDynStruct objects support the manipulation of IDL struct and exception values.interfaceDynUnionDynUnion objects support the manipulation of IDL unions.interfaceDynValueDynValue objects support the manipulation of IDL non-boxed value types.interfaceDynValueBoxDynValueBox objects support the manipulation of IDL boxed value types.interfaceDynValueCommonDynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.Classes in org.omg.DynamicAny that implement Serializable Modifier and Type Class Description class_DynAnyFactoryStubDynAny objects can be created by invoking operations on the DynAnyFactory object.class_DynAnyStubAny values can be dynamically interpreted (traversed) and constructed through DynAny objects.class_DynArrayStubDynArray objects support the manipulation of IDL arrays.class_DynEnumStubDynEnum objects support the manipulation of IDL enumerated values.class_DynFixedStubDynFixed objects support the manipulation of IDL fixed values.class_DynSequenceStubDynSequence objects support the manipulation of IDL sequences.class_DynStructStubDynStruct objects support the manipulation of IDL struct and exception values.class_DynUnionStubDynUnion objects support the manipulation of IDL unions.class_DynValueStubDynValue objects support the manipulation of IDL non-boxed value types.classNameDynAnyPairorg/omg/DynamicAny/NameDynAnyPair.java .classNameValuePairorg/omg/DynamicAny/NameValuePair.java .Methods in org.omg.DynamicAny that return Serializable Modifier and Type Method Description Serializable_DynAnyStub. get_val()Extracts a Serializable object from this DynAny.Serializable_DynArrayStub. get_val()Extracts a Serializable object from this DynAny.Serializable_DynEnumStub. get_val()Extracts a Serializable object from this DynAny.Serializable_DynFixedStub. get_val()Extracts a Serializable object from this DynAny.Serializable_DynSequenceStub. get_val()Extracts a Serializable object from this DynAny.Serializable_DynStructStub. get_val()Extracts a Serializable object from this DynAny.Serializable_DynUnionStub. get_val()Extracts a Serializable object from this DynAny.Serializable_DynValueStub. get_val()Extracts a Serializable object from this DynAny.SerializableDynAnyOperations. get_val()Extracts a Serializable object from this DynAny.Methods in org.omg.DynamicAny with parameters of type Serializable Modifier and Type Method Description void_DynAnyStub. insert_val(Serializable value)Inserts a reference to a Serializable object into this DynAny.void_DynArrayStub. insert_val(Serializable value)Inserts a reference to a Serializable object into this DynAny.void_DynEnumStub. insert_val(Serializable value)Inserts a reference to a Serializable object into this DynAny.void_DynFixedStub. insert_val(Serializable value)Inserts a reference to a Serializable object into this DynAny.void_DynSequenceStub. insert_val(Serializable value)Inserts a reference to a Serializable object into this DynAny.void_DynStructStub. insert_val(Serializable value)Inserts a reference to a Serializable object into this DynAny.void_DynUnionStub. insert_val(Serializable value)Inserts a reference to a Serializable object into this DynAny.void_DynValueStub. insert_val(Serializable value)Inserts a reference to a Serializable object into this DynAny.voidDynAnyOperations. insert_val(Serializable value)Inserts a reference to a Serializable object into this DynAny. -
Uses of Serializable in org.omg.DynamicAny.DynAnyFactoryPackage
Classes in org.omg.DynamicAny.DynAnyFactoryPackage that implement Serializable Modifier and Type Class Description classInconsistentTypeCodeorg/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCode.java . -
Uses of Serializable in org.omg.DynamicAny.DynAnyPackage
Classes in org.omg.DynamicAny.DynAnyPackage that implement Serializable Modifier and Type Class Description classInvalidValueorg/omg/DynamicAny/DynAnyPackage/InvalidValue.java .classTypeMismatchorg/omg/DynamicAny/DynAnyPackage/TypeMismatch.java . -
Uses of Serializable in org.omg.IOP
Subinterfaces of Serializable in org.omg.IOP Modifier and Type Interface Description interfaceCodecThe formats of IOR components and service context data used by ORB services are often defined as CDR encapsulations encoding instances of IDL defined data types.interfaceCodecFactoryCodecsare obtained from theCodecFactory.Classes in org.omg.IOP that implement Serializable Modifier and Type Class Description classEncodingorg/omg/IOP/Encoding.java .classIORorg/omg/IOP/IOR.java .classServiceContextorg/omg/IOP/ServiceContext.java .classTaggedComponentorg/omg/IOP/TaggedComponent.java .classTaggedProfileorg/omg/IOP/TaggedProfile.java . -
Uses of Serializable in org.omg.IOP.CodecFactoryPackage
Classes in org.omg.IOP.CodecFactoryPackage that implement Serializable Modifier and Type Class Description classUnknownEncodingorg/omg/IOP/CodecFactoryPackage/UnknownEncoding.java . -
Uses of Serializable in org.omg.IOP.CodecPackage
Classes in org.omg.IOP.CodecPackage that implement Serializable Modifier and Type Class Description classFormatMismatchorg/omg/IOP/CodecPackage/FormatMismatch.java .classInvalidTypeForEncodingorg/omg/IOP/CodecPackage/InvalidTypeForEncoding.java .classTypeMismatchorg/omg/IOP/CodecPackage/TypeMismatch.java . -
Uses of Serializable in org.omg.PortableInterceptor
Subinterfaces of Serializable in org.omg.PortableInterceptor Modifier and Type Interface Description interfaceClientRequestInfoRequest Information, accessible to client-side request interceptors.interfaceClientRequestInterceptorClient-side request interceptor.interfaceCurrentPortable Interceptors Current (also known asPICurrent) is merely a slot table, the slots of which are used by each service to transfer their context data between their context and the request's or reply's service context.interfaceInterceptorAll Portable Interceptors implement Interceptor.interfaceIORInfoProvides the server-side ORB service with access to the applicable policies during IOR construction and the ability to add components.interfaceIORInterceptorInterceptor used to establish tagged components in the profiles within an IOR.interfaceIORInterceptor_3_0org/omg/PortableInterceptor/IORInterceptor_3_0.java .interfaceObjectReferenceFactoryThe object reference factory.interfaceObjectReferenceTemplateThe object reference template.interfaceORBInitializerFacilitates interceptor registration and ORB initialization.interfaceORBInitInfoPassed to eachORBInitializer, allowing it to to register interceptors and perform other duties while the ORB is initializing.interfacePolicyFactoryEnables policy types to be constructed usingCORBA.ORB.create_policy.interfaceRequestInfoRequest Information, accessible to Interceptors.interfaceServerRequestInfoRequest Information, accessible to server-side request interceptors.interfaceServerRequestInterceptorServer-side request interceptor.Classes in org.omg.PortableInterceptor that implement Serializable Modifier and Type Class Description classForwardRequestorg/omg/PortableInterceptor/ForwardRequest.java .classInvalidSlotorg/omg/PortableInterceptor/InvalidSlot.java . -
Uses of Serializable in org.omg.PortableInterceptor.ORBInitInfoPackage
Classes in org.omg.PortableInterceptor.ORBInitInfoPackage that implement Serializable Modifier and Type Class Description classDuplicateNameorg/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java .classInvalidNameorg/omg/PortableInterceptor/ORBInitInfoPackage/InvalidName.java . -
Uses of Serializable in org.omg.PortableServer
Subinterfaces of Serializable in org.omg.PortableServer Modifier and Type Interface Description interfaceAdapterActivatorAn adapter activator supplies a POA with the ability to create child POAs on demand, as a side-effect of receiving a request that names the child POA (or one of its children), or when find_POA is called with an activate parameter value of TRUE.interfaceCurrentThe PortableServer::Current interface, derived from CORBA::Current, provides method implementations with access to the identity of the object on which the method was invoked.interfaceIdAssignmentPolicyIdAssignmentPolicy specifies whether Object Ids in the created POA are generated by the application or by the ORB.interfaceIdUniquenessPolicyThe IdUniquenessPolicy specifies whether the servants activated in the created POA must have unique object i identities.interfaceImplicitActivationPolicyThis policy specifies whether implicit activation of servants is supported in the created POA.interfaceLifespanPolicyThe LifespanPolicy specifies the lifespan of the objects implemented in the created POA.interfacePOAA POA object manages the implementation of a collection of objects.interfacePOAManagerEach POA object has an associated POAManager object.interfaceRequestProcessingPolicyThis policy specifies how requests are processed by the created POA.interfaceServantActivatorWhen the POA has the RETAIN policy it uses servant managers that are ServantActivators.interfaceServantLocatorWhen the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.interfaceServantManagerA servant manager supplies a POA with the ability to activate objects on demand when the POA receives a request targeted at an inactive object.interfaceServantRetentionPolicyThis policy specifies whether the created POA retains active servants in an Active Object Map.interfaceThreadPolicyThe ThreadPolicy specifies the threading model used with the created POA.Classes in org.omg.PortableServer that implement Serializable Modifier and Type Class Description class_ServantActivatorStubWhen the POA has the RETAIN policy it uses servant managers that are ServantActivators.class_ServantLocatorStubWhen the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.classForwardRequestorg/omg/PortableServer/ForwardRequest.java .classIdAssignmentPolicyValueThe IdAssignmentPolicyValue can have the following values.classIdUniquenessPolicyValueIdUniquenessPolicyValue can have the following values.classImplicitActivationPolicyValueImplicitActivationPolicyValue has the following semantics.classLifespanPolicyValueThe LifespanPolicyValue can have the following values.classRequestProcessingPolicyValueThe RequestProcessingPolicyValue can have the following values.classServantRetentionPolicyValueServantRetentionPolicyValue can have the following values.classThreadPolicyValueThe ThreadPolicyValue can have the following values. -
Uses of Serializable in org.omg.PortableServer.CurrentPackage
Classes in org.omg.PortableServer.CurrentPackage that implement Serializable Modifier and Type Class Description classNoContextorg/omg/PortableServer/CurrentPackage/NoContext.java . -
Uses of Serializable in org.omg.PortableServer.POAManagerPackage
Classes in org.omg.PortableServer.POAManagerPackage that implement Serializable Modifier and Type Class Description classAdapterInactiveorg/omg/PortableServer/POAManagerPackage/AdapterInactive.java .classStateSpecifies the states for the POAManager -
Uses of Serializable in org.omg.PortableServer.POAPackage
Classes in org.omg.PortableServer.POAPackage that implement Serializable Modifier and Type Class Description classAdapterAlreadyExistsorg/omg/PortableServer/POAPackage/AdapterAlreadyExists.java .classAdapterNonExistentorg/omg/PortableServer/POAPackage/AdapterNonExistent.java .classInvalidPolicyorg/omg/PortableServer/POAPackage/InvalidPolicy.java .classNoServantorg/omg/PortableServer/POAPackage/NoServant.java .classObjectAlreadyActiveorg/omg/PortableServer/POAPackage/ObjectAlreadyActive.java .classObjectNotActiveorg/omg/PortableServer/POAPackage/ObjectNotActive.java .classServantAlreadyActiveorg/omg/PortableServer/POAPackage/ServantAlreadyActive.java .classServantNotActiveorg/omg/PortableServer/POAPackage/ServantNotActive.java .classWrongAdapterorg/omg/PortableServer/POAPackage/WrongAdapter.java .classWrongPolicyorg/omg/PortableServer/POAPackage/WrongPolicy.java . -
Uses of Serializable in org.omg.SendingContext
Subinterfaces of Serializable in org.omg.SendingContext Modifier and Type Interface Description interfaceRunTimeDefines the base class that represents the Sending Context of a request. -
Uses of Serializable in org.omg.stub.java.rmi
Classes in org.omg.stub.java.rmi that implement Serializable Modifier and Type Class Description class_Remote_StubThis class provides the Stub for the Remote Type. -
Uses of Serializable in org.w3c.dom
Classes in org.w3c.dom that implement Serializable Modifier and Type Class Description classDOMExceptionDOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable). -
Uses of Serializable in org.w3c.dom.events
Classes in org.w3c.dom.events that implement Serializable Modifier and Type Class Description classEventExceptionEvent operations may throw anEventExceptionas specified in their method descriptions. -
Uses of Serializable in org.w3c.dom.ls
Classes in org.w3c.dom.ls that implement Serializable Modifier and Type Class Description classLSExceptionParser or write operations may throw anLSExceptionif the processing is stopped. -
Uses of Serializable in org.w3c.dom.ranges
Classes in org.w3c.dom.ranges that implement Serializable Modifier and Type Class Description classRangeExceptionRange operations may throw aRangeExceptionas specified in their method descriptions. -
Uses of Serializable in org.w3c.dom.xpath
Classes in org.w3c.dom.xpath that implement Serializable Modifier and Type Class Description classXPathExceptionA new exception has been created for exceptions specific to these XPath interfaces. -
Uses of Serializable in org.xml.sax
Classes in org.xml.sax that implement Serializable Modifier and Type Class Description classSAXExceptionEncapsulate a general SAX error or warning.classSAXNotRecognizedExceptionException class for an unrecognized identifier.classSAXNotSupportedExceptionException class for an unsupported operation.classSAXParseExceptionEncapsulate an XML parse error or warning.
-