Uses of Interface java.io.Serializable

Uses in package org.omg.DynamicAny.DynAnyPackage

Classes implementing java.io.Serializable

class
Raised when the operation on DynAny cannot be performed because one of the parameters, while having the correct type, has the invalid value.
class
Raised when the operation cannot be performed because the involved data structure has the mismatching typecode.

Uses in package java.beans

Classes implementing java.io.Serializable

class
This is like a PropertyChangeEvent, but also carries with it the index of the property which changed.
class
IntrospectionException is thrown when the Introspector fails.
class
PropertyChangeEvents are fired in the PropertyChange and VetoableChange event classes.
class
PropertyChangeSupport makes it easy to fire property change events and handle listeners.
class
PropertyVetoException is thrown when a VetoableChangeListener doesn't like the proposed change.
class
VetoableChangeSupport makes it easy to fire vetoable change events and handle listeners.

Uses in package javax.management

Classes implementing java.io.Serializable

class
Represents an MBean attribute, having the name and the assigned value.
class
Defines the notification used to let listeners know of an attribute change.
class
Performs filtering of AttributeChangeNotifications based on a list of attribute names.
class
Represents a list of MBean Attributes, with their names and values.
class
Thrown when a attribute is requested but can not be found.
class
Represents an attribute value being used as an argument to a relational constraint.
class
Thrown when the value of an a attribute passed to a query proves to be invalid.
class
Thrown when the expression passed to a method for constructing a query proves to be invalid.
class
Thrown when a string-based operation passed to a query proves to be invalid.
class
Thrown when an attempt to register a bean is made, and the bean is already registered.
class
Thrown when an attempt to locate a bean is made, and the bean does not exist in the repository.
class
A general for all exceptions thrown during introspection operations on management beans.
class
Thrown when a query or attribute is applied to a management bean which is of the wrong class.
class
Thrown when a value is given for an attribute which is invalid.
class
A general superclass for all non-runtime management exceptions.
class
A general superclass for all runtime management exceptions.
class
Thrown when a requested listener does not exist.
class
Thrown when a string used as an ObjectName is invalid.
class
Describes the attributes of a management bean.
class
Describes the constructors of a management bean.
class
Represents an arbitrary exception thrown by a management bean.
class
A general superclass for the description of features of management beans.
class
Describes the interface of a management bean.
class
Describes the notifications emitted by a management bean.
class
Describes the operations of a management bean.
class
Describes the parameters of a constructor or operation associated with a management bean.
class
Represents the permissions required to perform operations using the MBeanServer.
class
Represents an arbitrary exception thrown during registration of a management bean.
class
The notification emitted by a management server on a registration or de-registration event.
class
Represents the permissions required to perform operations provided by the MBeanServerFactory.
class
Represents the permission held by a trusted source of management beans.
class
Thrown when a management bean is passed to a method (e.g. to an MBean server to be registered) and it fails to comply with the specifications for such a bean.
class
A notification message that may be emitted by a bean.
class
Performs filtering of Notifications based on a list of type prefixes.
class
A simple class used to link a bean instance to its class name.
class
An ObjectName instance represents the name of a management bean, or a pattern which may match the name of one or more management beans.
class
A general superclass for all exceptions thrown by operations on management beans.
class
Represents the evaluation context of a MBeanServer query by retaining the server used on a thread-by-thread basis.
class
Represents one of the reflection exceptions thrown by a management bean.
class
Represents an arbitrary error thrown by a management bean.
class
Represents an arbitrary runtime exception thrown by a management bean.
class
Represents a runtime exception thrown by a management bean operation.
class
Thrown when a requested service is unsupported.
class
Represents a string being used as an argument to a relational constraint.

Uses in package javax.crypto.spec

Classes implementing java.io.Serializable

class
This is a simple wrapper around a raw byte array, for ciphers that do not require any key parameters other than the bytes themselves.

Uses in package org.omg.IOP

Classes implementing java.io.Serializable

