Java 1.4 Class Documentation Inverted Index

Inverted Index: J

...print.attribute.standard.MediaSize.JIS Class MediaSize.JIS includes {@link MediaSize MediaSize} values for JIS Japanese media.
java.util.jar.JarEntry JarEntry: This class is used to represent a JAR file entry.
java.util.jar.JarFile The JarFile class is used to read the contents of a JAR file from any file that can be opened with java.io.RandomAccessFile.
java.util.jar.JarInputStream The JarInputStream class is used to read the contents of a JAR file from any input stream.
java.net.JarURLConnection A URL Connection to a Java ARchive JAR file or an entry in a JAR file.
java.util.jar.JarOutputStream The JarOutputStream class is used to write the contents of a JAR file to any output stream.
java.util.jar.JarException JarException: Signals that an error of some sort has occurred while reading from or writing to a JAR file.
java.net.URLClassLoader This class loader is used to load classes and resources from a search path of URLs referring to both JAR files and directories.
java.util.jar.JarEntry   JarEntry: This class is used to represent a JAR file entry.
java.util.jar.JarException   JarException: Signals that an error of some sort has occurred while reading from or writing to a JAR file.
java.util.jar.JarFile The JarFile class is used to read the contents of a JAR file from any file that can be opened with java.io.RandomAccessFile.
java.util.jar.JarInputStream The JarInputStream class is used to read the contents of a JAR file from any input stream.
java.util.jar.JarOutputStream The JarOutputStream class is used to write the contents of a JAR file to any output stream.
java.security.Policy This is an abstract class for representing the system security policy for a Java application environment specifying which permissions are available for code from various sources .
java.lang.Runtime Every Java application has a single instance of class Runtime that allows the application to interface with the environment in which the application is running.
java.lang.Class Instances of the class Class represent classes and interfaces in a running Java application.
java.net.JarURLConnection A URL Connection to a Java ARchive JAR file or an entry in a JAR file.
java.lang.reflect.Array The Array class provides static methods to dynamically create and access Java arrays.
java.beans.PropertyDescriptor A PropertyDescriptor describes one property that a Java Bean exports via a pair of accessor methods.
java.beans.EventSetDescriptor An EventSetDescriptor describes a group of events that a given Java bean fires.
java.beans.MethodDescriptor A MethodDescriptor describes a particular method that a Java Bean supports for external access from other components.
java.beans.Introspector The Introspector class provides a standard way for tools to learn about the properties, events, and methods supported by a target Java Bean.
java.beans.BeanDescriptor A BeanDescriptor provides global information about a "bean", including its Java class, its displayName, etc.
java.io.DataInputStream DataInputStream: A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
java.io.DataOutputStream DataOutputStream: A data output stream lets an application write primitive Java data types to an output stream in a portable way.
java.util.TooManyListenersException The TooManyListenersException Exception is used as part of the Java Event model to annotate and implement a unicast special case of a multicast Event Source.
java.lang.Void The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the Java keyword void.
java.lang.Throwable The Throwable class is the superclass of all errors and exceptions in the Java language.
java.rmi.server.Operation An Operation contains a description of a Java method.
java.lang.InstantiationError InstantiationError: Thrown when an application tries to use the Java new construct to instantiate an abstract class or an interface.
java.io.ObjectOutputStream An ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream.
javax.rmi.CORBA.ValueHandler ValueHandler: Defines methods which allow serialization of Java objects to and from GIOP streams.
java.lang.Package Package objects contain version information about the implementation and specification of a Java package.
java.io.DataOutput The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
java.io.DataInput The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
javax.print.ServiceUI ServiceUI: This class is a collection of UI convenience methods which provide a graphical user dialog for browsing print services looked up through the Java Print Service API.
java.sql.Struct The standard mapping in the Java programming language for an SQL structured type.
java.sql.Array The mapping in the Java programming language for the SQL type ARRAY.
java.sql.Ref The mapping in the Java programming language of an SQL REF value, which is a reference to an SQL structured type value in the database.
java.sql.SQLData The interface used for the custom mapping of an SQL user-defined type UDT to a class in the Java programming language.
java.security.Provider This class represents a "provider" for the Java Security API, where a provider implements some or all parts of Java Security.
java.awt.GraphicsEnvironment The GraphicsEnvironment class describes the collection of {@link GraphicsDevice} objects and {@link java.awt.Font} objects available to a Java tm application on a particular platform.
java.lang.ClassFormatError ClassFormatError: Thrown 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.
java.lang.UnsupportedClassVersionError UnsupportedClassVersionError: Thrown 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.
java.lang.OutOfMemoryError OutOfMemoryError: Thrown 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.
java.lang.UnsatisfiedLinkError UnsatisfiedLinkError: Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.
java.lang.VirtualMachineError VirtualMachineError: Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
java.lang.NoClassDefFoundError NoClassDefFoundError: Thrown if the Java Virtual Machine or a ClassLoader instance 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 the new expression and no definition of the class could be found.
...nio.channels.OverlappingFileLockException OverlappingFileLockException: Unchecked 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.
java.lang.RuntimeException RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
java.rmi.dgc.VMID A VMID is a identifier that is unique across all Java virtual machines.
org.xml.sax.helpers.ParserFactory   Java-specific class for dynamically loading SAX parsers.
java.lang.Compiler The Compiler class is provided to support Java-to-native-code compilers and related services.
java.awt.dnd.InvalidDnDOperationException InvalidDnDOperationException: This exception is thrown by various methods in the java.awt.dnd package.
java.awt.AWTEventMulticaster A class which implements efficient and thread-safe multi-cast event dispatching for the AWT events defined in the java.awt.event package.
java.awt.GraphicsEnvironment The GraphicsEnvironment class describes the collection of {@link GraphicsDevice} objects and {@link java.awt.Font} objects available to a Java tm application on a particular platform.
java.awt.print.PrinterGraphics The PrinterGraphics interface is implemented by {@link java.awt.Graphics} objects that are passed to {@link Printable} objects to render a page.
java.awt.RenderingHints The RenderingHints class contains rendering hints that can be used by the {@link java.awt.Graphics2D} class, and classes that implement {@link java.awt.image.BufferedImageOp} and {@link java.awt.image.Raster}.
java.awt.RenderingHints The RenderingHints class contains rendering hints that can be used by the {@link java.awt.Graphics2D} class, and classes that implement {@link java.awt.image.BufferedImageOp} and {@link java.awt.image.Raster}.
java.awt.RenderingHints The RenderingHints class contains rendering hints that can be used by the {@link java.awt.Graphics2D} class, and classes that implement {@link java.awt.image.BufferedImageOp} and {@link java.awt.image.Raster}.
java.awt.geom.PathIterator The PathIterator interface provides the mechanism for objects that implement the {@link java.awt.Shape Shape} interface to return the geometry of their boundary by allowing a caller to retrieve the path of that boundary a segment at a time.
java.beans.beancontext.BeanContextSupport BeanContextSupport: This helper class provides a utility implementation of the java.beans.beancontext.BeanContext interface.
java.beans.DesignMode DesignMode: This interface is intended to be implemented by, or delegated from, instances of java.beans.beancontext.BeanContext, in order to propagate to its nested hierarchy of java.beans.beancontext.BeanContextChild instances, the current "designTime" property.
java.beans.DesignMode DesignMode: This interface is intended to be implemented by, or delegated from, instances of java.beans.beancontext.BeanContext, in order to propagate to its nested hierarchy of java.beans.beancontext.BeanContextChild instances, the current "designTime" property.
...beancontext.BeanContextServicesSupport BeanContextServicesSupport: This helper class provides a utility implementation of the java.beans.beancontext.BeanContextServices interface.
java.beans.AppletInitializer AppletInitializer: This interface is designed to work in collusion with java.beans.Beans.instantiate.
javax.print.DocFlavor.INPUT_STREAM Class DocFlavor.INPUT_STREAM provides predefined static constant DocFlavor objects for example doc flavors using a byte stream {@link java.io.InputStream java.io.InputStream} as the print data representation class.
java.rmi.UnmarshalException An UnmarshalException can 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 a java.io.IOException occurs unmarshalling parameters on the server side or the return value on the client side .
java.rmi.MarshalException A MarshalException is thrown if a java.io.IOException occurs while marshalling the remote call header, arguments or return value for a remote method call.
java.util.jar.JarFile The JarFile class is used to read the contents of a JAR file from any file that can be opened with java.io.RandomAccessFile.
javax.print.DocFlavor.READER Class DocFlavor.READER provides predefined static constant DocFlavor objects for example doc flavors using a character stream {@link java.io.Reader java.io.Reader} as the print data representation class.
java.io.Serializable Serializability of a class is enabled by the class implementing the java.io.Serializable interface.
java.util.regex.Matcher Matcher: An engine that performs match operations on a {@link java.lang.CharSequence character sequence} by interpreting a {@link Pattern}.
javax.rmi.CORBA.ClassDesc ClassDesc: This class is used to marshal java.lang.Class objects over IIOP.
java.rmi.server.RemoteObject The RemoteObject class implements the java.lang.Object behavior for remote objects.
java.lang.Cloneable A class implements the Cloneable interface to indicate to the {@link java.lang.Object#clone } method that it is legal for that method to make a field-for-field copy of instances of that class.
java.beans.ParameterDescriptor The ParameterDescriptor class allows bean implementors to provide additional information on each of their parameters, beyond the low level type information provided by the java.lang.reflect.Method class.
javax.print.DocFlavor.STRING Class DocFlavor.STRING provides predefined static constant DocFlavor objects for example doc flavors using a string {@link java.lang.String java.lang.String} as the print data representation class.
java.rmi.server.SocketSecurityException A SocketSecurityException is thrown during remote object export if the code exporting the remote object either by construction or by explicit call to the exportObject method of UnicastRemoteObject or java.rmi.activation.Activatable does not have permission to create a java.net.ServerSocket on the port number specified during remote object export.
java.rmi.UnknownHostException An UnknownHostException is thrown if a java.net.UnknownHostException occurs while creating a connection to the remote host for a remote method call.
java.io.InputStreamReader An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and decodes them into characters using a specified {@link java.nio.charset.Charset charset}.
java.rmi.activation.UnknownGroupException An UnknownGroupException is thrown by methods of classes and interfaces in the java.rmi.activation package when the ActivationGroupID parameter to the method is determined to be invalid, i.e., not known by the ActivationSystem.
java.rmi.activation.UnknownObjectException An UnknownObjectException is thrown by methods of classes and interfaces in the java.rmi.activation package when the ActivationID parameter to the method is determined to be invalid.
java.rmi.server.SocketSecurityException A SocketSecurityException is thrown during remote object export if the code exporting the remote object either by construction or by explicit call to the exportObject method of UnicastRemoteObject or java.rmi.activation.Activatable does not have permission to create a java.net.ServerSocket on the port number specified during remote object export.
java.rmi.AccessException An AccessException is thrown by certain methods of the java.rmi.Naming class specifically bind, rebind, and unbind and methods of the java.rmi.activation.ActivationSystem interface to indicate that the caller does not have permission to perform the action requested by the method call.
java.rmi.AccessException An AccessException is thrown by certain methods of the java.rmi.Naming class specifically bind, rebind, and unbind and methods of the java.rmi.activation.ActivationSystem interface to indicate that the caller does not have permission to perform the action requested by the method call.
java.rmi.RMISecurityException An RMISecurityException signals that a security exception has occurred during the execution of one of java.rmi.RMISecurityManager's methods.
java.security.GeneralSecurityException GeneralSecurityException: This is the general security exception class, which serves to group all the exception classes of the java.security package that extend from it.
java.sql.Time A thin wrapper around the java.util.Date class that allows the JDBC API to identify this as an SQL TIME value.
java.sql.Timestamp A thin wrapper around java.util.Date that allows the JDBC API to identify this as an SQL TIMESTAMP value.
java.beans.XMLEncoder The XMLEncoder class is a complementary alternative to the ObjectOutputStream and can used to generate a textual representation of a JavaBean in the same way that the ObjectOutputStream can be used to create binary representation of Serializable objects.
java.beans.beancontext.BeanContextProxy This interface is implemented by a JavaBean that does not directly have a BeanContext Child associated with it via implementing that interface or a subinterface thereof , but has a public BeanContext Child delegated from it.
java.beans.Encoder An Encoder is a class which can be used to create files or streams that encode the state of a collection of JavaBeans in terms of their public APIs.
java.beans.beancontext.BeanContextChild   JavaBeans wishing to be nested within, and obtain a reference to their execution environment, or context, as defined by the BeanContext sub-interface shall implement this interface.
...beancontext.BeanContextServiceProvider One of the primary functions of a BeanContext is to act a as rendezvous between JavaBeans, and BeanContextServiceProviders.
java.beans.beancontext.BeanContext The BeanContext acts a logical hierarchical container for JavaBeans.
javax.sql.RowSet The interface that adds support to the JDBC API for the JavaBeansTM component model.
java.sql.Clob The mapping in the JavaTM programming language for the SQL CLOB type.
java.sql.Blob The representation mapping in the JavaTM programming language of an SQL BLOB value.
javax.naming.NamingEnumeration This interface is for enumerating lists returned by methods in the javax.naming and javax.naming.directory packages.

javax.naming.NamingEnumeration This interface is for enumerating lists returned by methods in the javax.naming and javax.naming.directory packages.
javax.print.FlavorException Interface FlavorException is a mixin interface which a subclass of {@link PrintException PrintException} can implement to report an error condition involving a doc flavor or flavors class {@link javax.print.DocFlavor DocFlavor} .
...print.event.PrintJobAttributeListener PrintJobAttributeListener: Implementations of this interface are attached to a {@link javax.print.DocPrintJob DocPrintJob} to monitor the status of attribute changes associated with the print job.
javax.print.event.PrintJobListener PrintJobListener: Implementations of this listener interface should be attached to a {@link javax.print.DocPrintJob DocPrintJob} to monitor the status of the printer job.
...print.event.PrintServiceAttributeListener PrintServiceAttributeListener: Implementations of this listener interface are attached to a {@link javax.print.PrintService PrintService} to monitor the status of the print service.
javax.rmi.PortableRemoteObject Server implementation objects may either inherit from javax.rmi.PortableRemoteObject or they may implement a remote interface and then use the exportObject method to register themselves as a server object.
...rmi.CORBA.PortableRemoteObjectDelegate PortableRemoteObjectDelegate: Supports delegation for method implementations in {@link javax.rmi.PortableRemoteObject}.
javax.xml.transform.TransformerFactory A TransformerFactory instance can be used to create {@link javax.xml.transform.Transformer} and {@link javax.xml.transform.Templates} objects.
javax.xml.transform.TransformerFactory A TransformerFactory instance can be used to create {@link javax.xml.transform.Transformer} and {@link javax.xml.transform.Templates} objects.
javax.xml.transform.ErrorListener To provide customized error handling, implement this interface and use the setErrorListener method to register an instance of the implmentation with the {@link javax.xml.transform.Transformer}.
java.security.InvalidParameterException InvalidParameterException: This exception, designed for use by the JCA/JCE engine classes, is thrown when an invalid parameter is passed to a method.
javax.sql.RowSet The interface that adds support to the JDBC API for the JavaBeansTM component model.
java.sql.Time A thin wrapper around the java.util.Date class that allows the JDBC API to identify this as an SQL TIME value.
java.sql.Timestamp A thin wrapper around java.util.Date that allows the JDBC API to identify this as an SQL TIMESTAMP value.
java.sql.DriverManager The basic service for managing a set of JDBC drivers.
java.sql.Date A thin wrapper around a millisecond value that allows JDBC to identify this as an SQL DATE value.
java.sql.Types Types: The class that defines the constants that are used to identify generic SQL types, called JDBC types.
java.sql.DataTruncation An exception that reports a DataTruncation warning on reads or throws a DataTruncation exception on writes when JDBC unexpectedly truncates a data value.
java.rmi.ServerRuntimeException From a server executing on JDK 1.1, a ServerRuntimeException is thrown as a result of a remote method invocation when a RuntimeException is thrown while processing the invocation on the server, either while unmarshalling the arguments, executing the remote method itself, or marshalling the return value.
...print.attribute.standard.MediaSize.JIS Class MediaSize.JIS includes {@link MediaSize MediaSize} values for JIS Japanese media.
...print.attribute.standard.SheetCollate Class 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 the {@link Copies Copies} attribute.
javax.print.attribute.standard.MediaName Class MediaName is a subclass of Media, a printing attribute class an enumeration that specifies the media for a print job as a name.
...print.attribute.PrintServiceAttributeSet Interface PrintServiceAttributeSet specifies the interface for a set of print job attributes, i.e.
...attribute.standard.DateTimeAtCompleted Class 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 .
java.awt.JobAttributes.DestinationType DestinationType: A type-safe enumeration of possible job destinations.
javax.print.event.PrintJobAdapter PrintJobAdapter: An abstract adapter class for receiving print job events.
...attribute.standard.DateTimeAtProcessing Class DateTimeAtProcessing is a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job first began processing.
...attribute.standard.NumberOfInterveningJobs Class 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 .
...print.attribute.standard.JobHoldUntil Class 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.
javax.print.attribute.PrintJobAttribute PrintJobAttribute 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.
...attribute.standard.JobPrioritySupported Class JobPrioritySupported is an integer valued printing attribute class that specifies whether a Print Service instance supports the {@link JobPriority JobPriority} attribute and the number of different job priority levels supported.
javax.print.event.PrintJobEvent Class PrintJobEvent encapsulates common events a print job reports to let a listener know of progress in the processing of the {@link DocPrintJob}.
...attribute.standard.JobMediaSheetsCompleted Class 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.
...attribute.standard.JobImpressionsCompleted Class JobImpressionsCompleted is an integer valued printing attribute class that specifies the number of impressions completed for the job so far.
javax.print.attribute.standard.JobSheets Class JobSheets is a printing attribute class, an enumeration, that determines which job start and end sheets, if any, must be printed with a job.
javax.print.DocPrintJob DocPrintJob: This interface represents a print job that can print a specified document with a set of job attributes.
...attribute.standard.DateTimeAtCreation Class DateTimeAtCreation is a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job was created.
java.awt.print.PrinterAbortException The PrinterAbortException class is a subclass of {@link PrinterException} and is used to indicate that a user or application has terminated the print job while it was in the process of printing.
javax.print.MultiDocPrintJob Obtained from a MultiDocPrintService, a MultiDocPrintJob can print a specified collection of documents as a single print job with a set of job attributes.
...print.attribute.standard.NumberOfDocuments Class 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.
java.awt.JobAttributes A set of attributes which control a print job.
...print.attribute.standard.JobStateReasons Class 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's {@link JobState JobState} attribute.
javax.print.attribute.standard.JobPriority Class JobPriority is an integer valued printing attribute class that specifies a print job's priority.
...print.attribute.standard.JobHoldUntil Class 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.
...print.attribute.standard.JobImpressions Class JobImpressions is an integer valued printing attribute class that specifies the total size in number of impressions of the document s being submitted.
...attribute.standard.JobImpressionsSupported Class JobImpressionsSupported is a printing attribute class, a set of integers, that gives the supported values for a {@link JobImpressions JobImpressions} attribute.
...attribute.standard.JobImpressionsCompleted Class JobImpressionsCompleted is an integer valued printing attribute class that specifies the number of impressions completed for the job so far.
...attribute.standard.JobImpressionsSupported Class JobImpressionsSupported is a printing attribute class, a set of integers, that gives the supported values for a {@link JobImpressions JobImpressions} attribute.
javax.print.attribute.standard.JobKOctets Class 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.
...attribute.standard.JobKOctetsSupported Class JobKOctetsSupported is a printing attribute class, a set of integers, that gives the supported values for a {@link JobKOctets JobKOctets} attribute.
...attribute.standard.JobKOctetsProcessed Class 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.
...attribute.standard.JobKOctetsSupported Class JobKOctetsSupported is a printing attribute class, a set of integers, that gives the supported values for a {@link JobKOctets JobKOctets} attribute.
...print.attribute.standard.JobMediaSheets Class JobMediaSheets is an integer valued printing attribute class that specifies the total number of media sheets to be produced for this job.
...attribute.standard.JobMediaSheetsSupported Class JobMediaSheetsSupported is a printing attribute class, a set of integers, that gives the supported values for a {@link JobMediaSheets JobMediaSheets} attribute.
...attribute.standard.JobMediaSheetsCompleted Class 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.
...attribute.standard.JobMediaSheetsSupported Class JobMediaSheetsSupported is a printing attribute class, a set of integers, that gives the supported values for a {@link JobMediaSheets JobMediaSheets} attribute.
...attribute.standard.JobMessageFromOperator Class 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.
javax.print.attribute.standard.JobName Class JobName is a printing attribute class, a text attribute, that specifies the name of a print job.
...attribute.standard.JobOriginatingUserName Class JobOriginatingUserName is a printing attribute class, a text attribute, that contains the name of the end user that submitted the print job.
javax.print.attribute.standard.JobPriority Class JobPriority is an integer valued printing attribute class that specifies a print job's priority.
...attribute.standard.JobPrioritySupported Class JobPrioritySupported is an integer valued printing attribute class that specifies whether a Print Service instance supports the {@link JobPriority JobPriority} attribute and the number of different job priority levels supported.
...attribute.standard.JobPrioritySupported Class JobPrioritySupported is an integer valued printing attribute class that specifies whether a Print Service instance supports the {@link JobPriority JobPriority} attribute and the number of different job priority levels supported.
...print.attribute.standard.QueuedJobCount Class QueuedJobCount is an integer valued printing attribute that indicates the number of jobs in the printer whose {@link JobState JobState} is either PENDING, PENDING_HELD, PROCESSING, or PROCESSING_STOPPED.
...attribute.standard.NumberOfInterveningJobs Class 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 .
...attribute.standard.PrinterIsAcceptingJobs Class PrinterIsAcceptingJobs is a printing attribute class, an enumeration, that indicates whether the printer is currently able to accept jobs.
javax.print.attribute.standard.JobSheets Class JobSheets is a printing attribute class, an enumeration, that determines which job start and end sheets, if any, must be printed with a job.
javax.print.attribute.standard.JobState   JobState is a printing attribute class, an enumeration, that identifies the current state of a print job.
...print.attribute.standard.JobStateReasons Class 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's {@link JobState JobState} attribute.
...print.attribute.standard.QueuedJobCount Class QueuedJobCount is an integer valued printing attribute that indicates the number of jobs in the printer whose {@link JobState JobState} is either PENDING, PENDING_HELD, PROCESSING, or PROCESSING_STOPPED.
...print.attribute.standard.JobStateReason Class 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's {@link JobState JobState} attribute.
...print.attribute.standard.JobStateReasons Class 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's {@link JobState JobState} attribute.
...imageio.plugins.jpeg.JPEGHuffmanTable A class encapsulating a single JPEG Huffman table.
...imageio.plugins.jpeg.JPEGImageReadParam This class adds the ability to set JPEG quantization and Huffman tables when using the built-in JPEG reader plug-in.
...imageio.plugins.jpeg.JPEGImageWriteParam This class adds the ability to set JPEG quantization and Huffman tables when using the built-in JPEG writer plug-in, and to request that optimized Huffman tables be computed for an image.
javax.imageio.plugins.jpeg.JPEGQTable JPEGQTable: A class encapsulating a single JPEG quantization table.
javax.imageio.plugins.jpeg.JPEGQTable   JPEGQTable: A class encapsulating a single JPEG quantization table.
java.net.Socket This class implements client sockets also called just "sockets" .
java.beans.XMLDecoder The XMLDecoder class is used to read XML documents created using the XMLEncoder and is used just like the ObjectInputStream.
java.awt.font.GlyphJustificationInfo The GlyphJustificationInfo class represents information about the justification properties of a glyph.
java.awt.dnd.DragSource The DragSource is 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.