class
Defines the encoding format of the Codec, including the major and minor version numbers.
class
The object IOR contains sufficient information for finding local or remote CORBA object.
class
The ServiceContext structure contains the service data, being passed in the CORBA message.
class
The tagged component in a part of the TaggedProfile.
class
The TaggedProfile if part of the IOR, defining a single specific aspect of the object related information.

Uses in package org.w3c.dom.events

Classes implementing java.io.Serializable

class
Event operations may throw an EventException as specified in their method descriptions.

Uses in package java.util.regex

Classes implementing java.io.Serializable

class
Compiled regular expression ready to be applied.
class
Indicates illegal pattern for regular expression.

Uses in package java.rmi

Classes implementing java.io.Serializable

class
Thrown to indicate that the caller does not have permission to access certain data, such as bind in an ActivationSystem.
class
Thrown on an attempt to bind an object in the registry that is already bound.
class
Thrown if a connection is refused for a remote call.
class
Wraps an I/O Exception thrown while connecting for a remote call.
class
Thrown if an exception occurs while marshalling data to send in a remote call.
class
A MarshalledObject consists of a serialized object which is marshalled according to the RMI specification.
class
Thrown on an attempt to invoke a call on an object that no longer exists in the remote Virtual Machine.
class
Thrown on an attempt to lookup or unbind a registry name that has no associated binding.
class
The superclass of exceptions related to RMI (remote method invocation).
class
Never thrown, but originally intended to wrap a SecurityException in the case of RMI.
class
Wraps any error thrown while processing the server of a remote call.
class
Wraps any exception thrown while processing the server of a remote call.
class
Wraps any runtime exception thrown while processing the server of a remote call.
class
Thrown if a valid stub class is not found for an object when it is exported.
class
Thrown if an unexpected checked exception was received in a remote procedure call.
class
Thrown if a java.net.UnknownHostException occurs during a remote procedure call.
class
Thrown if an exception occurs while unmarshalling parameters or results of a remote method call.

Uses in package javax.xml.namespace

Classes implementing java.io.Serializable

class
An XML qualified name.

Uses in package org.omg.CORBA.portable

Classes implementing java.io.Serializable

class
This expection is thrown if the application throws an exception, defined as a part of its remote method definition.
class
This exception is thrown when reading from the ORBs input streams certain specific data layouts (object recursive references to itself).
class
This is exception is potentially thrown by the _invoke() method of the object implementation, requiring to write the method parameters repeatedly.
class
The wrapper of the arbitrary exception into the System exception.

Methods with parameter type java.io.Serializable

void
Write this value type to the CDR stream.

Methods with return type java.io.Serializable

Serializable
Read this value type from the CDR stream.
Serializable
Read the value type.

Uses in package java.awt

Classes implementing java.io.Serializable

class
This error is thrown when a critical Abstract Window Toolkit (AWT) error occurs.
class
AWTEvent is the root event class for all AWT events in the JDK 1.1 event model.
class
This is a generic exception that indicates an exception occurred in the Abstract Window Toolkit (AWT) system.
class
This class mirrors KeyEvents, representing both low-level key presses and key releases, and high level key typed inputs.
class
This class implements permissions for AWT.
class
This class implements a layout manager that positions components in certain sectors of the parent container.
class
This class provides a button widget for the AWT.
class
class
The Canvas component provides a blank rectangular area, which the client application can use for drawing and for capturing events.
class
This class provides accessibility support for the canvas.
class
This class implements a card-based layout scheme.
class
This class implements a component which has an on/off state.
class
This class provides accessibility support for the checkbox.
class
This class if for combining checkboxes into groups so that only one checkbox in the group can be selected at any one time.
class
This class implements a menu item that has a checkbox on it indicating the selected state of some option.
class
class
This class implements a drop down choice list.
class
This class provides accessibility support for the combo box.
class
This class represents a color value in the AWT system.
class
The root of all evil.
class
This class provides accessibility support for subclasses of container.
class
This class is used to differentiate different orientations for text layout.
class
A generic window toolkit object that acts as a container for other objects.
class
This class provides accessibility support for subclasses of container.
class
ContainerOrderFocusTraversalPolicy defines a focus traversal order based on the order in which Components were packed in a Container.
class
This class represents various predefined cursor types.
class
DefaultFocusTraversalPolicy is the default focus traversal policy used by Containers.
class
Dialog provides a top-level window normally used to receive user input in applications.
class
Accessibility support for Dialog.
class
This class holds a width and height value pair.
class
Written using on-line Java Platform 1.2 API Specification, as well as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998).
class
This class implements a file selection dialog box widget.
class
This class implements a flow-based layout.
class
This class represents a windowing system font.
class
Thrown when a specified font is bad.
class
This class returns information about the display characteristics of a font.
class
This class is a top-level window with a title bar and window decorations.
class
Accessibility support for Frame.
class
This allows filtering an array of GraphicsConfigurations for the best one based on various requirements.
class
This specifies the constraints for a component managed by the GridBagLayout layout manager.
class
class
This class implements a grid-based layout scheme.
class
This exception is thrown when code dependent on a keyboard, mouse, or display is executed in a headless environment.
class
This exception is thrown when the requested operation failed because a component was not in the proper state.
class
This class represents the "margin" or space around a container.
class
This component is used for displaying simple text strings that cannot be edited by the user.
class
This class provides accessibility support for the label.
class
Class that implements a listbox widget
class
class
class
This class is used for keeping track of the status of various media objects.
class
This class represents a pull down or tear off menu in Java's AWT.
class
Basic Accessibility class for Menu.
class
This class implements a menu bar in the AWT system.
class
This class provides accessibility support for AWT menu bars.
class
This is the superclass of all menu AWT widgets.
class
This class provides a base for the accessibility support of menu components.
class
This class represents an item in a menu.
class
class
This class implements a keyboard accelerator for a menu item.
class
A panel is a simple container class.
class
This class provides accessibility support for Panels, and is the runtime type returned by getAccessibleContext().
class
This class represents a point on the screen using cartesian coordinates.
class
This class represents a polygon, a closed, two-dimensional region in a coordinate space.
class
This class implement an AWT popup menu widget
class
class
This class represents a rectangle and all the interesting things you might want to do with it.
class
This class implements a scrollbar widget.
class
This class provides accessibility support for the scrollbar.
class
This widget provides a scrollable region that allows a single subcomponent to be viewed through a smaller window.
class
class
Need this class since the serialization spec for ScrollPane uses it.
class
This class contains the various "system colors" in use by the native windowing system.
class
A TextArea is a text component capable of displaying multiple lines of user-editable text.
class
class
This class provides common functionality for widgets than contain text.
class
class
This class implements a single line text entry field widget
class
class
This class represents a top-level window with no decorations.
class

Uses in package org.omg.CORBA_2_3.portable

Methods with parameter type java.io.Serializable

Serializable
InputStream.read_value(Serializable unitialised_value)
Read a value type structure content, when the unitialised instance is passed as a parameter.
void
Writes a value type into the output stream.
void
Writes a value type into the output stream, stating it is an instance of the given class.
void
Writes a value type into the output stream, stating it has the given repository id.
void
Write value to the stream using the boxed value helper.

Methods with return type java.io.Serializable

Serializable
Read a value type structure, extracting the repository id from the input stream itself.
Serializable
InputStream.read_value(Serializable unitialised_value)
Read a value type structure content, when the unitialised instance is passed as a parameter.
Serializable
Read a value type structure, corresponing to the passed type.
Serializable
InputStream.read_value(String repository_id)
Read a value type structure, having the given repository id.
Serializable
Use the provided boxed value helper to read the value.

Uses in package org.w3c.dom

Classes implementing java.io.Serializable

class
DOM 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 in package java.awt.datatransfer

Classes implementing java.io.Serializable

class
This class represents a particular data format used for transferring data via the clipboard.
class
Event indicating a Clipboard has different flavors available.
class
MIME string couldn't be parsed correctly.
class
The data flavor requested is not supported for the transfer data.

Uses in package javax.print

Classes implementing java.io.Serializable

class
DocFlavor provides a description of the format in which the print data will be supplied in a print job to the print service.
class
Predefined static DocFlavor objects for document types which use a byte array for the print data representation.
class
Predefined static DocFlavor objects for document types which use a char array for the print data representation.
class
Predefined static DocFlavor objects for document types which use an InputStream to retrieve the print data.
class
Predefined static DocFlavor objects for document types which use an Reader to retrieve the print data.
class
Predefined static DocFlavor objects for document types which use service formatted print data.
class
Predefined static DocFlavor objects for document types which use a String for the print data representation.
class
Predefined static DocFlavor objects for document types which have an URL where to retrieve the print data.
class
PrintException is used to report exceptions during the usage of a print service implementation.

Uses in package javax.swing.plaf

Classes implementing java.io.Serializable

class
An ActionMap that implements the UIResource interface to indicate that it belongs to a pluggable LookAndFeel.
class
A wrapper for Border that also implements the UIResource marker interface.
class
A BevelBorder that also implements the UIResource marker interface.
class
A CompoundBorder that also implements the UIResource marker interface.
class
An EmptyBorder that also implements the UIResource marker interface.
class
An EtchedBorder that also implements the UIResource marker interface.
class
A LineBorder that also implements the UIResource marker interface.
class
A MatteBorder that also implements the UIResource marker interface.
class
A TitledBorder that also implements the UIResource marker interface.
class
A Color that is marked as UIResource, which indicates that the color has been installed by a pluggable LookAndFeel.
class
A ComponentInputMap that implements the UIResource interface to indicate that it belongs to a pluggable LookAndFeel.
class
A Dimension that is marked as UIResource, which indicates that it has been installed by a pluggable LookAndFeel.
class
A font that is marked as UIResource, which indicates that it has been installed by a pluggable LookAndFeel.
class
An icon that is marked as UIResource, which indicates that it has been installed by a pluggable LookAndFeel.
class
An InputMap that is marked as UIResource, which indicates that it has been installed by a pluggable LookAndFeel.
class
An Insets that is marked as UIResource, which indicates that it has been installed by a pluggable LookAndFeel.

Uses in package javax.swing.table

Classes implementing java.io.Serializable

class
A base class that can be used to create implementations of the TableModel interface.
class
Class to display every cells.
class
class
A model that stores information about the columns used in a JTable.
class
A two dimensional data structure used to store Object instances, usually for display in a JTable component.
class
Represents the table header.
class
class
Represents the attributes of a column in a table, including the column index, width, minimum width, preferred width and maximum width.

Uses in package javax.sound.sampled

Classes implementing java.io.Serializable

class
This represents the permission to use an audio device.
class
This class holds information about a state change of a Line.
class
class
An exception of this type is thrown when an operation is attempted on a file whose format is unrecognized.

Uses in package java.security.cert

Classes implementing java.io.Serializable

class
The Certificate class is an abstract class used to manage identity certificates.
class
Certificate.CertificateRep is an inner class used to provide an alternate storage mechanism for serialized Certificates.
class
Exception for a Certificate Encoding.
class
Exception for a Certificate.
class
Exception for a Certificate Expiring.
class
Exception for a Certificate that is not yet valid.
class
Exception for parsing a DER-encoded Certificate.
class
This class represents an immutable sequence, or path, of security certificates.
class
The serialized representation of a path.
class
Indicates a problem while using a CertPathBuilder, wrapping the lower exception.
class
Indicates a problem while validating a certification path.
class
Indicates a problem while retrieving certificates and CRLs from CertStore, wrapping the lower exception.
class
Exception for a Certificate Revocation List.
class
X509Certificate is the abstract class for X.509 certificates.

Uses in package java.nio

Classes implementing java.io.Serializable

class
class
class
class

Uses in package javax.security.auth.callback

Classes implementing java.io.Serializable

class
Underlying security services instantiate and pass a ChoiceCallback to the handle() method of a CallbackHandler to display a list of choices and to retrieve the selected choice(s).
class
Underlying security services instantiate and pass a ConfirmationCallback to the handle() method of a CallbackHandler to ask for YES/NO, OK/CANCEL, YES/NO/CANCEL or other similar confirmations.
class
Underlying security services instantiate and pass a LanguageCallback to the handle() method of a CallbackHandler to retrieve the Locale used for localizing text.
class
Underlying security services instantiate and pass a NameCallback to the handle() method of a CallbackHandler to retrieve name information.
class
Underlying security services instantiate and pass a PasswordCallback to the handle() method of a CallbackHandler to retrieve password information.
class
Underlying security services instantiate and pass a TextInputCallback to the handle() method of a CallbackHandler to retrieve generic text information.
class
Underlying security services instantiate and pass a TextOutputCallback to the handle() method of a CallbackHandler to display information messages, warning messages and error messages.
class
Signals that a CallbackHandler does not recognize a particular Callback.

Uses in package javax.transaction.xa

Classes implementing java.io.Serializable

class

Uses in package org.omg.PortableServer.CurrentPackage

Classes implementing java.io.Serializable

class
This exception may be thrown by methods in CurrentOperations if they are invoked outside the context of a POA-dispatched operation.

Uses in package java.lang.instrument

Classes implementing java.io.Serializable

class
class

Uses in package javax.security.auth

Classes implementing java.io.Serializable

class
A permission controlling access to authentication service.
class
An exception thrown when the Destroyable.destroy() method fails for a credential.
class
A permission governing access to a private credential.
class
A signal that a call to Refreshable.refresh() failed.
class

Uses in package org.omg.DynamicAny.DynAnyFactoryPackage

Classes implementing java.io.Serializable

class
The InconsistentTypeCode is thrown on the attempt to create an DynAny for Principal or native data types.

Uses in package java.rmi.server

Classes implementing java.io.Serializable

class
Thrown if an attempt to export a remote object fails.
class
Represents the object identifier, unique for the host that generated it.
class
class
Together with dynamic proxy instance, this class replaces the generated RMI stub (*_Stub) classes that (following 1.5 specification) should be no longer required.
class
A common superclass for the server implementations.
class
This is a base class for the automatically generated RMI stubs.
class
Thrown if a remote exception occurs during the cloning process of a UnicastRemoteObject.
class
Thrown during RemoteServer.getClientHost if the host is not servicing a remote method call.
class
Thrown if a call is received that does not match a Skeleton.
class
Thrown if a Skeleton corresponding to the remote object is not found.
class
Thrown during remote object export if the code does not have permission to create a java.net.ServerSocket on the specified port.
class
Represents the unique identifier over time for the host which has generated it.
class
This class obtains stub that communicates with the remote object.

Uses in package java.net

Classes implementing java.io.Serializable

class
This exception indicates that an error occurred while attempting to bind socket to a particular port.
class
This exception indicates that an error occurred while attempting to connect to a remote host.
class
class
class
This class models an Internet address.
class
InetSocketAddress instances represent socket addresses in the java.nio package.
class
This exception indicates that a URL passed to an object was not in a valid format.
class
This class is used to model miscellaneous network permissions.
class
This exception indicates that there is no TCP/IP route to the requested host.
class
This exception signals that an ICMP port unreachable datagram has been received.
class
This exception indicates that some sort of low level protocol exception occurred.
class
Abstract base class for InetSocketAddress.
class
This exception indicates that a generic error occurred related to an operation on a socket.
class
This class models a specific set of permssions for connecting to a host.
class
This exception signals that a socket read or accept timed out.
class
This exception indicates that an attempt was made to reference a hostname or IP address that is not valid.
class
Contrary to what you might think, this does not indicate that the TCP/IP service name specified was invalid.
class
A URI instance represents that defined by RFC3986, with some deviations.
class
This exception is thrown when a String cannot be parsed as a URI.
class
This final class represents an Internet Uniform Resource Locator (URL).

Uses in package javax.swing.text.html.parser

Classes implementing java.io.Serializable

class
Stores the attribute information, obtained by parsing SGML (DTD) tag <!
class
A representation of the element content.
class
Stores the element information, obtained by parsing SGML DTD tag <!
class
This class instantiates and starts the working instance of html parser, being responsible for providing the default DTD.

Uses in package org.omg.PortableInterceptor.ORBInitInfoPackage

Classes implementing java.io.Serializable

class
This exception is raised on an attempt to register a second org.omg.PortableInterceptor.Interceptor with the same name.
class
This exception is raised by methods in ORBInitInfoOperations on the attempt to register or resolve an invalid name like empty string.

Uses in package java.applet

Classes implementing java.io.Serializable

class
This is the base applet class.
class
This class provides accessibility support for Applets, and is the runtime type returned by getAccessibleContext().

Uses in package org.omg.CORBA.ORBPackage

Classes implementing java.io.Serializable

class
The exception is thrown in response of the attempt to create the dynamic with an unmatching type code.
class
The exception is thrown by ORB.resolve_initial_references(String) in response of passing a name for which there is no initial reference.

Uses in package javax.xml.parsers

Classes implementing java.io.Serializable

class
An error occurred during configuration of the parser factory.
class
An exception occurred during configuration of the XML parser.

Uses in package java.awt.dnd

Classes implementing java.io.Serializable

class
class
STUBBED
class
class
class
class
class
class
class
class
class
class
class
Thrown when a method in the java.awt.dnd package is unable to perform a requested operation, usually because the underlying DnD system is in the wrong state.
class

Uses in package javax.xml.transform

Classes implementing java.io.Serializable

class
An exception occurred during configuration of the transformer.
class
An exception occurred during the transformation process.
class
An error occurred during configuration of the transformer factory.

Uses in package org.ietf.jgss

Classes implementing java.io.Serializable

class
This exception is thrown whenever a fatal GSS-API error occurs including mechanism specific errors.

Uses in package java.awt.event

Classes implementing java.io.Serializable

class
This event is generated when an action on a component (such as a button press) occurs.
class
This class represents an event that is generated when an adjustable value is changed.
class
This class is for events generated when a component is moved, resized, hidden, or shown.
class
This event is generated when a component is added or removed from a container.
class
This class represents an event generated when a focus change occurs for a component.
class
This class represents an event generated for an ancestor component which may affect this component.
class
This is the common superclass for all component input classes.
class
This class is for event generated by change in a text input method.
class
This event executes Runnable.run() of a target object when it is dispatched.
class
This event is generated when a selection item changes state.
class
This event is generated when a key is pressed or released.
class
This event is generated for a mouse event.
class
This event is generated for a mouse wheel rotation.
class
This event is generated when an area of the screen needs to be painted.
class
This event is generated when a text box changes contents.
class
This event is generated when there is a change in a window.

Uses in package javax.naming.directory

Classes implementing java.io.Serializable

class
class
class
class
class
class
class
class
class
class
class
class
class
class

Uses in package javax.swing.undo

Classes implementing java.io.Serializable

class
A default implementation of UndoableEdit that can be used as a base for implementing editing operations.
class
An exception which indicates that an editing action cannot be redone.
class
An exception which indicates that an editing action cannot be undone.
class
An editing action that consists of multiple UndoableEdits.
class
A helper class, making it easy to support undo and redo.
class
A manager for providing an application’s undo/redo functionality.

Uses in package java.security.acl

Classes implementing java.io.Serializable

class
This exception is thrown when a requested access control list (ACL) is not found.
class
This exception is thrown when an attempt is made to delete the last owner of an access control list (ACL)
class
This exception is thrown whenever an operation is attempted that requires the caller to be the owner of the access control list (ACL) when the caller is in fact not the owner of the ACL.

Uses in package javax.activity

Classes implementing java.io.Serializable

class
Exception wrapper for CORBA.ACTIVITY_COMPLETED.
class
Exception wrapper for CORBA.ACTIVITY_REQUIRED
class
Exception wrapper for CORBA.INVALID_ACTIVITY.

Uses in package javax.swing.event

Classes implementing java.io.Serializable

class
class
CaretEvent
class
An event used to signal a state change for an object.
class
A utility class for keeping track of EventListeners.
class
class
An event that indicates a change to a JInternalFrame component.
class
An event that contains information about a modification to the content of a list.
class