| Package | Description |
|---|---|
| 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.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.im |
Provides classes and interfaces for the input method framework.
|
| java.awt.image |
Provides classes for creating and modifying images.
|
| java.beans |
Contains classes for run-time Java Beans support.
|
| 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.ref |
Provides reference-object classes, which support a limited degree of
interaction with the garbage collector.
|
| java.lang.reflect |
Provides classes and interfaces for obtaining reflective
information about classes and objects.
|
| java.math |
Provides classes for performing arbitrary-precision integer arithmetic
(BigInteger) and arbitrary-precision decimal arithmetic (BigDecimal).
|
| java.net |
Provides the classes for implementing networking applications.
|
| java.rmi |
Provides the RMI package.
|
| java.security |
Provides the classes and interfaces for the security framework.
|
| java.security.acl |
The classes and interfaces in this package have been
superseded by classes in the java.security package.
|
| java.security.cert |
Provides classes and interfaces for parsing and managing
certificates, certificate revocation lists (CRLs), and
certification paths.
|
| java.security.spec |
Provides classes and interfaces for key specifications and algorithm
parameter specifications.
|
| java.text |
Provides classes and interfaces for handling text, dates, numbers, and messages
in a manner independent of natural languages.
|
| java.util |
Contains the collections framework, legacy collection classes, event model,
date and time facilities, internationalization, and miscellaneous utility
classes (a string tokenizer, a random-number generator, and a bit array).
|
| java.util.jar |
Provides classes for reading and writing the JAR (Java ARchive) file
format, which is based on the standard ZIP file format with an
optional manifest file.
|
| java.util.zip |
Provides classes for reading and writing the standard ZIP and GZIP
file formats.
|
| javax.media |
Provides media players, means of controlling playback and being notified of playback state changes.
|
| javax.media.protocol |
Provides several means of streaming data for playback, as well as controlling that streaming.
|
| javax.microedition.io |
Provides a simplified mechanism for applications to use various types of I/O
protocols in resource-constrained environments.
|
| javax.microedition.xlet |
Provides interfaces used by applications and the application manager
to communicate.
|
| javax.microedition.xlet.ixc |
Provides facilities for inter-Xlet communication (IXC).
|
| javax.net |
Provides classes for networking applications.
|
| javax.net.ssl |
Provides classes for the secure socket package.
|
| javax.security.auth.x500 |
This package contains the classes that should be used to store
X500 Principal and X500 Private Crendentials in a
Subject.
|
| javax.security.cert |
Provides classes for public key certificates.
|
| javax.tv.graphics |
Provides a mechanism by which Xlets may discover their root container and
describes a mechanism for alpha blending.
|
| javax.tv.locator |
Provides a means for referencing data and resources accessible via the
Java TV APIs.
|
| javax.tv.media |
Provides controls and events for the management of real-time media
in a television environment.
|
| javax.tv.net |
Provides access to IP datagrams transmitted in the broadcast stream.
|
| javax.tv.service |
Provides mechanisms for accessing the service information (SI) database
and APIs representing the SI elements it contains.
|
| javax.tv.service.guide |
Provides APIs to support electronic program guides (EPGs), including program
schedules, program events and program ratings.
|
| javax.tv.service.navigation |
Provides APIs to navigate through services and hierarchical service information.
|
| javax.tv.service.selection |
Provides a mechanism to select a Service for
presentation.
|
| javax.tv.service.transport |
Provides additional information about the transport mechanisms that
deliver the content the SI data describes.
|
| javax.tv.util |
Provides APIs for creating and managing timer events.
|
| javax.tv.xlet |
Provides interfaces used by applications and the application manager
to communicate.
|
| javax.xml | |
| javax.xml.parsers |
The javax.xml.parsers package contains the Java API for XML Processing (JAXP)
subset defined by JSR 280.
|
| javax.xml.stream |
This package provides the Streaming API for XML (StAX, or JSR 173) subset
defined by JSR 280.
|
| org.apache.log4j | |
| org.apache.log4j.config | |
| org.apache.log4j.or | |
| org.apache.log4j.spi | |
| org.apache.log4j.xml | |
| org.davic.media |
Provides various extensions to the Java Media Framework for
the control of TV oriented audio / video content.
|
| org.davic.mpeg |
Provides utility classes for common MPEG concepts.
|
| org.davic.mpeg.sections |
Provides access to MPEG-2 section filtering.
|
| org.davic.net |
Provides general content referencing.
|
| org.davic.net.tuning |
Provides access to tuning - MPEG multiplex selection.
|
| org.davic.resources |
Provides a framework for scarce resource management.
|
| org.dvb.application |
Provides access to lists of applications which are available
in this context and the ability to launch those applications.
|
| org.dvb.dsmcc |
Provides extended access to files carried in the broadcast
stream.
|
| org.dvb.event |
Provides access to user input events before they
are processed through the event mechanism of the java.awt package.
|
| org.dvb.io.persistent |
Provides extensions to the java.io package for access to files
held in persistent storage.
|
| org.dvb.lang |
Provides those core platform related features not found
in the java.lang package.
|
| org.dvb.media |
Provides DVB specific extensions to the Java Media Framework.
|
| org.dvb.net |
Provides general networking features not found elsewhere.
|
| org.dvb.net.rc |
Provides session management for bi-directional IP connections
which are session based from the point of view of an application.
|
| org.dvb.net.tuning |
Provides extensions to the tuning API from DAVIC.
|
| org.dvb.spi |
This package defines a central registry for all DVB Service Provider Interface
(SPI) providers.
|
| org.dvb.spi.selection |
This package defines an SPI for selection of services and service
components.
|
| org.dvb.spi.util |
Utility classes used by other providers.
|
| org.dvb.test |
Broadcast model
|
| org.dvb.ui |
Provides extended graphics functionality.
|
| org.dvb.user |
Provides access to settings and preferences configured by the end-user.
|
| org.havi.ui |
Provides user interfaces to HAVI components.
|
| org.havi.ui.event |
Provides ability to receive HAVI UI events.
|
| org.ocap |
Provides system utility functions
|
| org.ocap.application |
|
| org.ocap.diagnostics |
The org.ocap.diagnostics package provides diagnostic MIBs.
|
| org.ocap.dvr |
OCAP Specific extensions to the shared DVR API.
|
| org.ocap.dvr.event |
Provides ability to receive DVR events.
|
| org.ocap.environment |
Represents an environment that provides the context in which applications run.
|
| org.ocap.event |
The org.ocap.event package manages user events.
|
| org.ocap.hardware |
The org.ocap.hardware package provides representations of several aspects of the hardware.
|
| org.ocap.hardware.device |
Provides extension classes and interfaces related to accessing and controlling
certain device parameters that are normally controlled by a
device manufacturer specific application.
|
| org.ocap.hardware.frontpanel |
Represents various aspects of front panel displays .
|
| org.ocap.hardware.pod |
This package provides a way to set and get OpenCable CableCARD Resource related parameters. |
| org.ocap.hn |
Provides representation of the main components of HN, such as servers, actions, action responses, and change listeners.
|
| org.ocap.hn.content |
Provides representation of the content and content containers, and means of identifying content type.
|
| org.ocap.hn.content.navigation |
Provides ways to search for content and filter results.
|
| org.ocap.hn.recording |
Provides control and listing of recorded content.
|
| org.ocap.hn.ruihsrc | |
| org.ocap.hn.security |
Provides access to home network security capabilities.
|
| org.ocap.hn.service |
A service which is hosted or provided by another device on the home network.
|
| org.ocap.hn.transformation | |
| org.ocap.hn.upnp.client |
Provides UPnP client functionality, permitting access to devices and
services on a home network.
|
| org.ocap.hn.upnp.common |
Provides UPnP APIs common to client- and server-side use.
|
| org.ocap.hn.upnp.server |
Provides UPnP server functionality, permitting management of devices and services in the local Host device.
|
| org.ocap.logging | |
| org.ocap.media |
The org.ocap.media package is a collection of classes and interfaces for controlling access to various kinds of media components
|
| org.ocap.mpeg |
The org.ocap.mpeg package provides access to private data sections in the extended channel
|
| org.ocap.net |
The org.ocap.net package provides locators for accessing various types of items in the transport stream.
|
| org.ocap.resource |
|
| org.ocap.service |
The org.ocap.service package represents various aspects of a service.
|
| org.ocap.shared.dvr |
The shared DVR API for scheduling and managing recording requests.
|
| org.ocap.shared.dvr.navigation |
Provides support for Navigation of recording lists.
|
| org.ocap.shared.media |
Extensions to JMF to support DVR playback.
|
| org.ocap.si |
The org.ocap.si package represents MPEG-2 PSI data.
|
| org.ocap.storage |
The org.ocap.storage package represents storage devices.
|
| org.ocap.system |
This API is used to access
system modules. |
| org.ocap.system.event |
The org.ocap.system.event package defines various system events. |
| org.ocap.test |
OCAP testing communications.
|
| org.ocap.ui |
Extensions to HAVi User Interface functionality.
|
| org.ocap.ui.event |
Extensions to HAVi User Interface Event classes, including OCAP
specific remote control events and multiscreen management events.
|
| org.w3c.dom |
The org.w3c.dom package provides the Java ME DOM API defined by
JSR 280.
|
| org.w3c.dom.events |
The org.w3c.dom.events package provides the Java ME DOM Events API subset
defined by JSR 280.
|
| org.xml.sax | |
| org.xml.sax.helpers |
| Modifier and Type | Class and Description |
|---|---|
class |
AlphaComposite
This
AlphaComposite class implements the basic alpha
compositing rules for combining source and destination pixels to achieve
blending and transparency effects with graphics and images. |
class |
AWTError
Thrown when a serious Abstract Window Toolkit error has occurred.
|
class |
AWTEvent
The root event class for all AWT events.
|
class |
AWTEventMulticaster
A class which implements efficient and thread-safe multi-cast event
dispatching for the AWT events defined in the java.awt.event package.
|
class |
AWTException
Signals that an Absract Window Toolkit exception has occurred.
|
class |
AWTKeyStroke
An
AWTKeyStroke represents a key action on the
keyboard, or equivalent input device. |
class |
AWTPermission
This class is for AWT permissions.
|
class |
BasicStroke
The
BasicStroke class defines a basic set of rendering
attributes for the outlines of graphics primitives, which are rendered
with a Graphics2D object that has its Stroke attribute set to
this BasicStroke. |
class |
BorderLayout
A border layout lays out a container, arranging and resizing
its components to fit in five regions:
north, south, east, west, and center.
|
class |
CardLayout
A
CardLayout object is a layout manager for a
container. |
class |
Color
The
Color class is used encapsulate colors in the default
sRGB color space or colors in arbitrary color spaces identified by a
ColorSpace. |
class |
Component
A component is an object having a graphical representation
that can be displayed on the screen and that can interact with the
user.
|
class |
Container
A generic Abstract Window Toolkit(AWT) container object is a component
that can contain other AWT components.
|
class |
ContainerOrderFocusTraversalPolicy
A FocusTraversalPolicy that determines traversal order based on the order
of child Components in a Container.
|
class |
Cursor
A class to encapsulate the bitmap representation of the mouse cursor.
|
class |
DefaultFocusTraversalPolicy
A FocusTraversalPolicy that determines traversal order based on the order
of child Components in a Container.
|
class |
Dimension
The
Dimension class encapsulates the width and
height of a component (in integer precision) in a single object. |
class |
EventQueue
EventQueue is a platform-independent class
that queues events, both from the underlying peer classes
and from trusted application classes. |
class |
FlowLayout
A flow layout arranges components in a left-to-right flow, much
like lines of text in a paragraph.
|
class |
FocusTraversalPolicy
A FocusTraversalPolicy defines the order in which Components with a
particular focus cycle root are traversed.
|
class |
Font
The
Font class represents fonts, which are used to
render text in a visible way. |
class |
FontMetrics
The
FontMetrics class defines a font metrics object, which
encapsulates information about the rendering of a particular font on a
particular screen. |
class |
Frame
A
Frame is a top-level window with a title and a border. |
class |
Graphics
The
Graphics class is the abstract base class for
all graphics contexts that allow an application to draw onto
components that are realized on various devices, as well as
onto off-screen images. |
class |
Graphics2D
This
Graphics2D class extends the
Graphics class to provide more sophisticated
control over
graphics operations. |
class |
GraphicsConfiguration
The
GraphicsConfiguration class describes the
characteristics of a graphics destination such as a printer or monitor. |
class |
GraphicsDevice
The
GraphicsDevice class describes the graphics devices
that might be available in a particular graphics environment. |
class |
GraphicsEnvironment
The
GraphicsEnvironment class describes the collection
of GraphicsDevice objects and Font objects
available to a Java(tm) application on a particular platform. |
class |
GridBagConstraints
The
GridBagConstraints class specifies constraints
for components that are laid out using the
GridBagLayout class. |
class |
GridBagLayout
The
GridBagLayout class is a flexible layout
manager that aligns components vertically and horizontally,
without requiring that the components be of the same size. |
class |
GridLayout
The
GridLayout class is a layout manager that
lays out a container's components in a rectangular grid. |
class |
HeadlessException
Thrown 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.
|
class |
IllegalComponentStateException
Signals that an AWT component is not in an appropriate state for
the requested operation.
|
class |
Image
The abstract class
Image is the superclass of all
classes that represent graphical images. |
class |
ImageCapabilities
Capabilities and properties of images.
|
class |
Insets
An
Insets object is a representation of the borders
of a container. |
class |
KeyboardFocusManager
The KeyboardFocusManager is responsible for managing the active and focused
Windows, and the current focus owner.
|
class |
MediaTracker
The
MediaTracker class is a utility class to track
the status of a number of media objects. |
class |
Point
A point representing a location in (x, y) coordinate space, specified
in integer precision.
|
class |
Polygon
The
Polygon class encapsulates a description of a
closed, two-dimensional region within a coordinate space. |
class |
Rectangle
A
Rectangle specifies an area in a coordinate space that is
enclosed by the Rectangle object's top-left point
(x, y)
in the coordinate space, its width, and its height. |
class |
SystemColor
A class to encapsulate symbolic colors representing the color of
native GUI objects on a system.
|
class |
Toolkit
This class is the abstract superclass of all actual
implementations of the Abstract Window Toolkit.
|
class |
Window
A
Window object is a top-level window with no borders and no
menubar. |
| Modifier and Type | Field and Description |
|---|---|
static Object |
Image.UndefinedProperty
The
UndefinedProperty object should be returned whenever a
property which was not defined for a particular image is fetched. |
| Modifier and Type | Method and Description |
|---|---|
Object |
Rectangle.clone()
Creates a new object of the same class and with the same
contents as this object.
|
Object |
Point.clone()
Creates a new object of the same class and with the
same contents as this object.
|
Object |
Insets.clone()
Create a copy of this object.
|
Object |
ImageCapabilities.clone() |
Object |
GridBagConstraints.clone()
Creates a copy of this grid bag constraint.
|
Object |
Dimension.clone()
Creates a new object of the same class as this object.
|
Object[] |
MediaTracker.getErrorsAny()
Returns a list of all media that have encountered an error.
|
Object[] |
MediaTracker.getErrorsID(int id)
Returns a list of media with the specified ID that
have encountered an error.
|
abstract Object |
Image.getProperty(String name,
ImageObserver observer)
Gets a property of this image by name.
|
Object[] |
ItemSelectable.getSelectedObjects()
Returns the selected items or
null if no
items are selected. |
Object |
Component.getTreeLock()
Gets this component's locking object (the object that owns the thread
sychronization monitor) for AWT component-tree and layout
operations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Container.add(Component comp,
Object constraints)
Adds the specified component to the end of this container.
|
void |
Container.add(Component comp,
Object constraints,
int index)
Adds the specified component to this container with the specified
constraints at the specified index.
|
protected void |
Container.addImpl(Component comp,
Object constraints,
int index)
Adds the specified component to this container at the specified
index.
|
void |
LayoutManager2.addLayoutComponent(Component comp,
Object constraints)
Adds the specified component to the layout, using the specified
constraint object.
|
void |
GridBagLayout.addLayoutComponent(Component comp,
Object constraints)
Adds the specified component to the layout, using the specified
constraints object. |
void |
CardLayout.addLayoutComponent(Component comp,
Object constraints)
Adds the specified component to this card layout's internal
table of names.
|
void |
BorderLayout.addLayoutComponent(Component comp,
Object constraints)
Adds the specified component to the layout, using the specified
constraint object.
|
boolean |
Rectangle.equals(Object obj)
Checks whether two rectangles are equal.
|
boolean |
Point.equals(Object obj)
Determines whether or not two points are equal.
|
boolean |
Insets.equals(Object obj)
Checks whether two insets objects are equal.
|
boolean |
Font.equals(Object obj)
Compares this
Font object to the specified
Object. |
boolean |
Dimension.equals(Object obj)
Checks whether two dimension objects have equal values.
|
boolean |
Color.equals(Object obj)
Determines whether another object is equal to this
Color. |
boolean |
BasicStroke.equals(Object obj)
Tests if a specified object is equal to this
BasicStroke
by first testing if it is a BasicStroke and then comparing
its width, join, cap, and miter limit attributes with
those of this BasicStroke. |
boolean |
AlphaComposite.equals(Object obj)
Determines whether the specified object is equal to this
AlphaComposite. |
boolean |
AWTKeyStroke.equals(Object anObject)
Returns true if this object is identical to the specified object.
|
protected void |
Component.firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
Support for reporting bound property changes for Object properties.
|
| Constructor and Description |
|---|
AWTEvent(Object source,
int id)
Constructs an AWTEvent object with the specified source object and type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColorSpace
This 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActionEvent
A semantic event which indicates that a component-defined action occured.
|
class |
AdjustmentEvent
The adjustment event emitted by Adjustable objects.
|
class |
AWTEventListenerProxy
A class which extends the
EventListenerProxy, specifically
for adding an AWTEventListener for a specific event mask. |
class |
ComponentAdapter
An abstract adapter class for receiving component events.
|
class |
ComponentEvent
A low-level event which indicates that a component moved, changed
size, or changed visibility (also, the root class for the other
component-level events).
|
class |
ContainerAdapter
An abstract adapter class for receiving container events.
|
class |
ContainerEvent
A low-level event which indicates that a container's contents
changed because a component was added or removed.
|
class |
FocusAdapter
An abstract adapter class for receiving keyboard focus events.
|
class |
FocusEvent
A low-level event which indicates that a Component has gained or lost the
input focus.
|
class |
InputEvent
The root event class for all component-level input events.
|
class |
InputMethodEvent
Input method events contain information about text that is being
composed using an input method.
|
class |
InvocationEvent
An event which executes the
run() method on a Runnable
when dispatched by the AWT event dispatcher thread. |
class |
ItemEvent
A semantic event which indicates that an item was selected or deselected.
|
class |
KeyAdapter
An abstract adapter class for receiving keyboard events.
|
class |
KeyEvent
An event which indicates that a keystroke occurred in a component.
|
class |
MouseAdapter
An abstract adapter class for receiving mouse events.
|
class |
MouseEvent
An event which indicates that a mouse action occurred in a component.
|
class |
MouseMotionAdapter
An abstract adapter class for receiving mouse motion events.
|
class |
MouseWheelEvent
An event which indicates that the mouse wheel was rotated in a component.
|
class |
PaintEvent
The component-level paint event.
|
class |
TextEvent
A semantic event which indicates that an object's text changed.
|
class |
WindowAdapter
An abstract adapter class for receiving window events.
|
class |
WindowEvent
A low-level event that indicates that a window has changed its status.
|
| Modifier and Type | Field and Description |
|---|---|
protected Object |
InvocationEvent.notifier
The (potentially null) Object whose notifyAll() method will be called
immediately after the Runnable.run() method returns.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ItemEvent.getItem()
Returns the item affected by the event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyEvent.setSource(Object newSource)
Set the source of this KeyEvent.
|
| Constructor and Description |
|---|
ActionEvent(Object source,
int id,
String command)
Constructs an
ActionEvent object. |
ActionEvent(Object source,
int id,
String command,
int modifiers)
Constructs an
ActionEvent object with modifier keys. |
ActionEvent(Object source,
int id,
String command,
long when,
int modifiers)
Constructs an
ActionEvent object with the specified
modifier keys and timestamp. |
InvocationEvent(Object source,
int id,
Runnable runnable,
Object notifier,
boolean catchExceptions)
Constructs an
InvocationEvent with the specified
source and ID which will execute the runnable's run
method when dispatched. |
InvocationEvent(Object source,
Runnable runnable)
Constructs an
InvocationEvent with the specified
source which will execute the runnable's run
method when dispatched. |
InvocationEvent(Object source,
Runnable runnable,
Object notifier,
boolean catchExceptions)
Constructs an
InvocationEvent with the specified
source which will execute the runnable's run
method when dispatched. |
ItemEvent(ItemSelectable source,
int id,
Object item,
int stateChange)
Constructs an
ItemEvent object. |
TextEvent(Object source,
int id)
Constructs a
TextEvent object. |
| Modifier and Type | Class and Description |
|---|---|
class |
TextAttribute
The
TextAttribute class defines attribute keys and
attribute values used for text rendering. |
class |
TextHitInfo
The
TextHitInfo class represents a character position in a
text model, and a bias, or "side," of the character. |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
TextAttribute.readResolve()
Resolves instances being deserialized to the predefined constants.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TextHitInfo.equals(Object obj)
Returns
true if the specified Object is a
TextHitInfo and equals this TextHitInfo. |
| Modifier and Type | Class and Description |
|---|---|
class |
InputContext
Provides methods to control text input facilities such as input
methods and keyboard layouts.
|
class |
InputMethodHighlight
An InputMethodHighlight is used to describe the highlight
attributes of text being composed.
|
class |
InputSubset
Defines additional Unicode subsets for use by input methods.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
InputContext.getInputMethodControlObject()
Returns a control object from the current input method, or null.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AreaAveragingScaleFilter
An ImageFilter class for scaling images using a simple area averaging
algorithm that produces smoother results than the nearest neighbor
algorithm.
|
class |
BufferedImage
The
BufferedImage subclass describes an Image with an accessible buffer of image data. |
class |
ColorModel
The
ColorModel abstract class encapsulates the
methods for translating a pixel value to color components
(for example, red, green, and blue) and an alpha component. |
class |
CropImageFilter
An ImageFilter class for cropping images.
|
class |
DataBuffer
The
DataBuffer class defines data storage formats
used in various image operations. |
class |
DirectColorModel
The
DirectColorModel class is a ColorModel
class that works with pixel values that represent RGB
color and alpha information as separate samples and that pack all
samples for a single pixel into a single int, short, or byte quantity. |
class |
FilteredImageSource
This class is an implementation of the ImageProducer interface which
takes an existing image and a filter object and uses them to produce
image data for a new filtered version of the original image.
|
class |
ImageFilter
This class implements a filter for the set of interface methods that
are used to deliver data from an ImageProducer to an ImageConsumer.
|
class |
IndexColorModel
The
IndexColorModel class is a ColorModel
class that works with pixel values consisting of a
single sample that is an index into a fixed colormap in the default
sRGB color space. |
class |
MemoryImageSource
This class is an implementation of the ImageProducer interface which
uses an array to produce pixel values for an Image.
|
class |
PixelGrabber
The PixelGrabber class implements an ImageConsumer which can be attached
to an Image or ImageProducer object to retrieve a subset of the pixels
in that image.
|
class |
RasterFormatException
The
RasterFormatException is thrown if there is
invalid layout information in a BufferedImage. |
class |
ReplicateScaleFilter
An ImageFilter class for scaling images using the simplest algorithm.
|
class |
RGBImageFilter
This class provides an easy way to create an ImageFilter which modifies
the pixels of an image in the default RGB ColorModel.
|
class |
VolatileImage
VolatileImage is an image which can lose its
contents at any time due to circumstances beyond the control of the
application (e.g., situations caused by the operating system or by
other applications).
|
| Modifier and Type | Field and Description |
|---|---|
protected Object |
ReplicateScaleFilter.outpixbuf
A
byte array initialized with a size of
ReplicateScaleFilter.destWidth and used to deliver a row of pixel
data to the ImageConsumer. |
| Modifier and Type | Method and Description |
|---|---|
Object |
ImageFilter.clone()
Clones this object.
|
Object |
PixelGrabber.getPixels()
Get the pixel buffer.
|
Object |
BufferedImage.getProperty(String name)
Returns a property of the image by name.
|
Object |
BufferedImage.getProperty(String name,
ImageObserver observer)
Returns a property of the image by name.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ColorModel.equals(Object obj)
Tests if the specified
Object is an instance of
ColorModel and if it equals this
ColorModel. |
| Modifier and Type | Class and Description |
|---|---|
class |
Beans
This class provides some general purpose beans control methods.
|
class |
PropertyChangeEvent
A "PropertyChange" event gets delivered whenever a bean changes a "bound"
or "constrained" property.
|
class |
PropertyChangeSupport
This is a utility class that can be used by beans that support bound
properties.
|
class |
PropertyVetoException
A PropertyVetoException is thrown when a proposed change to a
property represents an unacceptable value.
|
class |
VetoableChangeSupport
This is a utility class that can be used by beans that support constrained
properties.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
PropertyChangeEvent.getNewValue()
Sets the new value for the property, expressed as an Object.
|
Object |
PropertyChangeEvent.getOldValue()
Gets the old value for the property, expressed as an Object.
|
Object |
PropertyChangeEvent.getPropagationId()
The "propagationId" field is reserved for future use.
|
static Object |
Beans.instantiate(ClassLoader cls,
String beanName)
Instantiate a JavaBean.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyChangeSupport.firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
Report a bound property update to any registered listeners.
|
void |
VetoableChangeSupport.fireVetoableChange(String propertyName,
Object oldValue,
Object newValue)
Report a vetoable property update to any registered listeners.
|
void |
PropertyChangeEvent.setPropagationId(Object propagationId)
Sets the propagationId object for the event.
|
| Constructor and Description |
|---|
PropertyChangeEvent(Object source,
String propertyName,
Object oldValue,
Object newValue)
Constructs a new
PropertyChangeEvent. |
PropertyChangeSupport(Object sourceBean)
Constructs a
PropertyChangeSupport object. |
VetoableChangeSupport(Object sourceBean)
Constructs a
VetoableChangeSupport object. |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedInputStream
A
BufferedInputStream adds
functionality to another input stream-namely,
the ability to buffer the input and to
support the mark and reset
methods. |
class |
BufferedOutputStream
The class implements a buffered output stream.
|
class |
BufferedReader
Read text from a character-input stream, buffering characters so as to
provide for the efficient reading of characters, arrays, and lines.
|
class |
BufferedWriter
Write text to a character-output stream, buffering characters so as to
provide for the efficient writing of single characters, arrays, and strings.
|
class |
ByteArrayInputStream
A
ByteArrayInputStream contains
an internal buffer that contains bytes that
may be read from the stream. |
class |
ByteArrayOutputStream
This class implements an output stream in which the data is
written into a byte array.
|
class |
CharArrayReader
This class implements a character buffer that can be used as a
character-input stream.
|
class |
CharArrayWriter
This class implements a character buffer that can be used as an Writer.
|
class |
CharConversionException
Base class for character conversion exceptions.
|
class |
DataInputStream
A data input stream lets an application read primitive Java data
types from an underlying input stream in a machine-independent
way.
|
class |
DataOutputStream
A data output stream lets an application write primitive Java data
types to an output stream in a portable way.
|
class |
EOFException
Signals that an end of file or end of stream has been reached
unexpectedly during input.
|
class |
File
An abstract representation of file and directory pathnames.
|
class |
FileDescriptor
Instances of the file descriptor class serve as an opaque handle
to the underlying machine-specific structure representing an open
file, an open socket, or another source or sink of bytes.
|
class |
FileInputStream
A
FileInputStream obtains input bytes
from a file in a file system. |
class |
FileNotFoundException
Signals that an attempt to open the file denoted by a specified pathname
has failed.
|
class |
FileOutputStream
A file output stream is an output stream for writing data to a
File or to a FileDescriptor. |
class |
FilePermission
This class represents access to a file or directory.
|
class |
FileReader
Convenience class for reading character files.
|
class |
FileWriter
Convenience class for writing character files.
|
class |
FilterInputStream
A
FilterInputStream contains
some other input stream, which it uses as
its basic source of data, possibly transforming
the data along the way or providing additional
functionality. |
class |
FilterOutputStream
This class is the superclass of all classes that filter output
streams.
|
class |
FilterReader
Abstract class for reading filtered character streams.
|
class |
FilterWriter
Abstract class for writing filtered character streams.
|
class |
InputStream
This abstract class is the superclass of all classes representing
an input stream of bytes.
|
class |
InputStreamReader
An InputStreamReader is a bridge from byte streams to character streams: It
reads bytes and translates them into characters according to a specified character encoding.
|
class |
InterruptedIOException
Signals that an I/O operation has been interrupted.
|
class |
InvalidClassException
Thrown when the Serialization runtime detects one of the following
problems with a Class.
|
class |
InvalidObjectException
Indicates that one or more deserialized objects failed validation
tests.
|
class |
IOException
Signals that an I/O exception of some sort has occurred.
|
class |
LineNumberReader
A buffered character-input stream that keeps track of line numbers.
|
class |
NotActiveException
Thrown when serialization or deserialization is not active.
|
class |
NotSerializableException
Thrown when an instance is required to have a Serializable interface.
|
class |
ObjectInputStream
An ObjectInputStream deserializes primitive data and objects previously
written using an ObjectOutputStream.
|
static class |
ObjectInputStream.GetField
Provide access to the persistent fields read from the input stream.
|
class |
ObjectOutputStream
An ObjectOutputStream writes primitive data types and graphs of Java objects
to an OutputStream.
|
static class |
ObjectOutputStream.PutField
Provide programatic access to the persistent fields to be written
to ObjectOutput.
|
class |
ObjectStreamClass
Serialization's descriptor for classes.
|
class |
ObjectStreamException
Superclass of all exceptions specific to Object Stream classes.
|
class |
ObjectStreamField
A description of a Serializable field from a Serializable class.
|
class |
OptionalDataException
Exception 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.
|
class |
OutputStream
This abstract class is the superclass of all classes representing
an output stream of bytes.
|
class |
OutputStreamWriter
An OutputStreamWriter is a bridge from character streams to byte streams:
Characters written to it are translated into bytes according to a specified
character encoding.
|
class |
PipedInputStream
A piped input stream should be connected
to a piped output stream; the piped input
stream then provides whatever data bytes
are written to the piped output stream.
|
class |
PipedOutputStream
A piped output stream can be connected to a piped input stream
to create a communications pipe.
|
class |
PipedReader
Piped character-input streams.
|
class |
PipedWriter
Piped character-output streams.
|
class |
PrintStream
A
PrintStream adds functionality to another output stream,
namely the ability to print representations of various data values
conveniently. |
class |
PrintWriter
Print formatted representations of objects to a text-output stream.
|
class |
PushbackInputStream
A
PushbackInputStream adds
functionality to another input stream, namely
the ability to "push back" or "unread"
one byte. |
class |
PushbackReader
A character-stream reader that allows characters to be pushed back into the
stream.
|
class |
RandomAccessFile
Instances of this class support both reading and writing to a
random access file.
|
class |
Reader
Abstract class for reading character streams.
|
class |
SequenceInputStream
A
SequenceInputStream represents
the logical concatenation of other input
streams. |
class |
SerializablePermission
This class is for Serializable permissions.
|
class |
StreamCorruptedException
Thrown when control information that was read from an object stream
violates internal consistency checks.
|
class |
StreamTokenizer
The
StreamTokenizer class takes an input stream and
parses it into "tokens", allowing the tokens to be
read one at a time. |
class |
StringReader
A character stream whose source is a string.
|
class |
StringWriter
A character stream that collects its output in a string buffer, which can
then be used to construct a string.
|
class |
SyncFailedException
Signals that a sync operation has failed.
|
class |
UnsupportedEncodingException
The Character Encoding is not supported.
|
class |
UTFDataFormatException
Signals that a malformed UTF-8 string has been read in a data
input stream or by any class that implements the data input
interface.
|
class |
WriteAbortedException
Signals that one of the ObjectStreamExceptions was thrown during a
write operation.
|
class |
Writer
Abstract class for writing to character streams.
|
| Modifier and Type | Field and Description |
|---|---|
protected Object |
Writer.lock
The object used to synchronize operations on this stream.
|
protected Object |
Reader.lock
The object used to synchronize operations on this stream.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
ObjectInputStream.GetField.get(String name,
Object val)
Get the value of the named Object field from the persistent field.
|
Object |
ObjectInputStream.readObject()
Read an object from the ObjectInputStream.
|
Object |
ObjectInput.readObject()
Read and return an object.
|
protected Object |
ObjectInputStream.readObjectOverride()
This method is called by trusted subclasses of ObjectOutputStream
that constructed ObjectOutputStream using the
protected no-arg constructor.
|
Object |
ObjectInputStream.readUnshared()
Reads an "unshared" object from the ObjectInputStream.
|
protected Object |
ObjectOutputStream.replaceObject(Object obj)
This method will allow trusted subclasses of ObjectOutputStream to
substitute one object for another during serialization.
|
protected Object |
ObjectInputStream.resolveObject(Object obj)
This method will allow trusted subclasses of ObjectInputStream to
substitute one object for another during deserialization.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ObjectStreamField.compareTo(Object obj)
Compare this field with another
ObjectStreamField. |
int |
File.compareTo(Object o)
Compares this abstract pathname to another object.
|
boolean |
FilePermission.equals(Object obj)
Checks two FilePermission objects for equality.
|
boolean |
File.equals(Object obj)
Tests this abstract pathname for equality with the given object.
|
abstract Object |
ObjectInputStream.GetField.get(String name,
Object val)
Get the value of the named Object field from the persistent field.
|
void |
PrintWriter.print(Object obj)
Print an object.
|
void |
PrintStream.print(Object obj)
Print an object.
|
void |
PrintWriter.println(Object x)
Print an Object and then terminate the line.
|
void |
PrintStream.println(Object x)
Print an Object and then terminate the line.
|
abstract void |
ObjectOutputStream.PutField.put(String name,
Object val)
Put the value of the named Object field into the persistent field.
|
protected Object |
ObjectOutputStream.replaceObject(Object obj)
This method will allow trusted subclasses of ObjectOutputStream to
substitute one object for another during serialization.
|
protected Object |
ObjectInputStream.resolveObject(Object obj)
This method will allow trusted subclasses of ObjectInputStream to
substitute one object for another during deserialization.
|
void |
ObjectOutputStream.writeObject(Object obj)
Write the specified object to the ObjectOutputStream.
|
void |
ObjectOutput.writeObject(Object obj)
Write an object to the underlying storage or stream.
|
protected void |
ObjectOutputStream.writeObjectOverride(Object obj)
Method used by subclasses to override the default writeObject method.
|
void |
ObjectOutputStream.writeUnshared(Object obj)
Writes an "unshared" object to the ObjectOutputStream.
|
| Constructor and Description |
|---|
Reader(Object lock)
Create a new character-stream reader whose critical sections will
synchronize on the given object.
|
Writer(Object lock)
Create a new character-stream writer whose critical sections will
synchronize on the given object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMethodError
Thrown when an application tries to call an abstract method.
|
class |
ArithmeticException
Thrown when an exceptional arithmetic condition has occurred.
|
class |
ArrayIndexOutOfBoundsException
Thrown to indicate that an array has been accessed with an
illegal index.
|
class |
ArrayStoreException
Thrown to indicate that an attempt has been made to store the
wrong type of object into an array of objects.
|
class |
AssertionError
Thrown to indicate that an assertion has failed.
|
class |
Boolean
The Boolean class wraps a value of the primitive type
boolean in an object. |
class |
Byte
The
Byte class wraps a value of primitive type
byte in an object. |
class |
Character
The
Character class wraps a value of the primitive
type char in an object. |
static class |
Character.Subset
Instances of this class represent particular subsets of the Unicode
character set.
|
static class |
Character.UnicodeBlock
A family of character subsets representing the character blocks in the
Unicode specification.
|
class |
Class
Instances of the class
Class represent classes and interfaces
in a running Java application. |
class |
ClassCastException
Thrown to indicate that the code has attempted to cast an object
to a subclass of which it is not an instance.
|
class |
ClassCircularityError
Thrown when a circularity has been detected while initializing a class.
|
class |
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.
|
class |
ClassLoader
A class loader is an object that is responsible for loading classes.
|
class |
ClassNotFoundException
Thrown when an application tries to load in a class through its
string name using:
The
forName method in class Class. |
class |
CloneNotSupportedException
Thrown to indicate that the
clone method in class
Object has been called to clone an object, but that
the object's class does not implement the Cloneable
interface. |
class |
Compiler
The
Compiler class is provided to support
Java-to-native-code compilers and related services. |
class |
Double
The
Double class wraps a value of the primitive type
double in an object. |
class |
Error
An
Error is a subclass of Throwable
that indicates serious problems that a reasonable application
should not try to catch. |
class |
Exception
The class
Exception and its subclasses are a form of
Throwable that indicates conditions that a reasonable
application might want to catch. |
class |
ExceptionInInitializerError
Signals that an unexpected exception has occurred in a static initializer.
|
class |
Float
The
Float class wraps a value of primitive type
float in an object. |
class |
IllegalAccessError
Thrown if an application attempts to access or modify a field, or
to call a method that it does not have access to.
|
class |
IllegalAccessException
An 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.
|
class |
IllegalArgumentException
Thrown to indicate that a method has been passed an illegal or
inappropriate argument.
|
class |
IllegalMonitorStateException
Thrown 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.
|
class |
IllegalStateException
Signals that a method has been invoked at an illegal or
inappropriate time.
|
class |
IllegalThreadStateException
Thrown to indicate that a thread is not in an appropriate state
for the requested operation.
|
class |
IncompatibleClassChangeError
Thrown when an incompatible class change has occurred to some class
definition.
|
class |
IndexOutOfBoundsException
Thrown to indicate that an index of some sort (such as to an array, to a
string, or to a vector) is out of range.
|
class |
InheritableThreadLocal
This class extends ThreadLocal to provide inheritance of values
from parent thread to child thread: when a child thread is created, the
child receives initial values for all inheritable thread-local variables
for which the parent has values.
|
class |
InstantiationError
Thrown when an application tries to use the Java
new
construct to instantiate an abstract class or an interface. |
class |
InstantiationException
Thrown when an application tries to create an instance of a class
using the
newInstance method in class
Class, but the specified class object cannot be
instantiated because it is an interface or is an abstract class. |
class |
Integer
The
Integer class wraps a value of the primitive type
int in an object. |
class |
InternalError
Thrown to indicate some unexpected internal error has occurred in
the Java Virtual Machine.
|
class |
InterruptedException
Thrown when a thread is waiting, sleeping, or otherwise paused for
a long time and another thread interrupts it using the
interrupt method in class Thread. |
class |
LinkageError
Subclasses of
LinkageError indicate that a class has
some dependency on another class; however, the latter class has
incompatibly changed after the compilation of the former class. |
class |
Long
The
Long class wraps a value of the primitive type
long in an object. |
class |
Math
The class
Math contains methods for performing basic
numeric operations such as the elementary exponential, logarithm,
square root, and trigonometric functions. |
class |
NegativeArraySizeException
Thrown if an application tries to create an array with negative size.
|
class |
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. |
class |
NoSuchFieldError
Thrown if an application tries to access or modify a specified
field of an object, and that object no longer has that field.
|
class |
NoSuchFieldException
Signals that the class doesn't have a field of a specified name.
|
class |
NoSuchMethodError
Thrown 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.
|
class |
NoSuchMethodException
Thrown when a particular method cannot be found.
|
class |
NullPointerException
Thrown when an application attempts to use
null in a
case where an object is required. |
class |
Number
The abstract class
Number is the superclass of classes
BigDecimal, BigInteger,
Byte, Double, Float,
Integer, Long, and Short. |
class |
NumberFormatException
Thrown 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.
|
class |
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.
|
class |
Package
Package objects contain version information
about the implementation and specification of a Java package. |
class |
Process
The
Runtime.exec methods create a native process and
return an instance of a subclass of Process that can
be used to control the process and obtain information about it. |
class |
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. |
class |
RuntimeException
RuntimeException is the superclass of those
exceptions that can be thrown during the normal operation of the
Java Virtual Machine. |
class |
RuntimePermission
This class is for runtime permissions.
|
class |
SecurityException
Thrown by the security manager to indicate a security violation.
|
class |
SecurityManager
The security manager is a class that allows
applications to implement a security policy.
|
class |
Short
The
Short class wraps a value of primitive type
short in an object. |
class |
StackOverflowError
Thrown when a stack overflow occurs because an application
recurses too deeply.
|
class |
StackTraceElement
An element in a stack trace, as returned by
Throwable.getStackTrace(). |
class |
StrictMath
The class
StrictMath contains methods for performing basic
numeric operations such as the elementary exponential, logarithm,
square root, and trigonometric functions. |
class |
String
The
String class represents character strings. |
class |
StringBuffer
A string buffer implements a mutable sequence of characters.
|
class |
StringIndexOutOfBoundsException
Thrown by
String methods to indicate that an index
is either negative or greater than the size of the string. |
class |
System
The
System class contains several useful class fields
and methods. |
class |
Thread
A thread is a thread of execution in a program.
|
class |
ThreadDeath
An instance of
ThreadDeath is thrown in the victim
thread when the stop method with zero arguments in
class Thread is called. |
class |
ThreadGroup
A thread group represents a set of threads.
|
class |
ThreadLocal
This class provides thread-local variables.
|
class |
Throwable
The
Throwable class is the superclass of all errors and
exceptions in the Java language. |
class |
UnknownError
Thrown when an unknown but serious exception has occurred in the
Java Virtual Machine.
|
class |
UnsatisfiedLinkError
Thrown if the Java Virtual Machine cannot find an appropriate
native-language definition of a method declared
native. |
class |
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.
|
class |
UnsupportedOperationException
Thrown to indicate that the requested operation is not supported.
|
class |
VerifyError
Thrown when the "verifier" detects that a class file,
though well formed, contains some sort of internal inconsistency
or security problem.
|
class |
VirtualMachineError
Thrown to indicate that the Java Virtual Machine is broken or has
run out of resources necessary for it to continue operating.
|
class |
Void
The Void class is an uninstantiable placeholder class to hold a
reference to the Class object representing the Java keyword
void.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
InheritableThreadLocal.childValue(Object parentValue)
Computes the child's initial value for this inheritable thread-local
variable as a function of the parent's value at the time the child
thread is created.
|
protected Object |
Object.clone()
Creates and returns a copy of this object.
|
static Object |
Compiler.command(Object any)
Examines the argument type and its fields and perform some documented
operation.
|
Object |
ThreadLocal.get()
Returns the value in the current thread's copy of this thread-local
variable.
|
Object |
SecurityManager.getSecurityContext()
Creates an object that encapsulates the current execution
environment.
|
Object[] |
Class.getSigners()
Gets the signers of this class.
|
protected Object |
ThreadLocal.initialValue()
Returns the current thread's initial value for this thread-local
variable.
|
Object |
Class.newInstance()
Creates a new instance of the class represented by this Class
object.
|
| Modifier and Type | Method and Description |
|---|---|
StringBuffer |
StringBuffer.append(Object obj)
Appends the string representation of the
Object
argument to this string buffer. |
static void |
System.arraycopy(Object src,
int srcPos,
Object dest,
int destPos,
int length)
Copies an array from the specified source array, beginning at the
specified position, to the specified position of the destination array.
|
void |
SecurityManager.checkConnect(String host,
int port,
Object context)
Throws a
SecurityException if the
specified security context is not allowed to open a socket
connection to the specified host and port number. |
void |
SecurityManager.checkPermission(Permission perm,
Object context)
Throws a
SecurityException if the
specified security context is denied access to the resource
specified by the given permission. |
void |
SecurityManager.checkRead(String file,
Object context)
Throws a
SecurityException if the
specified security context is not allowed to read the file
specified by the string argument. |
boolean |
SecurityManager.checkTopLevelWindow(Object window)
Returns
false if the calling
thread is not trusted to bring up the top-level window indicated
by the window argument, or the AWT package is not
available. |
protected Object |
InheritableThreadLocal.childValue(Object parentValue)
Computes the child's initial value for this inheritable thread-local
variable as a function of the parent's value at the time the child
thread is created.
|
static Object |
Compiler.command(Object any)
Examines the argument type and its fields and perform some documented
operation.
|
int |
String.compareTo(Object o)
Compares this String to another Object.
|
int |
Short.compareTo(Object o)
Compares this
Short object to another object. |
int |
Long.compareTo(Object o)
Compares this
Long object to another object. |
int |
Integer.compareTo(Object o)
Compares this
Integer object to another object. |
int |
Float.compareTo(Object o)
Compares this
Float object to another object. |
int |
Double.compareTo(Object o)
Compares this
Double object to another object. |
int |
Comparable.compareTo(Object o)
Compares this object with the specified object for order.
|
int |
Character.compareTo(Object o)
Compares this
Character object to another object. |
int |
Byte.compareTo(Object o)
Compares this
Byte object to another object. |
boolean |
String.equals(Object anObject)
Compares this string to the specified object.
|
boolean |
StackTraceElement.equals(Object obj)
Returns true if the specified object is another
StackTraceElement instance representing the same execution
point as this instance.
|
boolean |
Short.equals(Object obj)
Compares this object to the specified object.
|
boolean |
Object.equals(Object obj)
Indicates whether some other object is "equal to" this one.
|
boolean |
Long.equals(Object obj)
Compares this object to the specified object.
|
boolean |
Integer.equals(Object obj)
Compares this object to the specified object.
|
boolean |
Float.equals(Object obj)
Compares this object against the specified object.
|
boolean |
Double.equals(Object obj)
Compares this object against the specified object.
|
boolean |
Character.equals(Object obj)
Compares this object against the specified object.
|
boolean |
Character.Subset.equals(Object obj)
Compares two
Subset objects for equality. |
boolean |
Byte.equals(Object obj)
Compares this object to the specified object.
|
boolean |
Boolean.equals(Object obj)
Returns
true if and only if the argument is not
null and is a Boolean object that
represents the same boolean value as this object. |
static boolean |
Thread.holdsLock(Object obj)
Returns true if and only if the current thread holds the
monitor lock on the specified object.
|
static int |
System.identityHashCode(Object x)
Returns the same hash code for the given object as
would be returned by the default method hashCode(),
whether or not the given object's class overrides
hashCode().
|
StringBuffer |
StringBuffer.insert(int offset,
Object obj)
Inserts the string representation of the
Object
argument into this string buffer. |
boolean |
Class.isInstance(Object obj)
Determines if the specified
Object is assignment-compatible
with the object represented by this Class. |
void |
ThreadLocal.set(Object value)
Sets the current thread's copy of this thread-local variable
to the specified value.
|
protected void |
ClassLoader.setSigners(Class c,
Object[] signers)
Sets the signers of a class.
|
static String |
String.valueOf(Object obj)
Returns the string representation of the
Object argument. |
| Constructor and Description |
|---|
AssertionError(Object detailMessage)
Constructs an AssertionError with its detail message derived
from the specified object, which is converted to a string as
defined in The Java Language Specification, Second
Edition, Section 15.18.1.1.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PhantomReference
Phantom reference objects, which are enqueued after the collector
determines that their referents may otherwise be reclaimed.
|
class |
Reference
Abstract base class for reference objects.
|
class |
ReferenceQueue
Reference queues, to which registered reference objects are appended by the
garbage collector after the appropriate reachability changes are detected.
|
class |
SoftReference
Soft reference objects, which are cleared at the discretion of the garbage
collector in response to memory demand.
|
class |
WeakReference
Weak reference objects, which do not prevent their referents from being
made finalizable, finalized, and then reclaimed.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SoftReference.get()
Returns this reference object's referent.
|
Object |
Reference.get()
Returns this reference object's referent.
|
Object |
PhantomReference.get()
Returns this reference object's referent.
|
| Constructor and Description |
|---|
PhantomReference(Object referent,
ReferenceQueue q)
Creates a new phantom reference that refers to the given object and
is registered with the given queue.
|
SoftReference(Object referent)
Creates a new soft reference that refers to the given object.
|
SoftReference(Object referent,
ReferenceQueue q)
Creates a new soft reference that refers to the given object and is
registered with the given queue.
|
WeakReference(Object referent)
Creates a new weak reference that refers to the given object.
|
WeakReference(Object referent,
ReferenceQueue q)
Creates a new weak reference that refers to the given object and is
registered with the given queue.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessibleObject
The AccessibleObject class is the base class for Field, Method and
Constructor objects.
|
class |
Array
The
Array class provides static methods to dynamically create and
access Java arrays. |
class |
Constructor
Constructor provides information about, and access to, a single
constructor for a class. |
class |
Field
A
Field provides information about, and dynamic access to, a
single field of a class or an interface. |
class |
InvocationTargetException
InvocationTargetException is a checked exception that wraps
an exception thrown by an invoked method or constructor.
|
class |
Method
A
Method provides information about, and access to, a single method
on a class or interface. |
class |
Modifier
The Modifier class provides
static methods and
constants to decode class and member access modifiers. |
class |
Proxy
Proxy provides static methods for creating dynamic proxy
classes and instances, and it is also the superclass of all
dynamic proxy classes created by those methods. |
class |
ReflectPermission
The Permission class for reflective operations.
|
class |
UndeclaredThrowableException
Thrown by a method invocation on a proxy instance if its invocation
handler's
invoke method throws a
checked exception (a Throwable that is not assignable
to RuntimeException or Error) that
is not assignable to any of the exception types declared in the
throws clause of the method that was invoked on the
proxy instance and dispatched to the invocation handler. |
| Modifier and Type | Method and Description |
|---|---|
Object |
Field.get(Object obj)
Returns the value of the field represented by this
Field, on
the specified object. |
static Object |
Array.get(Object array,
int index)
Returns the value of the indexed component in the specified
array object.
|
Object |
InvocationHandler.invoke(Object proxy,
Method method,
Object[] args)
Processes a method invocation on a proxy instance and returns
the result.
|
Object |
Method.invoke(Object obj,
Object[] args)
Invokes the underlying method represented by this
Method
object, on the specified object with the specified parameters. |
static Object |
Array.newInstance(Class componentType,
int length)
Creates a new array with the specified component type and
length.
|
static Object |
Array.newInstance(Class componentType,
int[] dimensions)
Creates a new array
with the specified component type and dimensions.
|
Object |
Constructor.newInstance(Object[] initargs)
Uses the constructor represented by this
Constructor object to
create and initialize a new instance of the constructor's
declaring class, with the specified initialization parameters. |
static Object |
Proxy.newProxyInstance(ClassLoader loader,
Class[] interfaces,
InvocationHandler h)
Returns an instance of a proxy class for the specified interfaces
that dispatches method invocations to the specified invocation
handler.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Method.equals(Object obj)
Compares this
Method against the specified object. |
boolean |
Field.equals(Object obj)
Compares this
Field against the specified object. |
boolean |
Constructor.equals(Object obj)
Compares this
Constructor against the specified object. |
Object |
Field.get(Object obj)
Returns the value of the field represented by this
Field, on
the specified object. |
static Object |
Array.get(Object array,
int index)
Returns the value of the indexed component in the specified
array object.
|
boolean |
Field.getBoolean(Object obj)
Gets the value of a static or instance
boolean field. |
static boolean |
Array.getBoolean(Object array,
int index)
Returns the value of the indexed component in the specified
array object, as a
boolean. |
byte |
Field.getByte(Object obj)
Gets the value of a static or instance
byte field. |
static byte |
Array.getByte(Object array,
int index)
Returns the value of the indexed component in the specified
array object, as a
byte. |
char |
Field.getChar(Object obj)
Gets the value of a static or instance field of type
char or of another primitive type convertible to
type char via a widening conversion. |
static char |
Array.getChar(Object array,
int index)
Returns the value of the indexed component in the specified
array object, as a
char. |
double |
Field.getDouble(Object obj)
Gets the value of a static or instance field of type
double or of another primitive type convertible to
type double via a widening conversion. |
static double |
Array.getDouble(Object array,
int index)
Returns the value of the indexed component in the specified
array object, as a
double. |
float |
Field.getFloat(Object obj)
Gets the value of a static or instance field of type
float or of another primitive type convertible to
type float via a widening conversion. |
static float |
Array.getFloat(Object array,
int index)
Returns the value of the indexed component in the specified
array object, as a
float. |
int |
Field.getInt(Object obj)
Gets the value of a static or instance field of type
int or of another primitive type convertible to
type int via a widening conversion. |
static int |
Array.getInt(Object array,
int index)
Returns the value of the indexed component in the specified
array object, as an
int. |
static InvocationHandler |
Proxy.getInvocationHandler(Object proxy)
Returns the invocation handler for the specified proxy instance.
|
static int |
Array.getLength(Object array)
Returns the length of the specified array object, as an
int. |
long |
Field.getLong(Object obj)
Gets the value of a static or instance field of type
long or of another primitive type convertible to
type long via a widening conversion. |
static long |
Array.getLong(Object array,
int index)
Returns the value of the indexed component in the specified
array object, as a
long. |
short |
Field.getShort(Object obj)
Gets the value of a static or instance field of type
short or of another primitive type convertible to
type short via a widening conversion. |
static short |
Array.getShort(Object array,
int index)
Returns the value of the indexed component in the specified
array object, as a
short. |
Object |
InvocationHandler.invoke(Object proxy,
Method method,
Object[] args)
Processes a method invocation on a proxy instance and returns
the result.
|
Object |
InvocationHandler.invoke(Object proxy,
Method method,
Object[] args)
Processes a method invocation on a proxy instance and returns
the result.
|
Object |
Method.invoke(Object obj,
Object[] args)
Invokes the underlying method represented by this
Method
object, on the specified object with the specified parameters. |
Object |
Method.invoke(Object obj,
Object[] args)
Invokes the underlying method represented by this
Method
object, on the specified object with the specified parameters. |
Object |
Constructor.newInstance(Object[] initargs)
Uses the constructor represented by this
Constructor object to
create and initialize a new instance of the constructor's
declaring class, with the specified initialization parameters. |
static void |
Array.set(Object array,
int index,
Object value)
Sets the value of the indexed component of the specified array
object to the specified new value.
|
void |
Field.set(Object obj,
Object value)
Sets the field represented by this
Field object on the
specified object argument to the specified new value. |
void |
Field.setBoolean(Object obj,
boolean z)
Sets the value of a field as a
boolean on the specified object. |
static void |
Array.setBoolean(Object array,
int index,
boolean z)
Sets the value of the indexed component of the specified array
object to the specified
boolean value. |
void |
Field.setByte(Object obj,
byte b)
Sets the value of a field as a
byte on the specified object. |
static void |
Array.setByte(Object array,
int index,
byte b)
Sets the value of the indexed component of the specified array
object to the specified
byte value. |
void |
Field.setChar(Object obj,
char c)
Sets the value of a field as a
char on the specified object. |
static void |
Array.setChar(Object array,
int index,
char c)
Sets the value of the indexed component of the specified array
object to the specified
char value. |
void |
Field.setDouble(Object obj,
double d)
Sets the value of a field as a
double on the specified object. |
static void |
Array.setDouble(Object array,
int index,
double d)
Sets the value of the indexed component of the specified array
object to the specified
double value. |
void |
Field.setFloat(Object obj,
float f)
Sets the value of a field as a
float on the specified object. |
static void |
Array.setFloat(Object array,
int index,
float f)
Sets the value of the indexed component of the specified array
object to the specified
float value. |
void |
Field.setInt(Object obj,
int i)
Sets the value of a field as an
int on the specified object. |
static void |
Array.setInt(Object array,
int index,
int i)
Sets the value of the indexed component of the specified array
object to the specified
int value. |
static void |
Array.setLong(Object array,
int index,
long l)
Sets the value of the indexed component of the specified array
object to the specified
long value. |
void |
Field.setLong(Object obj,
long l)
Sets the value of a field as a
long on the specified object. |
static void |
Array.setShort(Object array,
int index,
short s)
Sets the value of the indexed component of the specified array
object to the specified
short value. |
void |
Field.setShort(Object obj,
short s)
Sets the value of a field as a
short on the specified object. |
| Modifier and Type | Class and Description |
|---|---|
class |
BigDecimal
Immutable, arbitrary-precision signed decimal numbers.
|
class |
BigInteger
Immutable arbitrary-precision integers.
|
| Modifier and Type | Method and Description |
|---|---|
int |
BigInteger.compareTo(Object o)
Compares this BigInteger with the specified Object.
|
int |
BigDecimal.compareTo(Object o)
Compares this BigDecimal with the specified Object.
|
boolean |
BigInteger.equals(Object x)
Compares this BigInteger with the specified Object for equality.
|
boolean |
BigDecimal.equals(Object x)
Compares this BigDecimal with the specified Object for
equality.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Authenticator
The class Authenticator represents an object that knows how to obtain
authentication for a network connection.
|
class |
BindException
Signals that an error occurred while attempting to bind a
socket to a local address and port.
|
class |
ConnectException
Signals that an error occurred while attempting to connect a
socket to a remote address and port.
|
class |
ContentHandler
The abstract class
ContentHandler is the superclass
of all classes that read an Object from a
URLConnection. |
class |
DatagramPacket
This class represents a datagram packet.
|
class |
DatagramSocket
This class represents a socket for sending and receiving datagram packets.
|
class |
DatagramSocketImpl
Abstract datagram and multicast socket implementation base class.
|
class |
HttpURLConnection
A URLConnection with support for HTTP-specific features.
|
class |
Inet4Address
This class represents an Internet Protocol version 4 (IPv4) address.
|
class |
Inet6Address
This class represents an Internet Protocol version 6 (IPv6) address.
|
class |
InetAddress
This class represents an Internet Protocol (IP) address.
|
class |
InetSocketAddress
This 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.
|
class |
JarURLConnection
A URL Connection to a Java ARchive (JAR) file or an entry in a JAR
file.
|
class |
MalformedURLException
Thrown to indicate that a malformed URL has occurred.
|
class |
MulticastSocket
The multicast datagram socket class is useful for sending
and receiving IP multicast packets.
|
class |
NetPermission
This class is for various network permissions.
|
class |
NetworkInterface
This class represents a Network Interface made up of a name,
and a list of IP addresses assigned to this interface.
|
class |
NoRouteToHostException
Signals that an error occurred while attempting to connect a
socket to a remote address and port.
|
class |
PasswordAuthentication
The class PasswordAuthentication is a data holder that is used by
Authenticator.
|
class |
PortUnreachableException
Signals that an ICMP Port Unreachable message has been
received on a connected datagram.
|
class |
ProtocolException
Thrown to indicate that there is an error in the underlying
protocol, such as a TCP error.
|
class |
ServerSocket
This class implements server sockets.
|
class |
Socket
This class implements client sockets (also called just
"sockets").
|
class |
SocketAddress
This class represents a Socket Address with no protocol attachment.
|
class |
SocketException
Thrown to indicate that there is an error in the underlying
protocol, such as a TCP error.
|
class |
SocketImpl
The abstract class
SocketImpl is a common superclass
of all classes that actually implement sockets. |
class |
SocketPermission
This class represents access to a network via sockets.
|
class |
SocketTimeoutException
Signals that a timeout has occurred on a socket read or accept.
|
class |
UnknownHostException
Thrown to indicate that the IP address of a host could not be determined.
|
class |
UnknownServiceException
Thrown to indicate that an unknown service exception has
occurred.
|
class |
URI
Represents a Uniform Resource Identifier (URI) reference.
|
class |
URISyntaxException
Checked exception thrown to indicate that a string could not be parsed as a
URI reference.
|
class |
URL
Class
URL represents a Uniform Resource
Locator, a pointer to a "resource" on the World
Wide Web. |
class |
URLClassLoader
This class loader is used to load classes and resources from a search
path of URLs referring to both JAR files and directories.
|
class |
URLConnection
The abstract class
URLConnection is the superclass
of all classes that represent a communications link between the
application and a URL. |
class |
URLDecoder
Utility class for HTML form decoding.
|
class |
URLEncoder
Utility class for HTML form encoding.
|
class |
URLStreamHandler
The abstract class
URLStreamHandler is the common
superclass for all stream protocol handlers. |
| Modifier and Type | Method and Description |
|---|---|
Object |
URLConnection.getContent()
Retrieves the contents of this URL connection.
|
Object |
URL.getContent()
Gets the contents of this URL.
|
Object |
URLConnection.getContent(Class[] classes)
Retrieves the contents of this URL connection.
|
Object |
URL.getContent(Class[] classes)
Gets the contents of this URL.
|
abstract Object |
ContentHandler.getContent(URLConnection urlc)
Given a URL connect stream positioned at the beginning of the
representation of an object, this method reads that stream and
creates an object from it.
|
Object |
ContentHandler.getContent(URLConnection urlc,
Class[] classes)
Given a URL connect stream positioned at the beginning of the
representation of an object, this method reads that stream and
creates an object that matches one of the types specified.
|
Object |
SocketOptions.getOption(int optID)
Fetch the value of an option.
|
| Modifier and Type | Method and Description |
|---|---|
int |
URI.compareTo(Object ob)
Compares this URI to another object, which must be a URI.
|
boolean |
URL.equals(Object obj)
Compares this URL for equality with another object.
|
boolean |
URI.equals(Object ob)
Tests this URI for equality with another object.
|
boolean |
SocketPermission.equals(Object obj)
Checks two SocketPermission objects for equality.
|
boolean |
NetworkInterface.equals(Object obj)
Compares this object against the specified object.
|
boolean |
InetSocketAddress.equals(Object obj)
Compares this object against the specified object.
|
boolean |
InetAddress.equals(Object obj)
Compares this object against the specified object.
|
boolean |
Inet6Address.equals(Object obj)
Compares this object against the specified object.
|
boolean |
Inet4Address.equals(Object obj)
Compares this object against the specified object.
|
void |
SocketOptions.setOption(int optID,
Object value)
Enable/disable the option specified by optID.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessException
An
AccessException is thrown to
indicate that the caller does not have permission to perform the action
requested by the method call. |
class |
AlreadyBoundException
An
AlreadyBoundException is thrown if an attempt
is made to bind an object in the registry to a name that already
has an associated binding. |
class |
NotBoundException
A
NotBoundException is thrown if an attempt
is made to lookup or unbind in the registry a name that has
no associated binding. |
class |
RemoteException
A
RemoteException is the common superclass for a number of
communication-related exceptions that may occur during the execution of a
remote method call. |
class |
UnexpectedException
An
UnexpectedException is 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 the
throws clause of the method in the remote interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessControlContext
An AccessControlContext is used to make system resource access decisions
based on the context it encapsulates.
|
class |
AccessControlException
This 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.
|
class |
AccessController
The AccessController class is used for access control operations
and decisions.
|
class |
AlgorithmParameterGenerator
The
AlgorithmParameterGenerator class is used to generate a
set of
parameters to be used with a certain algorithm. |
class |
AlgorithmParameterGeneratorSpi
This class defines the Service Provider Interface (SPI)
for the
AlgorithmParameterGenerator class, which
is used to generate a set of parameters to be used with a certain algorithm. |
class |
AlgorithmParameters
This class is used as an opaque representation of cryptographic parameters.
|
class |
AlgorithmParametersSpi
This class defines the Service Provider Interface (SPI)
for the
AlgorithmParameters class, which is used to manage
algorithm parameters. |
class |
AllPermission
The AllPermission is a permission that implies all other permissions.
|
class |
BasicPermission
The 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.
|
class |
CodeSource
This class extends the concept of a codebase to
encapsulate not only the location (URL) but also the certificate(s)
that were used to verify signed code originating from that
location.
|
class |
DigestException
This is the generic Message Digest exception.
|
class |
DigestInputStream
A transparent stream that updates the associated message digest using
the bits going through the stream.
|
class |
DigestOutputStream
A transparent stream that updates the associated message digest using
the bits going through the stream.
|
class |
GeneralSecurityException
The
GeneralSecurityException class is a generic
security exception class that provides type safety for all the
security-related exception classes that extend from it. |
class |
GuardedObject
A GuardedObject is an object that is used to protect access to
another object.
|
class |
Identity
Deprecated.
This class is no longer used. Its functionality has been
replaced by
java.security.KeyStore, the
java.security.cert package, and
java.security.Principal. |
class |
IdentityScope
Deprecated.
This class is no longer used. Its functionality has been
replaced by
java.security.KeyStore, the
java.security.cert package, and
java.security.Principal. |
class |
InvalidAlgorithmParameterException
This is the exception for invalid or inappropriate algorithm parameters.
|
class |
InvalidKeyException
This is the exception for invalid Keys (invalid encoding, wrong
length, uninitialized, etc).
|
class |
InvalidParameterException
This exception, designed for use by the JCA/JCE engine classes,
is thrown when an invalid parameter is passed
to a method.
|
class |
KeyException
This is the basic key exception.
|
class |
KeyFactory
Key factories are used to convert keys (opaque
cryptographic keys of type
Key) into key specifications
(transparent representations of the underlying key material), and vice
versa. |
class |
KeyFactorySpi
This class defines the Service Provider Interface (SPI)
for the
KeyFactory class. |
class |
KeyManagementException
This is the general key management exception for all operations
dealing with key management.
|
class |
KeyPair
This class is a simple holder for a key pair (a public key and a
private key).
|
class |
KeyPairGenerator
The KeyPairGenerator class is used to generate pairs of
public and private keys.
|
class |
KeyPairGeneratorSpi
This class defines the Service Provider Interface (SPI)
for the
KeyPairGenerator class, which is used to generate
pairs of public and private keys. |
class |
KeyStore
This class represents an in-memory collection of keys and certificates.
|
class |
KeyStoreException
This is the generic KeyStore exception.
|
class |
KeyStoreSpi
This class defines the Service Provider Interface (SPI)
for the
KeyStore class. |
class |
MessageDigest
This MessageDigest class provides applications the functionality of a
message digest algorithm, such as MD5 or SHA.
|
class |
MessageDigestSpi
This class defines the Service Provider Interface (SPI)
for the
MessageDigest class, which provides the functionality
of a message digest algorithm, such as MD5 or SHA. |
class |
NoSuchAlgorithmException
This exception is thrown when a particular cryptographic algorithm is
requested but is not available in the environment.
|
class |
NoSuchProviderException
This exception is thrown when a particular security provider is
requested but is not available in the environment.
|
class |
Permission
Abstract class for representing access to a system resource.
|
class |
PermissionCollection
Abstract class representing a collection of Permission objects.
|
class |
Permissions
This class represents a heterogeneous collection of Permissions.
|
class |
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).
|
class |
PrivilegedActionException
This exception is thrown by
doPrivileged(PrivilegedExceptionAction) and
doPrivileged(PrivilegedExceptionAction,
AccessControlContext context) to indicate
that the action being performed threw a checked exception. |
class |
ProtectionDomain
This ProtectionDomain class encapsulates the characteristics of a domain,
which encloses a set of classes whose instances are granted a set
of permissions when being executed on behalf of a given set of Principals.
|
class |
Provider
This class represents a "provider" for the
Java Security API, where a provider implements some or all parts of
Java Security.
|
class |
ProviderException
A runtime exception for Provider exceptions (such as
misconfiguration errors), which may be subclassed by Providers to
throw specialized, provider-specific runtime errors.
|
class |
SecureClassLoader
This class extends ClassLoader with additional support for defining
classes with an associated code source and permissions which are
retrieved by the system policy by default.
|
class |
SecureRandom
This class provides a cryptographically strong pseudo-random number
generator (PRNG).
|
class |
SecureRandomSpi
This class defines the Service Provider Interface (SPI)
for the
SecureRandom class. |
class |
Security
This class centralizes all security properties and common security
methods.
|
class |
SecurityPermission
This class is for security permissions.
|
class |
Signature
This Signature class is used to provide applications the functionality
of a digital signature algorithm.
|
class |
SignatureException
This is the generic Signature exception.
|
class |
SignatureSpi
This class defines the Service Provider Interface (SPI)
for the
Signature class, which is used to provide the
functionality of a digital signature algorithm. |
class |
SignedObject
SignedObject is a class for the purpose of creating authentic
runtime objects whose integrity cannot be compromised without being
detected.
|
class |
Signer
Deprecated.
This class is no longer used. Its functionality has been
replaced by
java.security.KeyStore, the
java.security.cert package, and
java.security.Principal. |
class |
UnrecoverableKeyException
This exception is thrown if a key in the keystore cannot be recovered.
|
class |
UnresolvedPermission
The UnresolvedPermission class is used to hold Permissions that
were "unresolved" when the Policy was initialized.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SignatureSpi.clone()
Returns a clone if the implementation is cloneable.
|
Object |
Signature.clone()
Returns a clone if the implementation is cloneable.
|
Object |
MessageDigestSpi.clone()
Returns a clone if the implementation is cloneable.
|
Object |
MessageDigest.clone()
Returns a clone if the implementation is cloneable.
|
static Object |
AccessController.doPrivileged(PrivilegedAction action)
Performs the specified
PrivilegedAction with privileges
enabled. |
static Object |
AccessController.doPrivileged(PrivilegedAction action,
AccessControlContext context)
Performs the specified
PrivilegedAction with privileges
enabled and restricted by the specified AccessControlContext. |
static Object |
AccessController.doPrivileged(PrivilegedExceptionAction action)
Performs the specified
PrivilegedExceptionAction with
privileges enabled. |
static Object |
AccessController.doPrivileged(PrivilegedExceptionAction action,
AccessControlContext context)
Performs the specified
PrivilegedExceptionAction with
privileges enabled and restricted by the specified
AccessControlContext. |
Object |
SignedObject.getObject()
Retrieves the encapsulated object.
|
Object |
GuardedObject.getObject()
Retrieves the guarded object, or throws an exception if access
to the guarded object is denied by the guard.
|
Object |
Provider.put(Object key,
Object value)
Sets the
key property to have the specified
value. |
Object |
Provider.remove(Object key)
Removes the
key property (and its corresponding
value). |
Object |
PrivilegedExceptionAction.run()
Performs the computation.
|
Object |
PrivilegedAction.run()
Performs the computation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Permission.checkGuard(Object object)
Implements the guard interface for a permission.
|
void |
Guard.checkGuard(Object object)
Determines whether or not to allow access to the guarded object
object. |
boolean |
UnresolvedPermission.equals(Object obj)
Checks two UnresolvedPermission objects for equality.
|
boolean |
Principal.equals(Object another)
Compares this principal to the specified object.
|
abstract boolean |
Permission.equals(Object obj)
Checks two Permission objects for equality.
|
boolean |
Identity.equals(Object identity)
Deprecated.
Tests for equality between the specified object and this identity.
|
boolean |
CodeSource.equals(Object obj)
Tests for equality between the specified object and this
object.
|
boolean |
BasicPermission.equals(Object obj)
Checks two BasicPermission objects for equality.
|
boolean |
AllPermission.equals(Object obj)
Checks two AllPermission objects for equality.
|
boolean |
AccessControlContext.equals(Object obj)
Checks two AccessControlContext objects for equality.
|
Object |
Provider.put(Object key,
Object value)
Sets the
key property to have the specified
value. |
Object |
Provider.remove(Object key)
Removes the
key property (and its corresponding
value). |
| Constructor and Description |
|---|
GuardedObject(Object object,
Guard guard)
Constructs a GuardedObject using the specified object and guard.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AclNotFoundException
This is an exception that is thrown whenever a reference is made to a
non-existent ACL (Access Control List).
|
class |
LastOwnerException
This is an exception that is thrown whenever an attempt is made to delete
the last owner of an Access Control List.
|
class |
NotOwnerException
This is an exception that is thrown whenever the modification of an object
(such as an Access Control List) is only allowed to be done by an owner of
the object, but the Principal attempting the modification is not an owner.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
AclEntry.clone()
Clones this ACL entry.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Permission.equals(Object another)
Returns true if the object passed matches the permission represented
in this interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Certificate
Abstract class for managing a variety of identity certificates.
|
protected static class |
Certificate.CertificateRep
Alternate Certificate class for serialization.
|
class |
CertificateFactory
This class defines the functionality of a certificate factory, which is
used to generate certificate, certification path (
CertPath)
and certificate revocation list (CRL) objects from their encodings. |
class |
CertificateFactorySpi
This class defines the Service Provider Interface (SPI)
for the
CertificateFactory class. |
class |
CertPath
An immutable sequence of certificates (a certification path).
|
protected static class |
CertPath.CertPathRep
Alternate
CertPath class for serialization. |
class |
CRL
This class is an abstraction of certificate revocation lists (CRLs) that
have different formats but important common uses.
|
class |
CRLException
CRL (Certificate Revocation List) Exception.
|
class |
X509Certificate
Abstract class for X.509 certificates.
|
class |
X509CRL
Abstract class for an X.509 Certificate Revocation List (CRL).
|
class |
X509CRLEntry
Abstract class for a revoked certificate in a CRL (Certificate
Revocation List).
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
Certificate.CertificateRep.readResolve()
Resolve the Certificate Object.
|
protected Object |
CertPath.CertPathRep.readResolve()
Returns a
CertPath constructed from the type and data. |
protected Object |
Certificate.writeReplace()
Replace the Certificate to be serialized.
|
protected Object |
CertPath.writeReplace()
Replaces the
CertPath to be serialized with a
CertPathRep object. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
X509CRLEntry.equals(Object other)
Compares this CRL entry for equality with the given
object.
|
boolean |
X509CRL.equals(Object other)
Compares this CRL for equality with the given
object.
|
boolean |
Certificate.equals(Object other)
Compares this certificate for equality with the specified
object.
|
boolean |
CertPath.equals(Object other)
Compares this certification path for equality with the specified
object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DSAParameterSpec
This class specifies the set of parameters used with the DSA algorithm.
|
class |
DSAPrivateKeySpec
This class specifies a DSA private key with its associated parameters.
|
class |
DSAPublicKeySpec
This class specifies a DSA public key with its associated parameters.
|
class |
EncodedKeySpec
This class represents a public or private key in encoded format.
|
class |
InvalidKeySpecException
This is the exception for invalid key specifications.
|
class |
InvalidParameterSpecException
This is the exception for invalid parameter specifications.
|
class |
PKCS8EncodedKeySpec
This class represents the ASN.1 encoding of a private key,
encoded according to the ASN.1 type
PrivateKeyInfo. |
class |
PSSParameterSpec
This class specifies a parameter spec for RSA PSS encoding scheme,
as defined in the PKCS#1 v2.1.
|
class |
RSAKeyGenParameterSpec
This class specifies the set of parameters used to generate an RSA
key pair.
|
class |
RSAPrivateCrtKeySpec
This class specifies an RSA private key, as defined in the PKCS#1
standard, using the Chinese Remainder Theorem (CRT) information values for
efficiency.
|
class |
RSAPrivateKeySpec
This class specifies an RSA private key.
|
class |
RSAPublicKeySpec
This class specifies an RSA public key.
|
class |
X509EncodedKeySpec
This class represents the ASN.1 encoding of a public key,
encoded according to the ASN.1 type
SubjectPublicKeyInfo. |
| Modifier and Type | Class and Description |
|---|---|
class |
Annotation
An Annotation object is used as a wrapper for a text attribute value if
the attribute has annotation characteristics.
|
static class |
AttributedCharacterIterator.Attribute
Defines attribute keys that are used to identify text attributes.
|
class |
AttributedString
An AttributedString holds text and related attribute information.
|
class |
BreakIterator
The
BreakIterator class implements methods for finding
the location of boundaries in text. |
class |
ChoiceFormat
A
ChoiceFormat allows you to attach a format to a range of numbers. |
class |
CollationElementIterator
The
CollationElementIterator class is used as an iterator
to walk through each character of an international string. |
class |
CollationKey
A
CollationKey represents a String under the
rules of a specific Collator object. |
class |
Collator
The
Collator class performs locale-sensitive
String comparison. |
class |
DateFormat
DateFormat is an abstract class for date/time formatting subclasses which
formats and parses dates or time in a language-independent manner.
|
static class |
DateFormat.Field
Defines constants that are used as attribute keys in the
AttributedCharacterIterator returned
from DateFormat.formatToCharacterIterator and as
field identifiers in FieldPosition. |
class |
DateFormatSymbols
DateFormatSymbols is 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. |
class |
DecimalFormat
DecimalFormat is a concrete subclass of
NumberFormat that formats decimal numbers. |
class |
DecimalFormatSymbols
This class represents the set of symbols (such as the decimal separator,
the grouping separator, and so on) needed by
DecimalFormat
to format numbers. |
class |
FieldPosition
FieldPosition is a simple class used by Format
and its subclasses to identify fields in formatted output. |
class |
Format
Format is an abstract base class for formatting locale-sensitive
information such as dates, messages, and numbers. |
static class |
Format.Field
Defines constants that are used as attribute keys in the
AttributedCharacterIterator returned
from Format.formatToCharacterIterator and as
field identifiers in FieldPosition. |
class |
MessageFormat
MessageFormat provides a means to produce concatenated
messages in language-neutral way. |
static class |
MessageFormat.Field
Defines constants that are used as attribute keys in the
AttributedCharacterIterator returned
from MessageFormat.formatToCharacterIterator. |
class |
NumberFormat
NumberFormat is the abstract base class for all number
formats. |
static class |
NumberFormat.Field
Defines constants that are used as attribute keys in the
AttributedCharacterIterator returned
from NumberFormat.formatToCharacterIterator and as
field identifiers in FieldPosition. |
class |
ParseException
Signals that an error has been reached unexpectedly
while parsing.
|
class |
ParsePosition
ParsePosition is a simple class used by Format
and its subclasses to keep track of the current position during parsing. |
class |
RuleBasedCollator
The
RuleBasedCollator class is a concrete subclass of
Collator that provides a simple, data-driven, table
collator. |
class |
SimpleDateFormat
SimpleDateFormat is a concrete class for formatting and
parsing dates in a locale-sensitive manner. |
class |
StringCharacterIterator
StringCharacterIterator implements the
CharacterIterater protocol for a String. |
| Modifier and Type | Method and Description |
|---|---|
Object |
StringCharacterIterator.clone()
Creates a copy of this iterator.
|
Object |
SimpleDateFormat.clone()
Creates a copy of this
SimpleDateFormat. |
Object |
RuleBasedCollator.clone()
Standard override; no change in semantics.
|
Object |
NumberFormat.clone()
Overrides Cloneable
|
Object |
MessageFormat.clone()
Creates and returns a copy of this object.
|
Object |
Format.clone()
Creates and returns a copy of this object.
|
Object |
DecimalFormatSymbols.clone()
Standard override.
|
Object |
DecimalFormat.clone()
Standard override; no change in semantics.
|
Object |
DateFormatSymbols.clone()
Overrides Cloneable
|
Object |
DateFormat.clone()
Overrides Cloneable
|
Object |
Collator.clone()
Overrides Cloneable
|
Object |
ChoiceFormat.clone()
Overrides Cloneable
|
Object |
CharacterIterator.clone()
Create a copy of this iterator
|
Object |
BreakIterator.clone()
Create a copy of this iterator
|
Object |
AttributedCharacterIterator.getAttribute(AttributedCharacterIterator.Attribute attribute)
Returns the value of the named attribute for the current character.
|
Object[] |
ChoiceFormat.getFormats()
Get the formats passed in the constructor.
|
Object |
Annotation.getValue()
Returns the value of the attribute, which may be null.
|
Object[] |
MessageFormat.parse(String source)
Parses text from the beginning of the given string to produce an object
array.
|
Object[] |
MessageFormat.parse(String source,
ParsePosition pos)
Parses the string.
|
Object |
Format.parseObject(String source)
Parses text from the beginning of the given string to produce an object.
|
Object |
NumberFormat.parseObject(String source,
ParsePosition pos)
Parses text from a string to produce a
Number. |
Object |
MessageFormat.parseObject(String source,
ParsePosition pos)
Parses text from a string to produce an object array.
|
abstract Object |
Format.parseObject(String source,
ParsePosition pos)
Parses text from a string to produce an object.
|
Object |
DateFormat.parseObject(String source,
ParsePosition pos)
Parses text from a string to produce a
Date. |
protected Object |
NumberFormat.Field.readResolve()
Resolves instances being deserialized to the predefined constants.
|
protected Object |
MessageFormat.Field.readResolve()
Resolves instances being deserialized to the predefined constants.
|
protected Object |
DateFormat.Field.readResolve()
Resolves instances being deserialized to the predefined constants.
|
protected Object |
AttributedCharacterIterator.Attribute.readResolve()
Resolves instances being deserialized to the predefined constants.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributedString.addAttribute(AttributedCharacterIterator.Attribute attribute,
Object value)
Adds an attribute to the entire string.
|
void |
AttributedString.addAttribute(AttributedCharacterIterator.Attribute attribute,
Object value,
int beginIndex,
int endIndex)
Adds an attribute to a subrange of the string.
|
int |
Collator.compare(Object o1,
Object o2)
Compares its two arguments for order.
|
int |
CollationKey.compareTo(Object o)
Compares this CollationKey with the specified Object for order.
|
boolean |
StringCharacterIterator.equals(Object obj)
Compares the equality of two StringCharacterIterator objects.
|
boolean |
SimpleDateFormat.equals(Object obj)
Compares the given object with this
SimpleDateFormat for
equality. |
boolean |
RuleBasedCollator.equals(Object obj)
Compares the equality of two collation objects.
|
boolean |
ParsePosition.equals(Object obj)
Overrides equals
|
boolean |
NumberFormat.equals(Object obj)
Overrides equals
|
boolean |
MessageFormat.equals(Object obj)
Equality comparison between two message format objects
|
boolean |
FieldPosition.equals(Object obj)
Overrides equals
|
boolean |
DecimalFormatSymbols.equals(Object obj)
Override equals.
|
boolean |
DecimalFormat.equals(Object obj)
Overrides equals
|
boolean |
DateFormatSymbols.equals(Object obj)
Override equals
|
boolean |
DateFormat.equals(Object obj)
Overrides equals
|
boolean |
Collator.equals(Object that)
Compares the equality of two Collators.
|
boolean |
CollationKey.equals(Object target)
Compare this CollationKey and the target CollationKey for equality.
|
boolean |
ChoiceFormat.equals(Object obj)
Equality comparision between two
|
boolean |
AttributedCharacterIterator.Attribute.equals(Object obj)
Compares two objects for equality.
|
String |
Format.format(Object obj)
Formats an object to produce a string.
|
StringBuffer |
MessageFormat.format(Object[] arguments,
StringBuffer result,
FieldPosition pos)
Formats an array of objects and appends the
MessageFormat's
pattern, with format elements replaced by the formatted objects, to the
provided StringBuffer. |
StringBuffer |
NumberFormat.format(Object number,
StringBuffer toAppendTo,
FieldPosition pos)
Formats an object to produce a string.
|
StringBuffer |
MessageFormat.format(Object arguments,
StringBuffer result,
FieldPosition pos)
Formats an array of objects and appends the
MessageFormat's
pattern, with format elements replaced by the formatted objects, to the
provided StringBuffer. |
abstract StringBuffer |
Format.format(Object obj,
StringBuffer toAppendTo,
FieldPosition pos)
Formats an object and appends the resulting text to a given string
buffer.
|
StringBuffer |
DateFormat.format(Object obj,
StringBuffer toAppendTo,
FieldPosition fieldPosition)
Overrides Format.
|
static String |
MessageFormat.format(String pattern,
Object[] arguments)
Creates a MessageFormat with the given pattern and uses it
to format the given arguments.
|
AttributedCharacterIterator |
SimpleDateFormat.formatToCharacterIterator(Object obj)
Formats an Object producing an
AttributedCharacterIterator. |
AttributedCharacterIterator |
MessageFormat.formatToCharacterIterator(Object arguments)
Formats an array of objects and inserts them into the
MessageFormat's pattern, producing an
AttributedCharacterIterator. |
AttributedCharacterIterator |
Format.formatToCharacterIterator(Object obj)
Formats an Object producing an
AttributedCharacterIterator. |
AttributedCharacterIterator |
DecimalFormat.formatToCharacterIterator(Object obj)
Formats an Object producing an
AttributedCharacterIterator. |
| Constructor and Description |
|---|
Annotation(Object value)
Constructs an annotation record with the given value, which
may be null.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCollection
This class provides a skeletal implementation of the Collection
interface, to minimize the effort required to implement this interface.
|
class |
AbstractList
This class provides a skeletal implementation of the List
interface to minimize the effort required to implement this interface
backed by a "random access" data store (such as an array).
|
class |
AbstractMap
This class provides a skeletal implementation of the Map
interface, to minimize the effort required to implement this interface.
|
class |
AbstractSequentialList
This class provides a skeletal implementation of the List
interface to minimize the effort required to implement this interface
backed by a "sequential access" data store (such as a linked list).
|
class |
AbstractSet
This class provides a skeletal implementation of the Set
interface to minimize the effort required to implement this
interface.
|
class |
ArrayList
Resizable-array implementation of the List interface.
|
class |
Arrays
This class contains various methods for manipulating arrays (such as
sorting and searching).
|
class |
BitSet
This class implements a vector of bits that grows as needed.
|
class |
Calendar
Calendar is an abstract base class for converting between
a Date object and a set of integer fields such as
YEAR, MONTH, DAY, HOUR,
and so on. |
class |
Collections
This class consists exclusively of static methods that operate on or return
collections.
|
class |
ConcurrentModificationException
This exception may be thrown by methods that have detected concurrent
modification of an object when such modification is not permissible.
|
class |
Currency
Represents a currency.
|
class |
Date
The class
Date represents a specific instant
in time, with millisecond precision. |
class |
Dictionary
The
Dictionary class is the abstract parent of any
class, such as Hashtable, which maps keys to values. |
class |
EmptyStackException
Thrown by methods in the
Stack class to indicate
that the stack is empty. |
class |
EventListenerProxy
An abstract wrapper class for an EventListener class which associates a set
of additional parameters with the listener.
|
class |
EventObject
The root class from which all event state objects shall be derived.
|
class |
GregorianCalendar
GregorianCalendar is a concrete subclass of
Calendar
and provides the standard calendar used by most of the world. |
class |
HashMap
Hash table based implementation of the Map interface.
|
class |
HashSet
This class implements the Set interface, backed by a hash table
(actually a HashMap instance).
|
class |
Hashtable
This class implements a hashtable, which maps keys to values.
|
class |
IdentityHashMap
This class implements the Map interface with a hash table, using
reference-equality in place of object-equality when comparing keys (and
values).
|
class |
LinkedHashMap
Hash table and linked list implementation of the Map interface,
with predictable iteration order.
|
class |
LinkedHashSet
Hash table and linked list implementation of the Set interface,
with predictable iteration order.
|
class |
LinkedList
Linked list implementation of the List interface.
|
class |
ListResourceBundle
ListResourceBundle is an abstract subclass of
ResourceBundle that manages resources for a locale
in a convenient and easy to use list. |
class |
Locale
A
Locale object represents a specific geographical, political,
or cultural region. |
class |
MissingResourceException
Signals that a resource is missing.
|
class |
NoSuchElementException
Thrown by the
nextElement method of an
Enumeration to indicate that there are no more
elements in the enumeration. |
class |
Observable
This class represents an observable object, or "data"
in the model-view paradigm.
|
class |
Properties
The
Properties class represents a persistent set of
properties. |
class |
PropertyPermission
This class is for property permissions.
|
class |
PropertyResourceBundle
PropertyResourceBundle is a concrete subclass of
ResourceBundle that manages resources for a locale
using a set of static strings from a property file. |
class |
Random
An instance of this class is used to generate a stream of
pseudorandom numbers.
|
class |
ResourceBundle
Resource bundles contain locale-specific objects.
|
class |
SimpleTimeZone
SimpleTimeZone is a concrete subclass of TimeZone
that represents a time zone for use with a Gregorian calendar. |
class |
Stack
The
Stack class represents a last-in-first-out
(LIFO) stack of objects. |
class |
StringTokenizer
The string tokenizer class allows an application to break a
string into tokens.
|
class |
Timer
A facility for threads to schedule tasks for future execution in a
background thread.
|
class |
TimerTask
A task that can be scheduled for one-time or repeated execution by a Timer.
|
class |
TimeZone
TimeZone represents a time zone offset, and also figures out daylight
savings. |
class |
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. |
class |
TreeMap
Red-Black tree based implementation of the SortedMap interface.
|
class |
TreeSet
This class implements the Set interface, backed by a
TreeMap instance.
|
class |
Vector
The
Vector class implements a growable array of
objects. |
class |
WeakHashMap
A hashtable-based Map implementation with weak keys.
|
| Modifier and Type | Field and Description |
|---|---|
protected Object[] |
Vector.elementData
The array buffer into which the components of the vector are
stored.
|
protected Object |
EventObject.source
The object on which the Event initially occurred.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Vector.clone()
Returns a clone of this vector.
|
Object |
TreeSet.clone()
Returns a shallow copy of this TreeSet instance.
|
Object |
TreeMap.clone()
Returns a shallow copy of this TreeMap instance.
|
Object |
TimeZone.clone()
Creates a copy of this
TimeZone. |
Object |
SimpleTimeZone.clone()
Returns a clone of this
SimpleTimeZone instance. |
Object |
Locale.clone()
Overrides Cloneable
|
Object |
LinkedList.clone()
Returns a shallow copy of this LinkedList.
|
Object |
IdentityHashMap.clone()
Returns a shallow copy of this identity hash map: the keys and values
themselves are not cloned.
|
Object |
Hashtable.clone()
Creates a shallow copy of this hashtable.
|
Object |
HashSet.clone()
Returns a shallow copy of this HashSet instance: the elements
themselves are not cloned.
|
Object |
HashMap.clone()
Returns a shallow copy of this HashMap instance: the keys and
values themselves are not cloned.
|
Object |
Date.clone()
Return a copy of this object.
|
Object |
Calendar.clone()
Overrides Cloneable
|
Object |
BitSet.clone()
Cloning this
BitSet produces a new BitSet
that is equal to it. |
Object |
ArrayList.clone()
Returns a shallow copy of this ArrayList instance.
|
protected Object |
AbstractMap.clone()
Returns a shallow copy of this AbstractMap instance: the keys
and values themselves are not cloned.
|
Object |
Vector.elementAt(int index)
Returns the component at the specified index.
|
Object |
TreeSet.first()
Returns the first (lowest) element currently in this sorted set.
|
Object |
SortedSet.first()
Returns the first (lowest) element currently in this sorted set.
|
Object |
Vector.firstElement()
Returns the first component (the item at index 0) of
this vector.
|
Object |
TreeMap.firstKey()
Returns the first (lowest) key currently in this sorted map.
|
Object |
SortedMap.firstKey()
Returns the first (lowest) key currently in this sorted map.
|
Object |
Vector.get(int index)
Returns the element at the specified position in this Vector.
|
Object |
List.get(int index)
Returns the element at the specified position in this list.
|
Object |
LinkedList.get(int index)
Returns the element at the specified position in this list.
|
Object |
ArrayList.get(int index)
Returns the element at the specified position in this list.
|
Object |
AbstractSequentialList.get(int index)
Returns the element at the specified position in this list.
|
abstract Object |
AbstractList.get(int index)
Returns the element at the specified position in this list.
|
Object |
WeakHashMap.get(Object key)
Returns the value to which the specified key is mapped in this weak
hash map, or null if the map contains no mapping for
this key.
|
Object |
TreeMap.get(Object key)
Returns the value to which this map maps the specified key.
|
Object |
Map.get(Object key)
Returns the value to which this map maps the specified key.
|
Object |
LinkedHashMap.get(Object key)
Returns the value to which this map maps the specified key.
|
Object |
IdentityHashMap.get(Object key)
Returns the value to which the specified key is mapped in this identity
hash map, or null if the map contains no mapping for
this key.
|
Object |
Hashtable.get(Object key)
Returns the value to which the specified key is mapped in this hashtable.
|
Object |
HashMap.get(Object key)
Returns the value to which the specified key is mapped in this identity
hash map, or null if the map contains no mapping for this key.
|
abstract Object |
Dictionary.get(Object key)
Returns the value to which the key is mapped in this dictionary.
|
Object |
AbstractMap.get(Object key)
Returns the value to which this map maps the specified key.
|
protected abstract Object[][] |
ListResourceBundle.getContents()
See class description.
|
Object |
LinkedList.getFirst()
Returns the first element in this list.
|
Object |
Map.Entry.getKey()
Returns the key corresponding to this entry.
|
Object |
LinkedList.getLast()
Returns the last element in this list.
|
Object |
ResourceBundle.getObject(String key)
Gets an object for the given key from this resource bundle or one of its parents.
|
Object |
EventObject.getSource()
The object on which the Event initially occurred.
|
Object |
Map.Entry.getValue()
Returns the value corresponding to this entry.
|
protected abstract Object |
ResourceBundle.handleGetObject(String key)
Gets an object for the given key from this resource bundle.
|
Object |
PropertyResourceBundle.handleGetObject(String key) |
Object |
ListResourceBundle.handleGetObject(String key) |
Object |
TreeSet.last()
Returns the last (highest) element currently in this sorted set.
|
Object |
SortedSet.last()
Returns the last (highest) element currently in this sorted set.
|
Object |
Vector.lastElement()
Returns the last component of the vector.
|
Object |
TreeMap.lastKey()
Returns the last (highest) key currently in this sorted map.
|
Object |
SortedMap.lastKey()
Returns the last (highest) key currently in this sorted map.
|
static Object |
Collections.max(Collection coll)
Returns the maximum element of the given collection, according to the
natural ordering of its elements.
|
static Object |
Collections.max(Collection coll,
Comparator comp)
Returns the maximum element of the given collection, according to the
order induced by the specified comparator.
|
static Object |
Collections.min(Collection coll)
Returns the minimum element of the given collection, according to the
natural ordering of its elements.
|
static Object |
Collections.min(Collection coll,
Comparator comp)
Returns the minimum element of the given collection, according to the
order induced by the specified comparator.
|
Object |
ListIterator.next()
Returns the next element in the list.
|
Object |
Iterator.next()
Returns the next element in the iteration.
|
Object |
StringTokenizer.nextElement()
Returns the same value as the
nextToken method,
except that its declared return value is Object rather than
String. |
Object |
Enumeration.nextElement()
Returns the next element of this enumeration if this enumeration
object has at least one more element to provide.
|
Object |
Stack.peek()
Looks at the object at the top of this stack without removing it
from the stack.
|
Object |
Stack.pop()
Removes the object at the top of this stack and returns that
object as the value of this function.
|
Object |
ListIterator.previous()
Returns the previous element in the list.
|
Object |
Stack.push(Object item)
Pushes an item onto the top of this stack.
|
Object |
WeakHashMap.put(Object key,
Object value)
Associates the specified value with the specified key in this map.
|
Object |
TreeMap.put(Object key,
Object value)
Associates the specified value with the specified key in this map.
|
Object |
Map.put(Object key,
Object value)
Associates the specified value with the specified key in this map
(optional operation).
|
Object |
IdentityHashMap.put(Object key,
Object value)
Associates the specified value with the specified key in this identity
hash map.
|
Object |
Hashtable.put(Object key,
Object value)
Maps the specified
key to the specified
value in this hashtable. |
Object |
HashMap.put(Object key,
Object value)
Associates the specified value with the specified key in this map.
|
abstract Object |
Dictionary.put(Object key,
Object value)
Maps the specified
key to the specified
value in this dictionary. |
Object |
AbstractMap.put(Object key,
Object value)
Associates the specified value with the specified key in this map
(optional operation).
|
Object |
Vector.remove(int index)
Removes the element at the specified position in this Vector.
|
Object |
List.remove(int index)
Removes the element at the specified position in this list (optional
operation).
|
Object |
LinkedList.remove(int index)
Removes the element at the specified position in this list.
|
Object |
ArrayList.remove(int index)
Removes the element at the specified position in this list.
|
Object |
AbstractSequentialList.remove(int index)
Removes the element at the specified position in this list.
|
Object |
AbstractList.remove(int index)
Removes the element at the specified position in this list (optional
operation).
|
Object |
WeakHashMap.remove(Object key)
Removes the mapping for this key from this map if present.
|
Object |
TreeMap.remove(Object key)
Removes the mapping for this key from this TreeMap if present.
|
Object |
Map.remove(Object key)
Removes the mapping for this key from this map if it is present
(optional operation).
|
Object |
IdentityHashMap.remove(Object key)
Removes the mapping for this key from this map if present.
|
Object |
Hashtable.remove(Object key)
Removes the key (and its corresponding value) from this
hashtable.
|
Object |
HashMap.remove(Object key)
Removes the mapping for this key from this map if present.
|
abstract Object |
Dictionary.remove(Object key)
Removes the
key (and its corresponding
value) from this dictionary. |
Object |
AbstractMap.remove(Object key)
Removes the mapping for this key from this map if present (optional
operation).
|
Object |
LinkedList.removeFirst()
Removes and returns the first element from this list.
|
Object |
LinkedList.removeLast()
Removes and returns the last element from this list.
|
Object |
Vector.set(int index,
Object element)
Replaces the element at the specified position in this Vector with the
specified element.
|
Object |
List.set(int index,
Object element)
Replaces the element at the specified position in this list with the
specified element (optional operation).
|
Object |
LinkedList.set(int index,
Object element)
Replaces the element at the specified position in this list with the
specified element.
|
Object |
ArrayList.set(int index,
Object element)
Replaces the element at the specified position in this list with
the specified element.
|
Object |
AbstractSequentialList.set(int index,
Object element)
Replaces the element at the specified position in this list with the
specified element.
|
Object |
AbstractList.set(int index,
Object element)
Replaces the element at the specified position in this list with the
specified element (optional operation).
|
Object |
Properties.setProperty(String key,
String value)
Calls the Hashtable method
put. |
Object |
Map.Entry.setValue(Object value)
Replaces the value corresponding to this entry with the specified
value (optional operation).
|
Object[] |
Vector.toArray()
Returns an array containing all of the elements in this Vector
in the correct order.
|
Object[] |
Set.toArray()
Returns an array containing all of the elements in this set.
|
Object[] |
List.toArray()
Returns an array containing all of the elements in this list in proper
sequence.
|
Object[] |
LinkedList.toArray()
Returns an array containing all of the elements in this list
in the correct order.
|
Object[] |
Collection.toArray()
Returns an array containing all of the elements in this collection.
|
Object[] |
ArrayList.toArray()
Returns an array containing all of the elements in this list
in the correct order.
|
Object[] |
AbstractCollection.toArray()
Returns an array containing all of the elements in this collection.
|
Object[] |
Vector.toArray(Object[] a)
Returns an array containing all of the elements in this Vector in the
correct order; the runtime type of the returned array is that of the
specified array.
|
Object[] |
Set.toArray(Object[] a)
Returns an array containing all of the elements in this set; the
runtime type of the returned array is that of the specified array.
|
Object[] |
List.toArray(Object[] a)
Returns an array containing all of the elements in this list in proper
sequence; the runtime type of the returned array is that of the
specified array.
|
Object[] |
LinkedList.toArray(Object[] a)
Returns an array containing all of the elements in this list in
the correct order; the runtime type of the returned array is that of
the specified array.
|
Object[] |
Collection.toArray(Object[] a)
Returns an array containing all of the elements in this collection;
the runtime type of the returned array is that of the specified array.
|
Object[] |
ArrayList.toArray(Object[] a)
Returns an array containing all of the elements in this list in the
correct order; the runtime type of the returned array is that of the
specified array.
|
Object[] |
AbstractCollection.toArray(Object[] a)
Returns an array containing all of the elements in this collection;
the runtime type of the returned array is that of the specified array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vector.add(int index,
Object element)
Inserts the specified element at the specified position in this Vector.
|
void |
List.add(int index,
Object element)
Inserts the specified element at the specified position in this list
(optional operation).
|
void |
LinkedList.add(int index,
Object element)
Inserts the specified element at the specified position in this list.
|
void |
ArrayList.add(int index,
Object element)
Inserts the specified element at the specified position in this
list.
|
void |
AbstractSequentialList.add(int index,
Object element)
Inserts the specified element at the specified position in this list.
|
void |
AbstractList.add(int index,
Object element)
Inserts the specified element at the specified position in this list
(optional operation).
|
boolean |
Vector.add(Object o)
Appends the specified element to the end of this Vector.
|
boolean |
TreeSet.add(Object o)
Adds the specified element to this set if it is not already present.
|
boolean |
Set.add(Object o)
Adds the specified element to this set if it is not already present
(optional operation).
|
void |
ListIterator.add(Object o)
Inserts the specified element into the list (optional operation).
|
boolean |
List.add(Object o)
Appends the specified element to the end of this list (optional
operation).
|
boolean |
LinkedList.add(Object o)
Appends the specified element to the end of this list.
|
boolean |
HashSet.add(Object o)
Adds the specified element to this set if it is not already
present.
|
boolean |
Collection.add(Object o)
Ensures that this collection contains the specified element (optional
operation).
|
boolean |
ArrayList.add(Object o)
Appends the specified element to the end of this list.
|
boolean |
AbstractList.add(Object o)
Appends the specified element to the end of this List (optional
operation).
|
boolean |
AbstractCollection.add(Object o)
Ensures that this collection contains the specified element (optional
operation).
|
void |
Vector.addElement(Object obj)
Adds the specified component to the end of this vector,
increasing its size by one.
|
void |
LinkedList.addFirst(Object o)
Inserts the given element at the beginning of this list.
|
void |
LinkedList.addLast(Object o)
Appends the given element to the end of this list.
|
boolean |
Calendar.after(Object when)
Compares the time field records.
|
static List |
Arrays.asList(Object[] a)
Returns a fixed-size list backed by the specified array.
|
boolean |
Calendar.before(Object when)
Compares the time field records.
|
static int |
Collections.binarySearch(List list,
Object key)
Searches the specified list for the specified object using the binary
search algorithm.
|
static int |
Collections.binarySearch(List list,
Object key,
Comparator c)
Searches the specified list for the specified object using the binary
search algorithm.
|
static int |
Arrays.binarySearch(Object[] a,
Object key)
Searches the specified array for the specified object using the binary
search algorithm.
|
static int |
Arrays.binarySearch(Object[] a,
Object key)
Searches the specified array for the specified object using the binary
search algorithm.
|
static int |
Arrays.binarySearch(Object[] a,
Object key,
Comparator c)
Searches the specified array for the specified object using the binary
search algorithm.
|
static int |
Arrays.binarySearch(Object[] a,
Object key,
Comparator c)
Searches the specified array for the specified object using the binary
search algorithm.
|
int |
Comparator.compare(Object o1,
Object o2)
Compares its two arguments for order.
|
int |
Date.compareTo(Object o)
Compares this Date to another Object.
|
boolean |
Vector.contains(Object elem)
Tests if the specified object is a component in this vector.
|
boolean |
TreeSet.contains(Object o)
Returns true if this set contains the specified element.
|
boolean |
Set.contains(Object o)
Returns true if this set contains the specified element.
|
boolean |
List.contains(Object o)
Returns true if this list contains the specified element.
|
boolean |
LinkedList.contains(Object o)
Returns true if this list contains the specified element.
|
boolean |
Hashtable.contains(Object value)
Tests if some key maps into the specified value in this hashtable.
|
boolean |
HashSet.contains(Object o)
Returns true if this set contains the specified element.
|
boolean |
Collection.contains(Object o)
Returns true if this collection contains the specified
element.
|
boolean |
ArrayList.contains(Object elem)
Returns true if this list contains the specified element.
|
boolean |
AbstractCollection.contains(Object o)
Returns true if this collection contains the specified
element.
|
boolean |
WeakHashMap.containsKey(Object key)
Returns true if this map contains a mapping for the
specified key.
|
boolean |
TreeMap.containsKey(Object key)
Returns true if this map contains a mapping for the specified
key.
|
boolean |
Map.containsKey(Object key)
Returns true if this map contains a mapping for the specified
key.
|
boolean |
IdentityHashMap.containsKey(Object key)
Tests whether the specified object reference is a key in this identity
hash map.
|
boolean |
Hashtable.containsKey(Object key)
Tests if the specified object is a key in this hashtable.
|
boolean |
HashMap.containsKey(Object key)
Returns true if this map contains a mapping for the
specified key.
|
boolean |
AbstractMap.containsKey(Object key)
Returns true if this map contains a mapping for the specified
key.
|
boolean |
WeakHashMap.containsValue(Object value)
Returns true if this map maps one or more keys to the
specified value.
|
boolean |
TreeMap.containsValue(Object value)
Returns true if this map maps one or more keys to the
specified value.
|
boolean |
Map.containsValue(Object value)
Returns true if this map maps one or more keys to the
specified value.
|
boolean |
LinkedHashMap.containsValue(Object value)
Returns true if this map maps one or more keys to the
specified value.
|
boolean |
IdentityHashMap.containsValue(Object value)
Tests whether the specified object reference is a value in this identity
hash map.
|
boolean |
Hashtable.containsValue(Object value)
Returns true if this Hashtable maps one or more keys to this value.
|
boolean |
HashMap.containsValue(Object value)
Returns true if this map maps one or more keys to the
specified value.
|
boolean |
AbstractMap.containsValue(Object value)
Returns true if this map maps one or more keys to this value.
|
void |
Vector.copyInto(Object[] anArray)
Copies the components of this vector into the specified array.
|
boolean |
Vector.equals(Object o)
Compares the specified Object with this Vector for equality.
|
boolean |
SimpleTimeZone.equals(Object obj)
Compares the equality of two
SimpleTimeZone objects. |
boolean |
Set.equals(Object o)
Compares the specified object with this set for equality.
|
boolean |
PropertyPermission.equals(Object obj)
Checks two PropertyPermission objects for equality.
|
boolean |
Map.equals(Object o)
Compares the specified object with this map for equality.
|
boolean |
Map.Entry.equals(Object o)
Compares the specified object with this entry for equality.
|
boolean |
Locale.equals(Object obj)
Returns true if this Locale is equal to another object.
|
boolean |
List.equals(Object o)
Compares the specified object with this list for equality.
|
boolean |
IdentityHashMap.equals(Object o)
Compares the specified object with this map for equality.
|
boolean |
Hashtable.equals(Object o)
Compares the specified Object with this Map for equality,
as per the definition in the Map interface.
|
boolean |
GregorianCalendar.equals(Object obj)
Compares this GregorianCalendar to an object reference.
|
boolean |
Date.equals(Object obj)
Compares two dates for equality.
|
boolean |
Comparator.equals(Object obj)
Indicates whether some other object is "equal to" this
Comparator.
|
boolean |
Collection.equals(Object o)
Compares the specified object with this collection for equality.
|
boolean |
Calendar.equals(Object obj)
Compares this calendar to the specified object.
|
boolean |
BitSet.equals(Object obj)
Compares this object against the specified object.
|
boolean |
AbstractSet.equals(Object o)
Compares the specified object with this set for equality.
|
boolean |
AbstractMap.equals(Object o)
Compares the specified object with this map for equality.
|
boolean |
AbstractList.equals(Object o)
Compares the specified object with this list for equality.
|
static boolean |
Arrays.equals(Object[] a,
Object[] a2)
Returns true if the two specified arrays of Objects are
equal to one another.
|
static boolean |
Arrays.equals(Object[] a,
Object[] a2)
Returns true if the two specified arrays of Objects are
equal to one another.
|
static void |
Collections.fill(List list,
Object obj)
Replaces all of the elements of the specified list with the specified
element.
|
static void |
Arrays.fill(Object[] a,
int fromIndex,
int toIndex,
Object val)
Assigns the specified Object reference to each element of the specified
range of the specified array of Objects.
|
static void |
Arrays.fill(Object[] a,
int fromIndex,
int toIndex,
Object val)
Assigns the specified Object reference to each element of the specified
range of the specified array of Objects.
|
static void |
Arrays.fill(Object[] a,
Object val)
Assigns the specified Object reference to each element of the specified
array of Objects.
|
static void |
Arrays.fill(Object[] a,
Object val)
Assigns the specified Object reference to each element of the specified
array of Objects.
|
Object |
WeakHashMap.get(Object key)
Returns the value to which the specified key is mapped in this weak
hash map, or null if the map contains no mapping for
this key.
|
Object |
TreeMap.get(Object key)
Returns the value to which this map maps the specified key.
|
Object |
Map.get(Object key)
Returns the value to which this map maps the specified key.
|
Object |
LinkedHashMap.get(Object key)
Returns the value to which this map maps the specified key.
|
Object |
IdentityHashMap.get(Object key)
Returns the value to which the specified key is mapped in this identity
hash map, or null if the map contains no mapping for
this key.
|
Object |
Hashtable.get(Object key)
Returns the value to which the specified key is mapped in this hashtable.
|
Object |
HashMap.get(Object key)
Returns the value to which the specified key is mapped in this identity
hash map, or null if the map contains no mapping for this key.
|
abstract Object |
Dictionary.get(Object key)
Returns the value to which the key is mapped in this dictionary.
|
Object |
AbstractMap.get(Object key)
Returns the value to which this map maps the specified key.
|
SortedMap |
TreeMap.headMap(Object toKey)
Returns a view of the portion of this map whose keys are strictly less
than toKey.
|
SortedMap |
SortedMap.headMap(Object toKey)
Returns a view of the portion of this sorted map whose keys are
strictly less than toKey.
|
SortedSet |
TreeSet.headSet(Object toElement)
Returns a view of the portion of this set whose elements are strictly
less than toElement.
|
SortedSet |
SortedSet.headSet(Object toElement)
Returns a view of the portion of this sorted set whose elements are
strictly less than toElement.
|
int |
Vector.indexOf(Object elem)
Searches for the first occurence of the given argument, testing
for equality using the
equals method. |
int |
List.indexOf(Object o)
Returns the index in this list of the first occurrence of the specified
element, or -1 if this list does not contain this element.
|
int |
LinkedList.indexOf(Object o)
Returns the index in this list of the first occurrence of the
specified element, or -1 if the List does not contain this
element.
|
int |
ArrayList.indexOf(Object elem)
Searches for the first occurence of the given argument, testing
for equality using the equals method.
|
int |
AbstractList.indexOf(Object o)
Returns the index in this list of the first occurence of the specified
element, or -1 if the list does not contain this element.
|
int |
Vector.indexOf(Object elem,
int index)
Searches for the first occurence of the given argument, beginning
the search at
index, and testing for equality using
the equals method. |
void |
Vector.insertElementAt(Object obj,
int index)
Inserts the specified object as a component in this vector at the
specified
index. |
int |
Vector.lastIndexOf(Object elem)
Returns the index of the last occurrence of the specified object in
this vector.
|
int |
List.lastIndexOf(Object o)
Returns the index in this list of the last occurrence of the specified
element, or -1 if this list does not contain this element.
|
int |
LinkedList.lastIndexOf(Object o)
Returns the index in this list of the last occurrence of the
specified element, or -1 if the list does not contain this
element.
|
int |
ArrayList.lastIndexOf(Object elem)
Returns the index of the last occurrence of the specified object in
this list.
|
int |
AbstractList.lastIndexOf(Object o)
Returns the index in this list of the last occurence of the specified
element, or -1 if the list does not contain this element.
|
int |
Vector.lastIndexOf(Object elem,
int index)
Searches backwards for the specified object, starting from the
specified index, and returns an index to it.
|
static List |
Collections.nCopies(int n,
Object o)
Returns an immutable list consisting of n copies of the
specified object.
|
void |
Observable.notifyObservers(Object arg)
If this object has changed, as indicated by the
hasChanged method, then notify all of its observers
and then call the clearChanged method to indicate
that this object has no longer changed. |
Object |
Stack.push(Object item)
Pushes an item onto the top of this stack.
|
Object |
WeakHashMap.put(Object key,
Object value)
Associates the specified value with the specified key in this map.
|
Object |
TreeMap.put(Object key,
Object value)
Associates the specified value with the specified key in this map.
|
Object |
Map.put(Object key,
Object value)
Associates the specified value with the specified key in this map
(optional operation).
|
Object |
IdentityHashMap.put(Object key,
Object value)
Associates the specified value with the specified key in this identity
hash map.
|
Object |
Hashtable.put(Object key,
Object value)
Maps the specified
key to the specified
value in this hashtable. |
Object |
HashMap.put(Object key,
Object value)
Associates the specified value with the specified key in this map.
|
abstract Object |
Dictionary.put(Object key,
Object value)
Maps the specified
key to the specified
value in this dictionary. |
Object |
AbstractMap.put(Object key,
Object value)
Associates the specified value with the specified key in this map
(optional operation).
|
Object |
WeakHashMap.remove(Object key)
Removes the mapping for this key from this map if present.
|
boolean |
Vector.remove(Object o)
Removes the first occurrence of the specified element in this Vector
If the Vector does not contain the element, it is unchanged.
|
boolean |
TreeSet.remove(Object o)
Removes the specified element from this set if it is present.
|
Object |
TreeMap.remove(Object key)
Removes the mapping for this key from this TreeMap if present.
|
boolean |
Set.remove(Object o)
Removes the specified element from this set if it is present (optional
operation).
|
Object |
Map.remove(Object key)
Removes the mapping for this key from this map if it is present
(optional operation).
|
boolean |
List.remove(Object o)
Removes the first occurrence in this list of the specified element
(optional operation).
|
boolean |
LinkedList.remove(Object o)
Removes the first occurrence of the specified element in this list.
|
Object |
IdentityHashMap.remove(Object key)
Removes the mapping for this key from this map if present.
|
Object |
Hashtable.remove(Object key)
Removes the key (and its corresponding value) from this
hashtable.
|
boolean |
HashSet.remove(Object o)
Removes the specified element from this set if it is present.
|
Object |
HashMap.remove(Object key)
Removes the mapping for this key from this map if present.
|
abstract Object |
Dictionary.remove(Object key)
Removes the
key (and its corresponding
value) from this dictionary. |
boolean |
Collection.remove(Object o)
Removes a single instance of the specified element from this
collection, if it is present (optional operation).
|
Object |
AbstractMap.remove(Object key)
Removes the mapping for this key from this map if present (optional
operation).
|
boolean |
AbstractCollection.remove(Object o)
Removes a single instance of the specified element from this
collection, if it is present (optional operation).
|
boolean |
Vector.removeElement(Object obj)
Removes the first (lowest-indexed) occurrence of the argument
from this vector.
|
static boolean |
Collections.replaceAll(List list,
Object oldVal,
Object newVal)
Replaces all occurrences of one specified value in a list with another.
|
int |
Stack.search(Object o)
Returns the 1-based position where an object is on this stack.
|
Object |
Vector.set(int index,
Object element)
Replaces the element at the specified position in this Vector with the
specified element.
|
Object |
List.set(int index,
Object element)
Replaces the element at the specified position in this list with the
specified element (optional operation).
|
Object |
LinkedList.set(int index,
Object element)
Replaces the element at the specified position in this list with the
specified element.
|
Object |
ArrayList.set(int index,
Object element)
Replaces the element at the specified position in this list with
the specified element.
|
Object |
AbstractSequentialList.set(int index,
Object element)
Replaces the element at the specified position in this list with the
specified element.
|
Object |
AbstractList.set(int index,
Object element)
Replaces the element at the specified position in this list with the
specified element (optional operation).
|
void |
ListIterator.set(Object o)
Replaces the last element returned by next or
previous with the specified element (optional operation).
|
void |
Vector.setElementAt(Object obj,
int index)
Sets the component at the specified
index of this
vector to be the specified object. |
Object |
Map.Entry.setValue(Object value)
Replaces the value corresponding to this entry with the specified
value (optional operation).
|
static Set |
Collections.singleton(Object o)
Returns an immutable set containing only the specified object.
|
static List |
Collections.singletonList(Object o)
Returns an immutable list containing only the specified object.
|
static Map |
Collections.singletonMap(Object key,
Object value)
Returns an immutable map, mapping only the specified key to the
specified value.
|
static void |
Arrays.sort(Object[] a)
Sorts the specified array of objects into ascending order, according to
the natural ordering of its elements.
|
static void |
Arrays.sort(Object[] a,
Comparator c)
Sorts the specified array of objects according to the order induced by
the specified comparator.
|
static void |
Arrays.sort(Object[] a,
int fromIndex,
int toIndex)
Sorts the specified range of the specified array of objects into
ascending order, according to the natural ordering of its
elements.
|
static void |
Arrays.sort(Object[] a,
int fromIndex,
int toIndex,
Comparator c)
Sorts the specified range of the specified array of objects according
to the order induced by the specified comparator.
|
SortedMap |
TreeMap.subMap(Object fromKey,
Object toKey)
Returns a view of the portion of this map whose keys range from
fromKey, inclusive, to toKey, exclusive.
|
SortedMap |
SortedMap.subMap(Object fromKey,
Object toKey)
Returns a view of the portion of this sorted map whose keys range from
fromKey, inclusive, to toKey, exclusive.
|
SortedSet |
TreeSet.subSet(Object fromElement,
Object toElement)
Returns a view of the portion of this set whose elements range from
fromElement, inclusive, to toElement, exclusive.
|
SortedSet |
SortedSet.subSet(Object fromElement,
Object toElement)
Returns a view of the portion of this sorted set whose elements range
from fromElement, inclusive, to toElement, exclusive.
|
SortedMap |
TreeMap.tailMap(Object fromKey)
Returns a view of the portion of this map whose keys are greater than
or equal to fromKey.
|
SortedMap |
SortedMap.tailMap(Object fromKey)
Returns a view of the portion of this sorted map whose keys are greater
than or equal to fromKey.
|
SortedSet |
TreeSet.tailSet(Object fromElement)
Returns a view of the portion of this set whose elements are
greater than or equal to fromElement.
|
SortedSet |
SortedSet.tailSet(Object fromElement)
Returns a view of the portion of this sorted set whose elements are
greater than or equal to fromElement.
|
Object[] |
Vector.toArray(Object[] a)
Returns an array containing all of the elements in this Vector in the
correct order; the runtime type of the returned array is that of the
specified array.
|
Object[] |
Set.toArray(Object[] a)
Returns an array containing all of the elements in this set; the
runtime type of the returned array is that of the specified array.
|
Object[] |
List.toArray(Object[] a)
Returns an array containing all of the elements in this list in proper
sequence; the runtime type of the returned array is that of the
specified array.
|
Object[] |
LinkedList.toArray(Object[] a)
Returns an array containing all of the elements in this list in
the correct order; the runtime type of the returned array is that of
the specified array.
|
Object[] |
Collection.toArray(Object[] a)
Returns an array containing all of the elements in this collection;
the runtime type of the returned array is that of the specified array.
|
Object[] |
ArrayList.toArray(Object[] a)
Returns an array containing all of the elements in this list in the
correct order; the runtime type of the returned array is that of the
specified array.
|
Object[] |
AbstractCollection.toArray(Object[] a)
Returns an array containing all of the elements in this collection;
the runtime type of the returned array is that of the specified array.
|
void |
Observer.update(Observable o,
Object arg)
This method is called whenever the observed object is changed.
|
| Constructor and Description |
|---|
EventObject(Object source)
Constructs a prototypical Event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Attributes
The Attributes class maps Manifest attribute names to associated string
values.
|
static class |
Attributes.Name
The Attributes.Name class represents an attribute name stored in
this Map.
|
class |
JarEntry
This class is used to represent a JAR file entry.
|
class |
JarException
Signals that an error of some sort has occurred while reading from
or writing to a JAR file.
|
class |
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. |
class |
JarInputStream
The
JarInputStream class is used to read the contents of
a JAR file from any input stream. |
class |
JarOutputStream
The
JarOutputStream class is used to write the contents
of a JAR file to any output stream. |
class |
Manifest
The Manifest class is used to maintain Manifest entry names and their
associated Attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Manifest.clone()
Returns a shallow copy of this Manifest.
|
Object |
Attributes.clone()
Returns a copy of the Attributes, implemented as follows:
|
Object |
Attributes.get(Object name)
Returns the value of the specified attribute name, or null if the
attribute name was not found.
|
Object |
Attributes.put(Object name,
Object value)
Associates the specified value with the specified attribute name
(key) in this Map.
|
Object |
Attributes.remove(Object name)
Removes the attribute with the specified name (key) from this Map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Attributes.containsKey(Object name)
Returns true if this Map contains the specified attribute name (key).
|
boolean |
Attributes.containsValue(Object value)
Returns true if this Map maps one or more attribute names (keys)
to the specified value.
|
boolean |
Manifest.equals(Object o)
Returns true if the specified Object is also a Manifest and has
the same main Attributes and entries.
|
boolean |
Attributes.equals(Object o)
Compares the specified Attributes object with this Map for equality.
|
boolean |
Attributes.Name.equals(Object o)
Compares this attribute name to another for equality.
|
Object |
Attributes.get(Object name)
Returns the value of the specified attribute name, or null if the
attribute name was not found.
|
Object |
Attributes.put(Object name,
Object value)
Associates the specified value with the specified attribute name
(key) in this Map.
|
Object |
Attributes.remove(Object name)
Removes the attribute with the specified name (key) from this Map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Adler32
A class that can be used to compute the Adler-32 checksum of a data
stream.
|
class |
CheckedInputStream
An input stream that also maintains a checksum of the data being read.
|
class |
CheckedOutputStream
An output stream that also maintains a checksum of the data being
written.
|
class |
CRC32
A class that can be used to compute the CRC-32 of a data stream.
|
class |
DataFormatException
Signals that a data format error has occurred.
|
class |
Deflater
This class provides support for general purpose compression using the
popular ZLIB compression library.
|
class |
DeflaterOutputStream
This class implements an output stream filter for compressing data in
the "deflate" compression format.
|
class |
GZIPInputStream
This class implements a stream filter for reading compressed data in
the GZIP format.
|
class |
GZIPOutputStream
This class implements a stream filter for writing compressed data in
the GZIP file format.
|
class |
Inflater
This class provides support for general purpose decompression using
popular ZLIB compression library.
|
class |
InflaterInputStream
This class implements a stream filter for uncompressing data in the
"deflate" compression format.
|
class |
ZipEntry
This class is used to represent a ZIP file entry.
|
class |
ZipException
Signals that a Zip exception of some sort has occurred.
|
class |
ZipFile
This class is used to read entries from a zip file.
|
class |
ZipInputStream
This class implements an input stream filter for reading files in the
ZIP file format.
|
class |
ZipOutputStream
This class implements an output stream filter for writing files in the
ZIP file format.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ZipEntry.clone()
Returns a copy of this entry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CachingControlEvent
This event is generated by a
Controller that supports
the CachingControl interface. |
class |
ClockStartedError
ClockStartedError is thrown by a Started Clock
when a method is invoked that is not legal on a Clock in the Started
state. |
class |
ClockStoppedException
A
ClockStoppedException is thrown when a method that
expects the Clock to be Started is
called on a Stopped Clock. |
class |
ConnectionErrorEvent
A
ConnectionErrorEvent is posted when an error occurs within a DataSource
when obtaining data or communicating with a server. |
class |
ControllerClosedEvent
A
ControllerClosedEvent describes an event that is
generated when an a Controller is closed. |
class |
ControllerErrorEvent
A
ControllerErrorEvent describes an event that is
generated when an error condition occurs that will cause
a Controller to cease functioning. |
class |
ControllerEvent
ControllerEvent is the base class for events generated by
a Controller. |
class |
DataStarvedEvent
DataStarvedEvent indicates that a Controller has
lost data or has stopped receiving data altogether. |
class |
DeallocateEvent
A
DeallocateEvent is posted as an acknowledgement of the
invocation of the deallocate method. |
class |
DurationUpdateEvent
DurationUpdateEvent is posted by a Controller when its
duration changes. |
class |
EndOfMediaEvent
An
EndOfMediaEvent indicates that the Controller
has reached the end of its media and is stopping. |
class |
GainChangeEvent
A
GainChangeEvent is posted by a
GainControl when its state has been updated. |
class |
IncompatibleSourceException
An
IncompatibleSourceException is thrown
by a MediaHandler when setSource
is invoked and the MediaHandler cannot
support the DataSource. |
class |
IncompatibleTimeBaseException
An
IncompatibleTimeBaseException is generated
when Clock.setTimeBase is invoked
using a TimeBase that the Clock cannot support. |
class |
InternalErrorEvent
An
InternalErrorEvent indicates that a Controller failed
for implementation-specific reasons. |
class |
Manager
Manager is the access point for obtaining
system dependent resources such as Players,
DataSources, and the system TimeBase. |
class |
MediaError
A
MediaError indicates an error condition that
occurred through incorrect usage of the API. |
class |
MediaException
A
MediaException indicates an unexpected error
condition in a JavaMedia method. |
class |
MediaLocator
MediaLocator describes the location of
media content. |
class |
MediaTimeSetEvent
A
MediaTimeSetEvent is posted by a Controller when its
media-time has been set with the setMediaTime method. |
class |
NoDataSourceException
A
NoDataSourceException is thrown when a DataSource
can't be found for a particular URL or MediaLocator. |
class |
NoPlayerException
A
NoPlayerException is thrown when a PlayerFactory
can't find a Player for a
particular URL or MediaLocator. |
class |
NotPrefetchedError
NotPrefetchedError is thrown when a method that
requires a Controller to be in the Prefetched state is called
and the Controller has not been Prefetched. |
class |
NotRealizedError
NotRealizedError is thrown when a method that
requires a Controller to be in the Realized state is called
and the Controller is not Realized. |
class |
PackageManager
A
PackageManager maintains a persistent store of
package-prefix lists. |
class |
PrefetchCompleteEvent
A
PrefetchCompleteEvent is posted when a Controller finishes
Prefetching. |
class |
RateChangeEvent
A
RateChangeEvent is a ControllerEvent that is posted when
a Controller's rate changes. |
class |
RealizeCompleteEvent
A
RealizeCompleteEvent is posted when a Controller finishes
Realizing. |
class |
ResourceUnavailableEvent
A
ResourceUnavailableEvent indicates that a Controller was
unable to allocate a resource that it requires for operation. |
class |
RestartingEvent
A
RestartingEvent indicates that a Controller has moved from
the Started state back to the Prefetching state
(a Stopped state) and intends to return to the
Started state when Prefetching is complete. |
class |
StartEvent
StartEvent is a TransitionEvent that indicates that
a Controller has entered the Started state. |
class |
StopAtTimeEvent
A
StopAtTimeEvent indicates that the Controller has stopped because it reached
its stop time. |
class |
StopByRequestEvent
A
StopByRequestEvent indicates that the Controller has stopped in response to a stop call. |
class |
StopEvent
StopEvent is a ControllerEvent that indicates that a Controller
has stopped. |
class |
StopTimeChangeEvent
A
StopTimeChangeEvent is generated by a Controller when its stop time
has changed. |
class |
StopTimeSetError
StopTimeSetError is thrown when the stop time
has been set on a Started Clock and setStopTime is invoked
again. |
class |
Time
Time abstracts time in the Java Media framework. |
class |
TransitionEvent
TransitionEvent is a ControllerEvent that indicates
that a Controller has changed state. |
| Modifier and Type | Method and Description |
|---|---|
Object |
MediaEvent.getSource() |
Object |
GainChangeEvent.getSource()
Get the object that posted this event.
|
Object |
ControllerEvent.getSource() |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentDescriptor
A
ContentDescriptor identifies media data containers. |
class |
DataSource
A
DataSource is an abstraction for media protocol-handlers. |
class |
PullDataSource
Abstracts a media data-source that only supports
pull data-streams.
|
class |
PushDataSource
Abstracts a data source that manages
PushDataStreams. |
class |
RateRange
Describes the speed at which data flows.
|
class |
URLDataSource
A default data-source created directly from
a
URL using URLConnection. |
| Modifier and Type | Method and Description |
|---|---|
Object |
URLDataSource.getControl(String controlName)
Returns null, because this source doesn't provide
any controls.
|
Object |
Controls.getControl(String controlType)
Obtain the object that implements the specified
Class or Interface
The full class or interface name must be used. |
Object[] |
URLDataSource.getControls()
Returns an empty array, because this source
doesn't provide any controls.
|
Object[] |
Controls.getControls()
Obtain the collection of objects that
control the object that implements this interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionNotFoundException
This class is used to signal that a connection target
cannot be found, or the protocol type is not supported.
|
class |
Connector
This class is a factory for creating new Connection objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnavailableContainerException
Signals that no Container can be provided for the Xlet to use at this
time.
|
class |
XletStateChangeException
Signals that a requested Xlet state change failed.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
XletContext.getXletProperty(String key)
Provides an Xlet with a mechanism to retrieve named
properties from the XletContext.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IxcPermission
This class represents access to the inter-xlet communication registry.
|
class |
IxcRegistry
IxcRegistry is the bootstrap mechanism for obtaining
references to remote objects residing in other Xlets executing on
the same machine, but in separate classloaders. |
class |
StubException
StubException is thrown whenever stub class generation fails
for inter-Xlet communication.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IxcPermission.equals(Object other)
Checks two IxcPermission objects for equality.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServerSocketFactory
This class creates server sockets.
|
class |
SocketFactory
This class creates sockets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HandshakeCompletedEvent
This event indicates that an SSL handshake completed on a given
SSL connection.
|
class |
HttpsURLConnection
HttpsURLConnection extends HttpURLConnection
with support for https-specific features. |
class |
KeyManagerFactory
This class acts as a factory for key managers based on a
source of key material.
|
class |
KeyManagerFactorySpi
This class defines the Service Provider Interface (SPI)
for the
KeyManagerFactory class. |
class |
SSLContext
Instances of this class represent a secure socket protocol
implementation which acts as a factory for secure socket
factories.
|
class |
SSLContextSpi
This class defines the Service Provider Interface (SPI)
for the
SSLContext class. |
class |
SSLException
Indicates some kind of error detected by an SSL subsystem.
|
class |
SSLHandshakeException
Indicates that the client and server could not negotiate the
desired level of security.
|
class |
SSLKeyException
Reports a bad SSL key.
|
class |
SSLPeerUnverifiedException
Indicates that the peer's identity has not been verified.
|
class |
SSLPermission
This class is for various network permissions.
|
class |
SSLProtocolException
Reports an error in the operation of the SSL protocol.
|
class |
SSLServerSocket
This class extends
ServerSockets and
provides secure server sockets using protocols such as the Secure
Sockets Layer (SSL) or Transport Layer Security (TLS) protocols. |
class |
SSLServerSocketFactory
SSLServerSocketFactorys create
SSLServerSockets. |
class |
SSLSessionBindingEvent
This event is propagated to a SSLSessionBindingListener.
|
class |
SSLSocket
This class extends
Sockets and provides secure
socket using protocols such as the "Secure
Sockets Layer" (SSL) or IETF "Transport Layer Security" (TLS) protocols. |
class |
SSLSocketFactory
SSLSocketFactorys create SSLSockets. |
class |
TrustManagerFactory
This class acts as a factory for trust managers based on a
source of trust material.
|
class |
TrustManagerFactorySpi
This class defines the Service Provider Interface (SPI)
for the
TrustManagerFactory class. |
| Modifier and Type | Method and Description |
|---|---|
Object |
SSLSession.getValue(String name)
Returns the object bound to the given name in the session's
application layer data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SSLSession.putValue(String name,
Object value)
Binds the specified
value object into the
session's application layer data
with the given name. |
| Modifier and Type | Class and Description |
|---|---|
class |
X500Principal
This class represents an X.500
Principal. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
X500Principal.equals(Object o)
Compares the specified
Object with this
X500Principal for equality. |
| Modifier and Type | Class and Description |
|---|---|
class |
CertificateEncodingException
Certificate Encoding Exception.
|
class |
CertificateException
This exception indicates one of a variety of certificate problems.
|
class |
CertificateExpiredException
Certificate Expired Exception.
|
class |
CertificateNotYetValidException
Certificate is not yet valid exception.
|
class |
CertificateParsingException
Certificate Parsing Exception.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Certificate.equals(Object other)
Compares this certificate for equality with the specified
object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlphaColor
A class that allows a very simple, interoperable form of
compositing.
|
class |
TVContainer
A class that allows an Xlet to get the root container for its AWT
components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidLocatorException
This exception is thrown when a
Locator is not valid
in a particular context. |
class |
LocatorFactory
This class defines a factory for the creation of
Locator objects. |
class |
MalformedLocatorException
This exception is thrown to indicate that a malformed locator
string has been used.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Locator.equals(Object o)
Compares this
Locator with the specified object for
equality. |
| Modifier and Type | Class and Description |
|---|---|
class |
AWTVideoSize
AWTVideoSize is a data holder that represents the
position, scaling, and clipping of a JMF Player, as controlled via
an AWTVideoSizeControl. |
class |
MediaSelectCARefusedEvent
MediaSelectCARefusedEvent is generated when a
media select operation fails due to lack of CA authorization. |
class |
MediaSelectEvent
MediaSelectEvent is the base class of events sent to
MediaSelectListener instances. |
class |
MediaSelectFailedEvent
MediaSelectFailedEvent notifies a
MediaSelectListener that a selection operation failed. |
class |
MediaSelectPermission
This class represents permission to select, via a
MediaSelectControl, the content that a JMF Player
presents. |
class |
MediaSelectSucceededEvent
A
MediaSelectSucceededEvent notifies a
MediaSelectListener that a selection operation
succeeded. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MediaSelectPermission.equals(Object other)
Tests two MediaSelectPermission objects for equality.
|
boolean |
AWTVideoSize.equals(Object other)
Compares this
AWTVideoSize with the given object
for equality. |
| Modifier and Type | Class and Description |
|---|---|
class |
InterfaceMap
Class
InterfaceMap reports the local IP address
assigned to a given service component that carries IP data. |
| Modifier and Type | Class and Description |
|---|---|
class |
ReadPermission
This class represents permission to read the data referenced by a given
Locator. |
class |
ServiceInformationType
This class represents types of service information (SI) formats.
|
class |
ServiceType
This class represents service type values such as "digital television",
"digital radio", "NVOD reference service", "NVOD time-shifted service",
"analog television", "analog radio", "data broadcast" and "application".
|
class |
SIChangeEvent
SIChangeEvent objects are sent to
SIChangeListener instances to signal detected changes
in the SI database. |
class |
SIChangeType
This class represents types of changes to SI elements.
|
class |
SIException
The base class for exceptions related to service information.
|
class |
SIManager
An
SIManager represents a managing entity which has
knowledge of all the broadcast resources available to a receiver. |
class |
SIRequestFailureType
This class represents reason codes for failure of asynchronous SI
retrieval requests.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SIElement.equals(Object obj)
Tests two
SIElement objects for equality. |
boolean |
Service.equals(Object obj)
Tests two
Service objects for equality. |
boolean |
ReadPermission.equals(Object other)
Checks two ReadPermission objects for equality.
|
| Constructor and Description |
|---|
SIChangeEvent(Object source,
SIChangeType type,
SIElement e)
Constructs an
SIChangeEvent object. |
| Modifier and Type | Class and Description |
|---|---|
class |
ProgramScheduleChangeType
This class represents types of changes to program schedules.
|
class |
ProgramScheduleEvent
A
ProgramScheduleEvent notifies an
ProgramScheduleListener of changes to program events
detected in a ProgramSchedule. |
| Modifier and Type | Class and Description |
|---|---|
class |
DeliverySystemType
This class represents values of various types of delivery systems,
for example, satellite, cable, etc.
|
class |
FilterNotSupportedException
This exception indicates that the specified
ServiceFilter is
not supported. |
class |
LocatorFilter
LocatorFilter represents a ServiceFilter
based on a set of locators. |
class |
PreferenceFilter
PreferenceFilter represents a
ServiceFilter based on a user preference for favorite
services. |
class |
ServiceComponentChangeEvent
A
ServiceComponentChangeEvent notifies an
ServiceComponentChangeListener of changes to a
ServiceComponent detected in a
ServiceDetails. |
class |
ServiceDetailsSIChangeEvent
A
ServiceDetailsSIChangeEvent notifies an
SIChangeListener of changes to a
ServiceDetails. |
class |
ServiceFilter
This class represents a set filtering criteria used to generate a
ServiceList. |
class |
ServiceTypeFilter
ServiceTypeFilter represents a
ServiceFilter based on a particular
ServiceType. |
class |
SIElementFilter
SIElementFilter represents a
ServiceFilter based on a particular
SIElement (such as a TransportStream or
ProgramEvent). |
class |
SortNotAvailableException
This exception indicates that the requested sorting method is not
available for the particular
ServiceList, for example,
sorting by service numbers. |
class |
StreamType
This class represents values of
ServiceComponent
stream types (e.g., "video", "audio", "subtitles", "data",
"sections", etc.). |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServiceList.equals(Object o)
Compares the specified object with this
ServiceList
for equality. |
| Modifier and Type | Class and Description |
|---|---|
class |
AlternativeContentEvent
AlternativeContentEvent is generated to indicate that
"alternative" content is being presented during the presentation of
a service. |
class |
InvalidServiceComponentException
This exception is thrown when one or more service components are
not valid for usage in a particular context.
|
class |
NormalContentEvent
NormalContentEvent is generated to indicate that the
normal content of a service is being presented. |
class |
PresentationTerminatedEvent
PresentationTerminatedEvent is generated when the
presentation of a service terminates. |
class |
SelectionFailedEvent
SelectionFailedEvent is generated when a service
selection operation fails. |
class |
SelectPermission
SelectPermission represents permission to perform a
select() operation on a ServiceContext. |
class |
ServiceContextDestroyedEvent
ServiceContextDestroyedEvent is generated when a
ServiceContext is destroyed via its
destroy() method. |
class |
ServiceContextEvent
The parent class for service context events.
|
class |
ServiceContextException
The base class for exceptions related to service contexts.
|
class |
ServiceContextFactory
This class serves as a factory for the creation of
ServiceContext objects. |
class |
ServiceContextPermission
ServiceContextPermission represents permission to
control a ServiceContext. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServiceContextPermission.equals(Object obj)
Tests two
ServiceContextPermission objects for
equality. |
boolean |
SelectPermission.equals(Object other)
Checks two SelectPermission objects for equality.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BouquetChangeEvent
A
BouquetChangeEvent notifies an
BouquetChangeListener of changes detected in a
BouquetCollection. |
class |
NetworkChangeEvent
A
NetworkChangeEvent notifies an
NetworkChangeListener of changes detected in a
NetworkCollection. |
class |
ServiceDetailsChangeEvent
A
ServiceDetailsChangeEvent notifies an
ServiceDetailsChangeListener of changes detected to a
ServiceDetails on a Transport. |
class |
TransportSIChangeEvent
An
TransportSIChangeEvent notifies an
SIChangeListener of changes detected to the SI on a
Transport. |
class |
TransportStreamChangeEvent
A
TransportStreamChangeEvent notifies an
TransportStreamChangeListener of changes detected in a
TransportStreamCollection. |
| Modifier and Type | Class and Description |
|---|---|
class |
TVTimer
A class representing a timer.
|
class |
TVTimerScheduleFailedException
An exception thrown by the
TVTimer.schedule() method
when a timer specification cannot be met. |
class |
TVTimerSpec
A class representing a timer specification.
|
class |
TVTimerWentOffEvent
An event indicating that a timer specification has gone off.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
XletContext.getXletProperty(String key)
Provides an Xlet with a mechanism to retrieve named
properties from the XletContext.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLConstants
Utility class to contain basic XML values as constants.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentBuilder
Defines the API to obtain DOM Document instances from an XML
document.
|
class |
DocumentBuilderFactory
Defines a factory API that enables applications to obtain a
parser that produces DOM object trees from XML documents.
|
class |
FactoryConfigurationError
Thrown when a problem with configuration with the Parser Factories
exists.
|
class |
ParserConfigurationException
Indicates a serious configuration error.
|
class |
SAXParser
Defines the API that represents a simple SAX parser.
|
class |
SAXParserFactory
Defines a factory API that enables applications to configure and
obtain a SAX based parser to parse XML documents.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
DocumentBuilderFactory.getAttribute(String name)
Allows the user to retrieve specific attributes on the underlying
implementation.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
DocumentBuilderFactory.setAttribute(String name,
Object value)
Allows the user to set specific attributes on the underlying
implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLInputFactory
Defines an abstract implementation of a factory for getting streams.
|
class |
XMLOutputFactory
Defines an abstract implementation of a factory for getting XMLStreamWriters.
|
class |
XMLStreamException
The base exception for unexpected processing errors.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
XMLStreamWriter.getProperty(String name)
Get the value of a feature/property from the underlying implementation
|
Object |
XMLStreamReader.getProperty(String name)
Get the value of a feature/property from the underlying implementation
|
abstract Object |
XMLOutputFactory.getProperty(String name)
Get a feature/property on the underlying implementation
|
abstract Object |
XMLInputFactory.getProperty(String name)
Get the value of a feature/property from the underlying implementation
|
Object |
XMLResolver.resolveEntity(String publicID,
String systemID,
String baseURI,
String namespace)
Retrieves a resource.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
XMLOutputFactory.setProperty(String name,
Object value)
Allows the user to set specific features/properties on the underlying
implementation.
|
abstract void |
XMLInputFactory.setProperty(String name,
Object value)
Allows the user to set specific feature/property on the underlying
implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppenderSkeleton
Abstract superclass of the other appenders in the package.
|
class |
AsyncAppender
The AsyncAppender lets users log events asynchronously.
|
class |
Category
This class has been deprecated and
replaced by the
Logger subclass. |
class |
Hierarchy
This class is specialized in retrieving loggers by name and also
maintaining the logger hierarchy.
|
class |
Layout
Extend this abstract class to create your own log layout format.
|
class |
Level
Defines the minimum set of levels recognized by the system, that is
OFF, FATAL, ERROR,
WARN, INFODEBUG and
ALL. |
class |
Logger
This is the central class in the log4j package.
|
class |
LogManager
Use the
LogManager class to retreive Logger
instances or to operate on the current LoggerRepository. |
class |
PatternLayout
A flexible layout configurable with pattern string.
|
class |
Priority
Refrain from using this class directly, use
the
Level class instead. |
class |
PropertyConfigurator
Allows the configuration of log4j from an external file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Category.debug(Object message)
Log a message object with the
DEBUG level. |
void |
Category.debug(Object message,
Throwable t)
Log a message object with the
DEBUG level including
the stack trace of the Throwable t passed as
parameter. |
void |
Logger.debug(String pattern,
Object[] arguments)
Log a parameterized message at debug level.
|
void |
Logger.debug(String pattern,
Object arg0,
Object arg1)
Log a parameterized message at debug level.
|
void |
Logger.debug(String pattern,
Object arg0,
Object arg1,
Object arg2)
Log a parameterized message at debug level.
|
void |
Logger.debug(String pattern,
Object arg0,
Object arg1,
Object arg2,
Object arg3)
Log a parameterized message at debug level.
|
void |
Logger.debug(String pattern,
Object argument,
Throwable t)
Log a parameterized message at debug level.
|
void |
Logger.debug(Throwable t,
String pattern,
Object[] arguments)
Log a parameterized message at debug level.
|
boolean |
Priority.equals(Object o)
Two priorities are equal if their level fields are equal.
|
void |
Category.error(Object message)
Log a message object with the
ERROR Level. |
void |
Category.error(Object message,
Throwable t)
Log a message object with the
ERROR level including
the stack trace of the Throwable t passed as
parameter. |
void |
Logger.error(String pattern,
Object[] arguments)
Log a parameterized message at error level.
|
void |
Logger.error(Throwable t,
String pattern,
Object[] arguments)
Log a parameterized message at error level.
|
void |
Category.fatal(Object message)
Log a message object with the
FATAL Level. |
void |
Category.fatal(Object message,
Throwable t)
Log a message object with the
FATAL level including
the stack trace of the Throwable t passed as
parameter. |
void |
Logger.fatal(String pattern,
Object[] arguments)
Log a parameterized message at fatal level.
|
void |
Logger.fatal(Throwable t,
String pattern,
Object[] arguments)
Log a parameterized message at fatal level.
|
protected void |
Category.forcedLog(String fqcn,
Level level,
Object message,
Throwable t)
This method creates a new logging event and logs the event
without further checks.
|
void |
Category.info(Object message)
Log a message object with the
INFO Level. |
void |
Category.info(Object message,
Throwable t)
Log a message object with the
INFO level including
the stack trace of the Throwable t passed as
parameter. |
void |
Logger.info(String pattern,
Object[] arguments)
Log a parameterized message at info level.
|
void |
Logger.info(String pattern,
Object arg0,
Object arg1)
Log a parameterized message at info level.
|
void |
Logger.info(String pattern,
Object arg0,
Object arg1,
Object arg2)
Log a parameterized message at info level.
|
void |
Logger.info(String pattern,
Object arg0,
Object arg1,
Object arg2,
Object arg3)
Log a parameterized message at info level.
|
void |
Logger.info(String pattern,
Object argument,
Throwable t)
Log a parameterized message at info level.
|
void |
Logger.info(Throwable t,
String pattern,
Object[] arguments)
Log a parameterized message at info level.
|
void |
Category.l7dlog(Level level,
String key,
Object[] params,
Throwable t)
Log a localized and parameterized message.
|
void |
Category.log(Level level,
Object message)
This generic form is intended to be used by wrappers.
|
void |
Category.log(Level level,
Object message,
Throwable t)
This generic form is intended to be used by wrappers.
|
void |
Logger.log(Level level,
String pattern,
Object param1)
Log a parameterized message at specified level.
|
void |
Logger.log(Level level,
String pattern,
Object[] parameters)
Log a parameterized message at specified level.
|
void |
Logger.log(Level level,
String pattern,
Object arg0,
Object arg1)
Log a parameterized message at specified level.
|
void |
Logger.log(Level level,
String pattern,
Object arg0,
Object arg1,
Object arg2)
Log a parameterized message at specifed level.
|
void |
Logger.log(Level level,
String pattern,
Object arg0,
Object arg1,
Object arg2,
Object arg3)
Log a parameterized message at specified level.
|
void |
Logger.log(Level level,
Throwable t,
String pattern,
Object[] parameters)
Log a parameterized message at specified level.
|
void |
Category.log(String callerFQCN,
Level level,
Object message,
Throwable t)
This is the most generic printing method.
|
void |
Logger.logrb(Level level,
String bundleName,
String key,
Object param1)
Log a parameterized message using a pattern from a resource bundle.
|
void |
Logger.logrb(Level level,
String bundleName,
String key,
Object[] parameters)
Log a parameterized message using a pattern from a resource bundle.
|
void |
Logger.logrb(Level level,
String bundleName,
String key,
Object param0,
Object param1)
Log a parameterized message using a pattern from a resource bundle.
|
void |
Logger.logrb(Level level,
String bundleName,
String key,
Object param0,
Object param1,
Object param2)
Log a parameterized message using a pattern from a resource bundle.
|
void |
Logger.logrb(Level level,
String bundleName,
String key,
Object param0,
Object param1,
Object param2,
Object param3)
Log a parameterized message using a pattern from a resource bundle.
|
void |
Logger.logrb(Level level,
Throwable t,
String bundleName,
String key,
Object[] parameters)
Log a parameterized message using a pattern from a resource bundle.
|
static void |
LogManager.setRepositorySelector(RepositorySelector selector,
Object guard)
Sets
LoggerFactory but only if the correct
guard is passed as parameter. |
void |
Logger.trace(Object message)
Log a message object with the
TRACE level. |
void |
Logger.trace(Object message,
Throwable t)
Log a message object with the
TRACE level including the
stack trace of the Throwablet passed as parameter. |
void |
Logger.trace(String pattern,
Object argument)
Log a parameterized message at trace level.
|
void |
Logger.trace(String pattern,
Object[] arguments)
Log a parameterized message at trace level.
|
void |
Logger.trace(String pattern,
Object arg0,
Object arg1)
Log a parameterized message at trace level.
|
void |
Logger.trace(String pattern,
Object arg0,
Object arg1,
Object arg2)
Log a parameterized message at trace level.
|
void |
Logger.trace(String pattern,
Object arg0,
Object arg1,
Object arg2,
Object arg3)
Log a parameterized message at trace level.
|
void |
Logger.trace(Throwable t,
String pattern,
Object[] arguments)
Log a parameterized message at trace level.
|
void |
Category.warn(Object message)
Log a message object with the
WARN Level. |
void |
Category.warn(Object message,
Throwable t)
|
void |
Logger.warn(String pattern,
Object[] arguments)
Log a parameterized message at warn level.
|
void |
Logger.warn(String pattern,
Object arg0,
Object arg1)
Log a parameterized message at warn level.
|
void |
Logger.warn(String pattern,
Object arg0,
Object arg1,
Object arg2)
Log a parameterized message at warn level.
|
void |
Logger.warn(String pattern,
Object arg0,
Object arg1,
Object arg2,
Object arg3)
Log a parameterized message at warn level.
|
void |
Logger.warn(String pattern,
Object argument,
Throwable t)
Log a parameterized message at warn level.
|
void |
Logger.warn(Throwable t,
String pattern,
Object[] arguments)
Log a parameterized message at warn level.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropertySetter
General purpose Object property setter.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PropertySetter.setProperties(Object obj,
Properties properties,
String prefix)
Set the properties of an object passed as a parameter in one
go.
|
| Constructor and Description |
|---|
PropertySetter(Object obj)
Create a new PropertySetter for the specified Object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RendererMap
Map class objects to an
ObjectRenderer. |
| Modifier and Type | Method and Description |
|---|---|
String |
ObjectRenderer.doRender(Object o)
Render the object passed as parameter as a String.
|
String |
RendererMap.findAndRender(Object o)
Find the appropriate renderer for the class type of the
o parameter. |
ObjectRenderer |
RendererMap.get(Object o)
Syntactic sugar method that calls
RendererMap.get(Class) with the
class of the object parameter. |
| Modifier and Type | Class and Description |
|---|---|
class |
Filter
Users should extend this class to implement customized logging
event filtering.
|
class |
LocationInfo
The internal representation of caller location information.
|
class |
LoggingEvent
The internal representation of logging events.
|
class |
ThrowableInformation
ThrowableInformation is log4j's internal representation of
throwables.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
LoggingEvent.getMDC(String key)
Returns the the context corresponding to the
key
parameter. |
Object |
LoggingEvent.getMessage()
Return the message for this logging event.
|
Object |
LoggingEvent.removeProperty(String propName)
This removes the specified MDC property from the event.
|
| Constructor and Description |
|---|
LoggingEvent(String fqnOfCategoryClass,
Category logger,
long timeStamp,
Level level,
Object message,
String threadName,
ThrowableInformation throwable,
String ndc,
LocationInfo info,
Map properties)
Create new instance.
|
LoggingEvent(String fqnOfCategoryClass,
Category logger,
long timeStamp,
Priority level,
Object message,
Throwable throwable)
Instantiate a LoggingEvent from the supplied parameters.
|
LoggingEvent(String fqnOfCategoryClass,
Category logger,
Priority level,
Object message,
Throwable throwable)
Instantiate a LoggingEvent from the supplied parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DOMConfigurator
Use this class to initialize the log4j environment using a DOM tree.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
DOMConfigurator.parseElement(Element element,
Properties props,
Class expectedClass)
Creates an object and processes any nested param elements
but does not call activateOptions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MediaFreezeException
This exception indicates that either the freeze method or the resume method was unsuccessful.
|
class |
MediaPresentedEvent
Generated as soon as possible after new content is actually being presented to the user,
regardless of whether a state change has taken place in the player or not.
|
class |
MediaTimeEvent
The MediaTimeEvent class describes events that are associated with the stream by the application.
|
class |
MediaTimePositionChangedEvent
This event is generated whenever the media position is changed (when the invocation of the
setMediaPosition resulted in a change in the media position).
|
class |
NotAuthorizedMediaException
This exception indicates that the source can not be accessed in order to reference the new content,
the source has not been accepted.
|
class |
ResourceReturnedEvent
Generated if a Player which was stopped due to having its resources withdrawn has had those
resources returned to it.
|
class |
ResourceWithdrawnEvent
Generated if a Player has some or all of the resources used withdrawn for some reason.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
MediaTimeEvent.getSource()
This method returns the source for the event.
|
| Constructor and Description |
|---|
MediaTimeEvent(Object source,
long eventTime,
int ID)
Make an event
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationOrigin |
class |
ElementaryStream
This class represents one elementary stream within a transport stream.
|
class |
NotAuthorizedException
This class is thrown by MPEG related APIs when access is requested to
information which is scrambled and to which access is not permitted by
the security system.
|
class |
ObjectUnavailableException
This exception must be thrown by MPEG related APIs when an object is
not available.
|
class |
ResourceException
This exception must be thrown by MPEG related APIs when an operation
could not be performed due to lack of resources.
|
class |
Service
This class is used to represent a Service within an MPEG Transport Stream.
|
class |
TransportStream
This class represents an MPEG-2 Transport Stream with its
associated Service Information (SI) as known to a decoder.
|
class |
TuningException |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionLostException
Signals that a SectionFilterGroup has lost its connection or resources and hence is unable to satisfy
a call to a startFiltering method.
|
class |
EndOfFilteringEvent
This class is used to report the end of a filtering operation started by RingSectionFilter or
TableSectionFilter.
|
class |
FilteringInterruptedException
Signals that a filtering operation was interrupted before any data had been filtered.
|
class |
FilterResourceException
Signals that inadequate resources are available to support the requested operation
when a SectionFilterGroup is in the connected or disconnected states.
|
class |
FilterResourcesAvailableEvent
This event signals that enough section filter resources for the corresponding
section filter group were available at the time this event was generated.
|
class |
ForcedDisconnectedEvent
This class is used to report when a TransportStream which was available becomes no longer available or
if the section filter resources are removed from a connected SectionFilterGroup.
|
class |
IllegalFilterDefinitionException
Signals that a requested filter definition is not valid.
|
class |
IncompleteFilteringEvent
This class is used to report the end of a filtering operation started by TableSectionFilter.
|
class |
InvalidSourceException
Signals that the section source specified is not valid for some reason.
|
class |
NoDataAvailableException
Signals that no data is available from a Section object.
|
class |
RingSectionFilter
This class defines a section filter intended to be used to capture a continuous stream of
MPEG-2 sections without needing to stop and re-arm a filter.
|
class |
Section
This class describes a single section as filtered from an MPEG transport stream.
|
class |
SectionAvailableEvent
This class is used to report a complete section being filtered.
|
class |
SectionFilter
This class is the base class for a set of classes describing section filters with different
characteristics of life cycle and buffering.
|
class |
SectionFilterEvent
This class is the base class for Events in the section filter API.
|
class |
SectionFilterException
This is the base class for exceptions in the section filter API.
|
class |
SectionFilterGroup
This class represents a group of MPEG-2 section filters to be activated and de-activated as
an atomic operation.
|
class |
SimpleSectionFilter
This class defines a simple section filter intended to be used to capture a single section once
only.
|
class |
TableSectionFilter
This class defines a section filter operation optimized to capture entire tables with minimum
intervention required from the application.
|
class |
TimeOutEvent
This event is generated if section filter operations time out within the period specified by the
setTimeOut() method.
|
class |
VersionChangeDetectedEvent
This class is used by TableSectionFilter to report that a section has been encountered which has a different
version_number from earlier sections.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Section.clone()
Create a copy of this Section object.
|
Object |
SectionFilterEvent.getAppData()
Returns the application data that was passed to the
startFiltering method
|
Object |
VersionChangeDetectedEvent.getSource()
This returns the SectionFilter object which filtered the data.
|
Object |
TimeOutEvent.getSource()
This returns the SectionFilter object which timed out
|
Object |
SectionFilterEvent.getSource()
This returns the SectionFilter object which was the source of the event.
|
Object |
SectionAvailableEvent.getSource()
This returns the SectionFilter object which filtered the data.
|
Object |
IncompleteFilteringEvent.getSource()
This returns the SectionFilter object which filtered the data.
|
Object |
ForcedDisconnectedEvent.getSource()
This returns the SectionFilterGroup object which filtered the data.
|
Object |
FilterResourcesAvailableEvent.getSource()
This returns the SectionFilterGroup object for which enough
filter resources were available at the time this event was
generated.
|
Object |
EndOfFilteringEvent.getSource()
This returns the SectionFilter object which filtered the data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SectionFilterGroup.attach(TransportStream stream,
ResourceClient client,
Object requestData)
Connects a SectionFilterGroup to an MPEG-2 transport stream.
|
void |
SectionFilter.startFiltering(Object appData,
int pid)
Defines a SectionFilter object as filtering only for sections matching a specific PID.
|
void |
SectionFilter.startFiltering(Object appData,
int pid,
int table_id)
Defines a SectionFilter object as filtering only for sections matching a specific PID and
table_id.
|
void |
SectionFilter.startFiltering(Object appData,
int pid,
int table_id,
byte[] posFilterDef,
byte[] posFilterMask)
Defines a SectionFilter object as filtering only for sections matching a specific PID and table_id, and
where contents of the section match the specified filter pattern.
|
void |
SectionFilter.startFiltering(Object appData,
int pid,
int table_id,
byte[] posFilterDef,
byte[] posFilterMask,
byte[] negFilterDef,
byte[] negFilterMask)
Defines a SectionFilter object as filtering only for sections matching a specific PID and table_id, and
where contents of the section match the specified filter pattern.
|
void |
SectionFilter.startFiltering(Object appData,
int pid,
int table_id,
int offset,
byte[] posFilterDef,
byte[] posFilterMask)
Defines a SectionFilter object as filtering only for sections matching a specific PID and
table_id, and where contents of the section match the specified filter pattern.
|
void |
SectionFilter.startFiltering(Object appData,
int pid,
int table_id,
int offset,
byte[] posFilterDef,
byte[] posFilterMask,
byte[] negFilterDef,
byte[] negFilterMask)
Defines a SectionFilter object as filtering only for sections matching a specific PID and
table_id, and where contents of the section match the specified filter pattern.
|
| Constructor and Description |
|---|
EndOfFilteringEvent(SectionFilter f,
Object appData)
This constructs an EndOfFiltering event for the specified SectionFilter object.
|
IncompleteFilteringEvent(SectionFilter f,
Object appData)
This constructs an IncompleteFilteringEvent event for the specified SectionFilter object.
|
SectionAvailableEvent(SectionFilter f,
Object appData)
This constructs a SectionAvailable event for the specified SectionFilter object.
|
SectionFilterEvent(SectionFilter f,
Object appData)
This constructs a SectionFilterEvent for the specified SectionFilter object.
|
TimeOutEvent(SectionFilter f,
Object appData)
This constructs an TimeOutEvent event for the specified SectionFilter object.
|
VersionChangeDetectedEvent(SectionFilter f,
Object appData)
This constructs a VersionChangeDetectedEvent event for the specified SectionFilter object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Locator
Locator that encapsulates an URL into an object
|
| Modifier and Type | Class and Description |
|---|---|
class |
IncorrectLocatorException
This exception is raised when a Locator given
is of an inappropriate type.
|
class |
NetworkInterfaceController
NetworkInterfaceController represents a controller that
can be used for tuning a network interface.
|
class |
NetworkInterfaceEvent
Base class for events related to network interfaces.
|
class |
NetworkInterfaceException
Base class for the NetworkInterfaceExceptions
|
class |
NetworkInterfaceManager
A network interface manager is an object that keeps track
of broadcast network interfaces that are connected to the
receiver.
|
class |
NetworkInterfaceReleasedEvent
This event informs that the NetworkInterface returned by
the getNetworkInterface method has been released
by an application or other entity in the system.
|
class |
NetworkInterfaceReservedEvent
This event informs that a particular network interface has been reserved
by an application or other entity in the system.
|
class |
NetworkInterfaceTuningEvent
This event signals that a particular NetworkInterface has started
to tune to another transport stream.
|
class |
NetworkInterfaceTuningOverEvent
This event signals that a particular NetworkInterface has completed
its tuning action.
|
class |
NoFreeInterfaceException
This exception is raised when a NetworkInterface
that could be reserved by the application,
cannot be found.
|
class |
NotTunedException
This exception is raised when a method that requires access
to a transport stream is called on a network interface that
is not tuned to any transport stream.
|
class |
StreamNotFoundException
This exception is raised when a reference to a transport stream
from a Locator can not be resolved because
the transport stream does not exist in the database of known
transport streams.
|
class |
StreamTable
A stream table containing information about transport streams
known to the receiver
|
| Modifier and Type | Method and Description |
|---|---|
Object |
NetworkInterfaceReservedEvent.getSource()
Returns the network interface that has been reserved
|
Object |
NetworkInterfaceReleasedEvent.getSource()
Returns the network interface that has been released
|
Object |
NetworkInterfaceEvent.getSource()
Returns the NetworkInterface that generated the event
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkInterfaceController.reserve(NetworkInterface ni,
Object requestData)
Tries to reserve exclusively the control
over the specified network interface.
|
void |
NetworkInterfaceController.reserveFor(Locator locator,
Object requestData)
Tries to reserve exclusively the control over a network
interface that can receive the transport stream
specified by the locator parameter.
|
| Constructor and Description |
|---|
NetworkInterfaceEvent(Object networkInterface)
The constructor for the event
|
NetworkInterfaceReleasedEvent(Object ni)
Constructor for the event
|
NetworkInterfaceReservedEvent(Object ni)
Constructor for the event
|
NetworkInterfaceTuningEvent(Object networkInterface)
Constructor for the event
|
NetworkInterfaceTuningOverEvent(Object networkInterface,
int status)
Constructor for the event
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceStatusEvent
This class is the parent class for events reporting changes in the status
of resources.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ResourceStatusEvent.getSource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResourceClient.requestRelease(ResourceProxy proxy,
Object requestData)
A call to this operation informs the ResourceClient that another
application has requested the resource accessed via the proxy parameter.
|
| Constructor and Description |
|---|
ResourceStatusEvent(Object source)
This constructs a resource status event relating to the specified resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppIcon
The
AppIcon encapsulates the information concerning
the icon attached to the application |
class |
AppID
The
AppID is a representation of the unique identifier for
applications. |
class |
AppsControlPermission
This class represents a Permission to control the lifecycle
of another application.
|
class |
AppsDatabase
The
AppsDatabase is an abstract view of the currently
available applications. |
class |
AppsDatabaseEvent
The
AppsDatabaseEvent class indicates either an entry
in the application database has changed, or so many changes have occurred. |
class |
AppsDatabaseFilter
Abstract class for the filters.
|
class |
AppStateChangeEvent
The
AppStateChangeEvent class indicates a state transition of
the application. |
class |
CurrentServiceFilter
Instances of
CurrentServiceFilter
are used to set a filter on the list of applications that are retrieved
from the AppsDatabase (See methods getAppsAttributes and getAppsIDs). |
class |
IllegalProfileParameterException
The
IllegalProfileParameter exception is thrown if the
application attempts to ask for a version number for a profile not
specified for the application. |
class |
LanguageNotAvailableException
The
LanguageNotAvailableException exception is thrown if the
application asks for the name of an application in a language not signalled
in the AIT. |
class |
RunningApplicationsFilter
Instances of
RunningApplicationsFilter
are used to set a filter on the list of applications that are retrieved
from the AppsDatabase (See methods getAppsAttributes and getAppsIDs). |
| Modifier and Type | Method and Description |
|---|---|
Object |
AppAttributes.getProperty(String index)
The following method is included for properties that do not have
explicit property accessors.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AppsControlPermission.equals(Object obj)
Checks for equality against this AppsControlPermission object.
|
boolean |
AppID.equals(Object obj)
Compares two AppIDs for equality.
|
void |
DVBHTMLProxy.trigger(Date time,
Object triggerPayload)
Sends the application a trigger with the given payload at the specified time.
|
| Constructor and Description |
|---|
AppsDatabaseEvent(int id,
AppID appid,
Object source)
Create a new AppsDatabaseEvent object for the entry in the database
that changed, or for a new database.
|
AppStateChangeEvent(AppID appid,
int fromstate,
int tostate,
Object source,
boolean hasFailed)
Create an AppStateChangeEvent object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsynchronousLoadingEvent
This class described an Object event which is used to notify the loading
of a DSMCC object.
|
class |
DSMCCException
The DSMCCException is the root class of all DSMCC related exceptions
|
class |
DSMCCObject
A DSMCCObject is an object which belongs to a DSMCC ServiceDomain.
|
class |
DSMCCStream
The DSMCCStream class is used to manage DSMCC Stream Objects.
|
class |
DSMCCStreamEvent
The DSMCCStreamEvent class is used to manage DSMCC StreamEvent Objects.
|
class |
IllegalObjectTypeException
This Exception is thrown when the application attempted to create
a DSMCCStream or DSMCCStreamEvent object with an object or a path
that did not correspond to a DSMCC Stream or DSMCC StreamEvent respectively
|
class |
InsufficientResourcesEvent
This event is generated if there are insufficient resources available
to load a DSMCCObject.
|
class |
InsufficientResourcesException
This exception gets thrown when a request to perform a DSMCC related operation
cannot be completed due to resource limitations.
|
class |
InvalidAddressException
An InvalidAddressException is thrown when the format of an NSAP address
is not recognized.
|
class |
InvalidFormatEvent
This event is generated if the format of the data received is inconsistent.
|
class |
InvalidFormatException
An InvalidFormatException is thrown when an inconsistent DSMCC message is
received.
|
class |
InvalidPathnameEvent
The pathname does not exist or the ServiceDomain has been detached.
|
class |
InvalidPathNameException
The InvalidPathNameException is thrown when the path name to a DSMCCObject
does not exist or if the ServiceDomain has been detached.
|
class |
LoadingAbortedEvent
This event will be sent to the AsynchronousEventListener when an
asynchronous loading operation is aborted.
|
class |
MPEGDeliveryErrorEvent
An MPEGDeliveryErrorEvent indicates that an error (for instance, a time out or accessing the data would
require tuning) has occurred while loading data
from an MPEG Stream.
|
class |
MPEGDeliveryException
An MPEGDEliveryException is thrown when an error
(for instance, a time out or accessing the data would
require tuning)
occurs while loading data from an MPEG Stream.
|
class |
NotEntitledEvent
This event is sent when an attempt to asynchronously load an object
has failed because the elementary stream carrying the object is scrambled
and the user is not entitled to access the content of the object.
|
class |
NotEntitledException
This Exception is thrown when the user is not entitled to access
the content of the object (the Elementary Stream is scrambled and the user
is not entitled).
|
class |
NothingToAbortException
A NothingToAbortException is thrown when the abort method is called and
there is no loading in progress.
|
class |
NotLoadedException
A NotLoadedException is thrown when an operation fails
because information which is required to be loaded has not been.
|
class |
NPTDiscontinuityEvent
Sent when an MHP terminal detects a permanent discontinuity in NPT
as defined in the main body of the present document.
|
class |
NPTPresentEvent
Sent to listeners on a DSMCCStream object when NPT newly appears for that DSMCC stream
when it was not previously present.
|
class |
NPTRate
Represents the rate at which an NPT time-base progresses.
|
class |
NPTRateChangeEvent
Sent only when the rate of an NPT time-base changes value.
|
class |
NPTRemovedEvent
Sent to listeners on a DSMCCStream object when NPT which was present for that DSMCC
stream is removed.
|
class |
NPTStatusEvent
Sent when an MHP terminal detects a change of status in the NPT of a stream.
|
class |
ObjectChangeEvent
This class describes an object change event that is used to monitor
the arrival of a new version of a
DSMCCObject. |
class |
ServerDeliveryErrorEvent
The local machine can not communicate with the server.
|
class |
ServerDeliveryException
A ServerDeliveryException is thrown when the local machine can not
communicate with the server.
|
class |
ServiceDomain
A
ServiceDomain represents a group of DSMCC objects. |
class |
ServiceXFRErrorEvent
The object requested is available in an alternate ServiceDomain.
|
class |
ServiceXFRException
A ServiceXFRException is thrown when a DSMCC Object can not be loaded in the
current ServiceDomain but is available in an alternate ServiceDomain
(i.e.
|
class |
ServiceXFRReference
A ServiceXFRReference object is used when a DSMCC Object can not
be loaded in the current ServiceDomain but is available
in an alternate ServiceDomain.
|
class |
StreamEvent
This class describes a Stream event which is used to synchronize
an application with an MPEG Stream.
|
class |
SuccessEvent
This event indicates that the asynchronous loading was
successful.
|
class |
UnknownEventException
The
UnknownEventException is thrown when a method tries to access to
an unknown event. |
| Modifier and Type | Method and Description |
|---|---|
Object |
SuccessEvent.getSource()
Returns the
DSMCCObject which was successfully loaded. |
Object |
StreamEvent.getSource()
This method returns the DSMCCStreamEvent that generated the event.
|
Object |
ServiceXFRErrorEvent.getSource()
Returns the DSMCCObject that generated the event.
|
Object |
ServerDeliveryErrorEvent.getSource()
Returns the DSMCCObject that generated the event.
|
Object |
ObjectChangeEvent.getSource()
Returns the DSMCCObject that has changed
|
Object |
NPTStatusEvent.getSource()
Return the stream whose NPT status changed.
|
Object |
NPTRateChangeEvent.getSource()
Return the stream whose rate changed.
|
Object |
NotEntitledEvent.getSource()
Returns the DSMCCObject that generated the event.
|
Object |
MPEGDeliveryErrorEvent.getSource()
Returns the DSMCCObject that generated the event.
|
Object |
LoadingAbortedEvent.getSource()
Returns the DSMCCObject that generated the event.
|
Object |
InvalidPathnameEvent.getSource()
Returns the DSMCCObject that generated the event.
|
Object |
InvalidFormatEvent.getSource()
Returns the DSMCCObject that generated the event
|
Object |
InsufficientResourcesEvent.getSource()
Returns the DSMCCObject that generated the event
|
Object |
AsynchronousLoadingEvent.getSource()
Returns the DSMCCObject that generated the event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventManager
The event manager allows an application to receive events coming from the
user.
|
class |
OverallRepository
This class defines a repository which initially contains all the user events which can be
delivered to an application.
|
class |
RepositoryDescriptor
An instance of this class will be sent to clients of the
DVB event API to notify them (through the interface
org.davic.resources.ResourceClient) when they are about to
lose, or have lost, access to an event source.
|
class |
UserEvent
Represents a user event.
|
class |
UserEventAvailableEvent
This event is sent to the resource status event listeners when user input
events which had been exclusively reserved by an application are no longer
exclusively reserved.
|
class |
UserEventRepository
The application will use this class to define the events that it wants to
receive.
|
class |
UserEventUnavailableEvent
This event is sent to the resource status event listeners when user input
events are exclusively reserved by an application.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
UserEventUnavailableEvent.getSource()
Returns a
UserEventRepository which contains the events which
were exclusively reserved as passed into the constructor of the instance. |
Object |
UserEventAvailableEvent.getSource()
Returns a
UserEventRepository which contains the events which
were formerly exclusively reserved as passed into the constructor of the instance. |
| Constructor and Description |
|---|
UserEvent(Object source,
int family,
char keyChar,
long when)
Constructor for a new UserEvent object representing a key being typed.
|
UserEvent(Object source,
int family,
int type,
int code,
int modifiers,
long when)
Constructor for a new UserEvent object representing a key being pressed.
|
UserEventAvailableEvent(Object source)
Constructor for the event.
|
UserEventUnavailableEvent(Object source)
Constructor for the event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileAccessPermissions
This class encapsulates file access permissions, world, Organisation and owner.
|
class |
FileAttributes
This class encapsulates the attributes of a file stored in persistent storage.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DVBClassLoader
This class loader is used to load classes and resources from
a search path of URLs referring to locations where Java
class files may be stored.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveFormatDescriptionChangedEvent
Event signalling that the transmitted active format definition has changed
|
class |
AspectRatioChangedEvent
Event signalling that the aspect ratio of the transmitted video
has changed
|
class |
CAException
This exception is thrown when access to a media stream is denied by the CA system.
|
class |
CAStopEvent
This event is generated whenever access to a service is withdrawn by the
CA system, e.g.
|
class |
DFCChangedEvent
Event signalling that the decoder format conversion being used
has changed
|
class |
DripFeedDataSource
This class allows to create a source for a JMF player to be able
to feed the decoder progressively with parts of a clip (e.g.
|
class |
DripFeedPermission
This class represents a permission to access the drip feed mode.
|
class |
NoComponentSelectedEvent
This event is generated whenever presentation of a stream stops because there
are no selected components to present.
|
class |
PresentationChangedEvent
This event is generated whenever the content being presented by a player changes for reasons outside the control of the application.
|
class |
ServiceRemovedEvent
This event is generated whenever access to a service stops because the
service concerned has been removed from the network.
|
class |
StopByResourceLossEvent
This event is generated whenever presentation of a stream stops because
the player has lost so many resources that it cannot continue.
|
class |
SubtitleAvailableEvent
Report that subtitles are available to be presented having been unavailable.
|
class |
SubtitleNotAvailableEvent
Inform an application that a subtitle stream has vanished from the network.
|
class |
SubtitleNotSelectedEvent
Report that subtitles are not now selected.
|
class |
SubtitleSelectedEvent
Report that subtitles are now selected.
|
class |
VideoFormatEvent
The base class for all other events relating to changes in video format
|
class |
VideoTransformation
VideoTransformation objects express video transformations, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
DripFeedDataSource.getControl(String controlType)
Obtain the object that implements the specified Class or Interface.
|
Object[] |
DripFeedDataSource.getControls()
Obtain the collection of objects that control this object.
|
Object |
SubtitleSelectedEvent.getSource()
Return the source of the event
|
Object |
SubtitleNotSelectedEvent.getSource()
Return the source of the event
|
Object |
SubtitleNotAvailableEvent.getSource()
Return the source of the event.
|
Object |
SubtitleAvailableEvent.getSource()
Return the JMF player which is the source of the event.
|
| Constructor and Description |
|---|
ActiveFormatDescriptionChangedEvent(Object source,
int newFormat)
Construct the event
|
AspectRatioChangedEvent(Object source,
int newRatio)
Construct the event
|
DFCChangedEvent(Object source,
int newDFC)
Construct the event
|
SubtitleAvailableEvent(Object source)
Constructor.
|
SubtitleNotAvailableEvent(Object source)
Constructor.
|
SubtitleNotSelectedEvent(Object source)
Constructor
|
SubtitleSelectedEvent(Object source)
Constructor
|
VideoFormatEvent(Object source)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatagramSocketBufferControl
This class provides additional control over buffering for
DatagramSockets. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionEstablishedEvent
ConnectionEstablishedEvent - An event generated after a connection is established
for a
ConnectionRCInterface. |
class |
ConnectionFailedEvent
ConnectionFailedEvent - An event generated after an attempt to setup a connection for a
ConnectionRCInterface fails. |
class |
ConnectionParameters
This class encapsulates the parameters needed to specify the target
of a connection.
|
class |
ConnectionRCEvent
ConnectionRCEvent - the base class for events related to connection
oriented return channels.
|
class |
ConnectionRCInterface
This class models a connection based return channel network interface for use in
receiving and transmitting IP packets over a return channel.
|
class |
ConnectionTerminatedEvent
ConnectionTerminatedEvent - An event generated after a connected
ConnectionRCInterface is disconnected. |
class |
IncompleteTargetException
Thrown when the target for a connection is incompletely specified.
|
class |
PermissionDeniedException
Thrown when an application calls a method which it does not
have permission to call at that time.
|
class |
RCInterface
This class models a return channel network interface for use in receiving
and transmitting IP packets over a logical return channel.
|
class |
RCInterfaceManager
This class is the factory and manager for all return channel interfaces in the system.
|
class |
RCInterfaceReleasedEvent
This event informs an application that a
RCInterface
has been released by an application or other entity in the system. |
class |
RCInterfaceReservedEvent
This event informs an application that a
RCInterface
has been reserved by an application or other entity in the system. |
class |
RCPermission
This class is for return channel set-up permissions.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
RCInterfaceReservedEvent.getSource()
Returns the device that has been reserved
|
Object |
RCInterfaceReleasedEvent.getSource()
Returns the device that has been released
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionRCInterface.reserve(ResourceClient c,
Object requestData)
Request the right to control this return channel interface.
|
| Constructor and Description |
|---|
ConnectionEstablishedEvent(Object source)
Construct an event.
|
ConnectionFailedEvent(Object source)
Construct an event.
|
ConnectionRCEvent(Object source)
Construct an event
|
ConnectionTerminatedEvent(Object source)
Construct an event.
|
RCInterfaceReleasedEvent(Object bg)
Constructor for the event
|
RCInterfaceReservedEvent(Object bg)
Constructor for the event
|
| Modifier and Type | Class and Description |
|---|---|
class |
TunerPermission
This class is for tuner permissions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProviderFailedInstallationException
Thrown when there is a problem installing a provider.
|
class |
ProviderPermission
This class is for applications which wish to be able to install
providers.
|
class |
ProviderRegistry
Registry of providers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KnownServiceReference
A reference to a service that is reached with the mediation of a SelectionProvider.
|
class |
LocatorScheme
This class is used to represent a locator scheme that is supported
by a SelectionProvider.
|
class |
ServiceReference
A reference to a service that is reached with the mediation of a SelectionProvider.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultilingualString
A string that has an associated language code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DVBTest
The DVBTest class allows test applications to log messages during their
execution and to indicate their termination condition in a platform independent manner.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DVBAlphaComposite
This
DVBAlphaComposite class implements the basic alpha
compositing rules for combining source and destination pixels to achieve
blending and transparency effects with graphics, images and video. |
class |
DVBBufferedImage
The
DVBBufferedImage subclass describes an Image with
an accessible buffer of image data. |
class |
DVBColor
A Color class which adds the notion of alpha.
|
class |
DVBGraphics
The
DVBGraphics class is a adapter class to support alpha compositing in an MHP device. |
class |
DVBRasterFormatException
This exception is thrown for some invalid operations on instances of
DVBBufferedImage. |
class |
DVBTextLayoutManager
The DVBTextLayoutManager provides a text rendering layout mechanism
for the org.havi.ui.HStaticText org.havi.ui.HText and
org.havi.ui.HTextButton classes.
|
class |
FontFactory
Provides a mechanism for applications to instantiate fonts that
are not built into the system.
|
class |
FontFormatException
Thrown when attempt is made to read a file describing a font when the
contents of that file are not valid.
|
class |
FontNotAvailableException
Thrown when attempt is made to instantiate a font that cannot be located.
|
class |
UnsupportedDrawingOperationException
The
UnsupportedDrawingOperationException class represents
an exception that is thrown if an drawing operation is not supported
on this platform. |
| Modifier and Type | Method and Description |
|---|---|
Object |
DVBBufferedImage.getProperty(String name,
ImageObserver observer)
Returns a property of the image by name.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DVBColor.equals(Object obj)
Determines whether another object is equal to this color.
|
boolean |
DVBAlphaComposite.equals(Object obj)
Tests if the specified
Object is equal to this
DVBAlphaComposite object. |
| Modifier and Type | Class and Description |
|---|---|
class |
Facility
A facility maps a preference's name to a single value or to an array of
values.
|
class |
GeneralPreference
This class defines a set of general preferences.
|
class |
Preference
This abstract class defines the Preference object.
|
class |
UnsupportedPreferenceException
Thrown when a non-supported preference is used.
|
class |
UserPreferenceChangeEvent
This class defines the event sent to appropriate listeners when a user
preference has been changed.
|
class |
UserPreferenceManager
The UserPreferenceManager class gives access to the user preference settings.
|
class |
UserPreferencePermission
This class is for user preference and setting permissions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HAnimateLook
The HAnimateLook
class is used by any
HVisible
component to display animated graphical content. |
class |
HAnimation
The
HAnimation class is a user
interface component used to display animated graphical content (as
HStaticAnimation) which
additionally enables a user to navigate to it, i.e. |
class |
HBackgroundConfigTemplate
The
HBackgroundConfigTemplate
class is used to obtain a valid HBackgroundConfiguration. |
class |
HBackgroundConfiguration
The
HBackgroundConfiguration
class describes the characteristics
(settings) of an HBackgroundDevice. |
class |
HBackgroundDevice
This class represents the ultimate background of a screen.
|
class |
HBackgroundImage
This class represents a background image.
|
class |
HChangeData
A class used as argument for
widgetChanged. |
class |
HComponent
The
HComponent class extends the
java.awt.Component class by implementing the HMatteLayer interface. |
class |
HConfigurationException
Thrown when an application requests an
HScreenConfiguration that cannot
be satisfied -- either because the HScreenConfiguration does not
have the functionality, or because the requested HScreenConfiguration is otherwise
invalid, e.g. |
class |
HContainer
The
HContainer class extends the
java.awt.Container class by implementing the HMatteLayer interface and providing
additional Z-ordering capabilities, which are required since
components in the HAVi user-interface are explicitly allowed to
overlap each other. |
class |
HDefaultTextLayoutManager
The
HDefaultTextLayoutManager provides the default text rendering
mechanism for the HStaticText
HText and HTextButton classes. |
class |
HEmulatedGraphicsConfiguration
An
HEmulatedGraphicsConfiguration is a configuration for a
"virtual" graphics device that may perform one or more
emulations, e.g. |
class |
HEmulatedGraphicsDevice
An
HEmulatedGraphicsDevice is a "virtual" graphics device
that has the capability to be configured to perform one (of many)
possible emulations. |
class |
HEventMulticaster
The
HEventMulticaster class is intended to assist
platform or subclass implementers with the handling of HAVi
events. |
class |
HFlatEffectMatte
The
HFlatEffectMatte class
represents a matte that is constant over space but varies over
time. |
class |
HFlatMatte
The
HFlatMatte class represents a
matte that is constant over space and time. |
class |
HFontCapabilities
The
HFontCapabilities class
allows applications to query the rendering support for various
character ranges and individual characters within specified fonts. |
class |
HGraphicButton
The
HGraphicButton is a user interface
component representing a push-button with static read-only graphical
content. |
class |
HGraphicLook
The
HGraphicLook
class is used by any HVisible component to display static graphical content. |
class |
HGraphicsConfigTemplate
The HGraphicsConfigTemplate class is used to obtain a valid
HGraphicsConfiguration. |
class |
HGraphicsConfiguration
The
HGraphicsConfiguration class describes the characteristics
(settings) of an HGraphicsDevice. |
class |
HGraphicsDevice
The
HGraphicsDevice class
describes the raster graphics devices that are available for a
particular HScreen. |
class |
HIcon
The
HIcon is a user interface
component used to display static graphical content (as HStaticIcon) which also enables a user to
navigate to it, i.e. |
class |
HImageEffectMatte
The
HImageEffectMatte class
represents a matte that varies over both space and time, it is
specified as a sequence of image masks. |
class |
HImageHints
The
HImageHints object allows an
application to pass hints to the system how best to tailor an image
to match a (possibly) restricted HGraphicsConfiguration. |
class |
HImageMatte
The
HImageMatte class represents a
matte that varies over space but is constant over time, it can be
specified by an "image mask" (a single channel image)
where the pixels indicate matte transparency. |
class |
HInvalidLookException
|
class |
HListElement
HListElement is a holder for
content used with the HListGroup
component. |
class |
HListGroup
The
HListGroup is a user interface
component representing a list of selectable items (HListElements) which contain
graphical and / or textual content. |
class |
HListGroupLook
The
HListGroupLook class is used by the HListGroup component to display both the
HListGroup itself (potentially
including a scrollbar component) and graphical or textual list
content held on the HListGroup. |
class |
HMatteException
An
HMatteException is an
exception that is thrown when a Component is unable to support the
desired HMatte effect. |
class |
HMultilineEntry
The
HMultilineEntry is a user interface
component used to receive multiple lines of alphanumeric entry from
the user. |
class |
HMultilineEntryLook
The
HMultilineEntryLook
class is used by the HMultilineEntry component to display the entering of text. |
class |
HPermissionDeniedException
Thrown when an application attempts to control a device or feature
it does not have the right to do at the time of making the
call.
|
class |
HRange
The
HRange is a user interface
component used to display a value within a fixed range (as
org.havi.ui.HStaticRange HStaticRange}) which also enables a user to
navigate to it, i.e. |
class |
HRangeLook
The
HRangeLook class is used to
display a slider or scrollbar type range control on screen. |
class |
HRangeValue
The
HRangeValue is a user interface
component used to display a value within a fixed range (as
org.havi.ui.HStaticRange HStaticRange}) which enables a user to
navigate to and alter the value of it, i.e. |
class |
HScene
An
HScene is a container representing
the displayable area on-screen within which the application can
display itself and thus interact with the user. |
class |
HSceneFactory
The
HSceneFactory class provides
a generic mechanism for an application to request HScene resources from a (conceptual) window
management system. |
class |
HSceneTemplate
The
HSceneTemplate class is used
to obtain an HScene subject to a variety
of constraints. |
class |
HScreen
This class describes the final output composition of a device.
|
class |
HScreenConfigTemplate
This class describes a configuration of a screen device in terms of
various properties and their importance to the application.
|
class |
HScreenConfiguration
The
HScreenConfiguration
class describes the characteristics (settings) of an HScreenDevice. |
class |
HScreenDevice
An instance of the
HScreen class
represents a single independent video output signal from a
device. |
class |
HScreenDimension
HScreenDimension denotes a
screen dimension expressed as a relative value of the screen
dimensions. |
class |
HScreenPoint
HScreenPoint denotes a screen
location expressed as a relative value of the screen
dimensions. |
class |
HScreenRectangle
HScreenRectangle denotes a
screen area expressed as a relative value of the screen
dimensions. |
class |
HSinglelineEntry
The
HSinglelineEntry is a user interface
component used to receive a single line of alphanumeric entry from
the user and can also be used for password input. |
class |
HSinglelineEntryLook
The
HSinglelineEntryLook
class is used by the HSinglelineEntry component to display the entering of text. |
class |
HSound
The
HSound class is used to represent an
audio clip. |
class |
HStaticAnimation
The
HStaticAnimation is a user interface
component used to display animated graphical content but which does
not permit the user to navigate (focus) upon it. |
class |
HStaticIcon
The
HStaticIcon is a user interface
component used to display static graphical content which does
not permit the user to navigate (focus) upon it. |
class |
HStaticRange
The
HStaticRange is a user interface
component used to display a static value which is within a fixed
range, but does not permit the user to navigate (focus) upon it. |
class |
HStaticText
The
HStaticText is a user interface
component used to display static read-only textual content which
does not permit the user to navigate (focus) upon it. |
class |
HStillImageBackgroundConfiguration
This class represents a background configuration which supports the
installation of still images.
|
class |
HText
The
HText is a user interface
component used to display static read-only textual content (as
HStaticText) which additionally
enables a user to navigate to it, i.e. |
class |
HTextButton
The
HTextButton is a user interface
component representing a push-button with static read-only textual
content. |
class |
HTextLook
|
class |
HToggleButton
The
HToggleButton is a user interface
component representing a "check box", or with the support
of the HToggleGroup class,
"radio buttons". |
class |
HToggleGroup
HToggleButtons within the same
HToggleGroup will behave so that a
maximum of one HToggleButton has
switchable state true, as returned by getSwitchableState,
so as to achieve a "radio button" effect. |
class |
HUIException
HUIException is a generic
exception that indicates that the desired user-interface mechanism
cannot be performed for some reason. |
class |
HVideoComponent
HVideoComponent is an opaque
class encapsulating the presentation of a video source
within an application, i.e. |
class |
HVideoConfigTemplate
The
HVideoConfigTemplate
class is used to obtain a valid HVideoConfiguration. |
class |
HVideoConfiguration
The
HVideoConfiguration
class describes the characteristics (settings) of an HVideoDevice. |
class |
HVideoDevice
The HVideoDevice class describes the logical video devices which can contribute to the appearance of a particular screen.
|
class |
HVisible
The
HVisible class is the base class
for all non-interactive components. |
| Modifier and Type | Field and Description |
|---|---|
Object |
HChangeData.data
The data object for this HChangeData.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
HVisible.getContent(int state)
Gets the content for this component.
|
Object |
HVisible.getLookData(Object key)
Retrieve a look-specific private data object.
|
Object |
HVideoConfigTemplate.getPreferenceObject(int preference)
Return the preference object for the specified preference.
|
Object |
HScreenConfigTemplate.getPreferenceObject(int preference)
Return the preference object for the specified preference.
|
Object |
HSceneTemplate.getPreferenceObject(int preference)
Return the preference object for the specified preference.
|
Object |
HGraphicsConfigTemplate.getPreferenceObject(int preference)
Return the preference object for the specified preference.
|
Object |
HVideoDevice.getVideoController()
Obtain a reference to the object which controls the
presentation of the video.
|
Object |
HVideoDevice.getVideoSource()
Obtain a reference to the source of the video being presented
by this device at this moment.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
HVisible.getLookData(Object key)
Retrieve a look-specific private data object.
|
void |
HVisible.setContent(Object object,
int state)
Sets a single piece of content for this component, per
state.
|
void |
HVisible.setLookData(Object key,
Object data)
Set a look-specific private data object.
|
void |
HVideoConfigTemplate.setPreference(int preference,
Object object,
int priority)
Set the indicated preference (and associated value object) to
have the specified priority.
|
void |
HScreenConfigTemplate.setPreference(int preference,
Object object,
int priority)
Set the indicated preference (and associated value object) to
have the specified priority.
|
void |
HSceneTemplate.setPreference(int preference,
Object object,
int priority)
Set the indicated preference (and associated value object) to
have the specified priority.
|
void |
HGraphicsConfigTemplate.setPreference(int preference,
Object object,
int priority)
Set the indicated preference (and associated value object) to
have the specified priority.
|
| Constructor and Description |
|---|
HChangeData(int hint,
Object data)
Creates an HChangeData object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HActionEvent
An
HActionEvent event is used to
interact with a component implementing the HActionInputPreferred interface
as follows: |
class |
HAdjustmentEvent
An
HAdjustmentEvent event is used to
interact with a component implementing the HAdjustmentValue interface as follows: |
class |
HBackgroundImageEvent
This event informs an application that a loading operation for an
HBackgroundImage has
finished. |
class |
HEventGroup
Represents a group of key codes.
|
class |
HEventRepresentation
This class is able to describe the representation of an event
generator as a string, color or symbol (such as a triangle, '>', for
'play').
|
class |
HFocusEvent
An
HFocusEvent event is used to
interact with a component implementing the HNavigationInputPreferred
interface as follows: |
class |
HItemEvent
An
HItemEvent event is used to
interact with a component implementing the HSelectionInputPreferred
interface as follows: |
class |
HKeyCapabilities
This class is used to describe the (basic) keyboard capabilities of
the platform.
|
class |
HKeyEvent
An
HKeyEvent event is used to
interact with a component implementing the HKeyboardInputPreferred interface
as follows: |
class |
HMouseCapabilities
This class is used to describe the (basic) mouse capabilities of
the platform.
|
class |
HRcCapabilities
This class is used to describe the (basic) remote control
capabilities of the platform.
|
class |
HRcEvent
The remote control event class.
|
class |
HScreenConfigurationEvent
This event is sent to all registered
HScreenConfigurationListeners when an HScreenDevice modifies its
configuration. |
class |
HScreenDeviceReleasedEvent
This event informs an application that a device for this
HScreen has been released by an application
or other entity in the system. |
class |
HScreenDeviceReservedEvent
This event informs that a device on this
HScreen has been reserved by an application or other entity in the
system. |
class |
HScreenLocationModifiedEvent
This event is generated by the system when a component is moved
on-screen, rather than within a container.
|
class |
HTextEvent
An
HTextEvent event is used to
interact with a component implementing the HKeyboardInputPreferred
interface as follows: |
| Modifier and Type | Method and Description |
|---|---|
Object |
HItemEvent.getItem()
Retrieve the item which caused this
HItemEvent. |
Object |
HScreenLocationModifiedEvent.getSource()
Returns the Component whose on-screen location has been
modified.
|
Object |
HScreenDeviceReservedEvent.getSource()
Returns the device that has been reserved
|
Object |
HScreenDeviceReleasedEvent.getSource()
Returns the device that has been released
|
Object |
HBackgroundImageEvent.getSource()
Returns the
HBackgroundImage for which the data has been loaded. |
| Constructor and Description |
|---|
HBackgroundImageEvent(Object source,
int id)
Constructs a new
HBackgroundImageEvent. |
HItemEvent(HSelectionInputPreferred source,
int id,
Object item)
Constructs an HItemEvent
|
HScreenConfigurationEvent(Object source)
Construct an
HScreenConfigurationEvent |
HScreenDeviceReleasedEvent(Object source)
Creates an
HScreenDeviceReleasedEvent object. |
HScreenDeviceReservedEvent(Object source)
Creates an
HScreenDeviceReservedEvent object. |
HScreenLocationModifiedEvent(Object source)
Creates an
HScreenLocationModifiedEvent object. |
| Modifier and Type | Class and Description |
|---|---|
class |
OcapSystem
This class provides system utility functions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppFilter
AppFilter provides a means of filtering AppIDs.
|
class |
AppManagerProxy
This class represents the application manager functionality used by
the Monitor Application.
|
class |
AppPattern
AppPattern is an element that constitutes an
AppFilter. |
class |
OcapIxcPermission
This class represents access to the inter-xlet communication registry.
|
class |
PermissionInformation
This class contains information to allow the monitor application
to choose the permissions to grant to an application.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
AppPattern.getPrivateInfo()
Returns MSO-private information of this AppPattern.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OcapIxcPermission.equals(Object obj)
Checks two OcapIxcPermission objects for equality.
|
boolean |
AppPattern.equals(Object that)
Indicates whether some other object is "equal to" this one.
|
| Constructor and Description |
|---|
AppPattern(String idPattern,
int action,
int priority,
Date expirationTime,
Object info)
Constructs a new AppPattern with an expiration time and MSO
private information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MIBManager
The MIBManager class provides Management Information Base (MIB)
access to the host's MIB.
|
class |
MIBObject
This interface represents a MIB Object.
|
class |
SNMPResponse
This interface represents a response to an implementation request to an
application that has registered control over a specific MIB.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BufferingRequest
This class represents an application request for buffering.
|
class |
OcapRecordingManager
RecordingManager represents the entity that performs recordings and
maintains a database of recordings.
|
class |
OcapRecordingProperties
Encapsulates the details about how a recording is to be made.
|
class |
PrivateRecordingSpec
Specifies a recording request that can be resolved only by an application
defined request resolution handler.
|
class |
RecordingAlertEvent
Event notifying that a scheduled recording is about to occur.
|
class |
TimeShiftEvent
The parent class for TimeShiftBuffer events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LightweightTriggerManager
This class represents a manager that can be used by a privileged
application to create an artificial object carousel containing
a DSMCCStreamEvent in the top level.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Environment
Represents an environment that provides the context in which applications run.
|
class |
EnvironmentEvent
The
EnvironmentEvent class is used to notify
applications of events relating to environments. |
class |
EnvironmentState
Defines the set of available states for an environment.
|
class |
EnvironmentStateChangedEvent
The
EnvironmentStateChangedEvent class indicates
the completion of a state transition of an environment. |
| Modifier and Type | Class and Description |
|---|---|
class |
UserEventAction
UserEventAction is returned by the UserEventFilter.filterUserEvent()
method in order to inform the EventManager the value of the event and
to which applications the event shall be forwarded.
|
| Constructor and Description |
|---|
UserEvent(Object source,
int family,
char keyChar,
long when)
Constructor for a new UserEvent object representing a key being typed.
|
UserEvent(Object source,
int family,
int type,
int code,
int modifiers,
long when)
Constructor for a new UserEvent object representing a key being
pressed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CopyControl
This class represents the copy control information on the analog
and digital A/V outputs of the OCAP terminal.
|
class |
Host
This class represents the host terminal device and provides access to the
Host ID, raw image data, the power state of the host and a
java.util.Enumeration of references to VideoOutputPort instances.
|
class |
VideoOutputPort
An object of this class represents an analog or digital video output of
the OCAP terminal.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
VideoOutputPort.queryCapability(int capabilityType)
Query the value related to specified capabilityType.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AudioOutputPort
Represents an individually controllable audio output port of the host device.
|
class |
DynamicVideoOutputConfiguration
An instance of this class may be used to represent a dynamic selection of video
output configurations based upon specified input video.
|
class |
FeatureNotSupportedException
Thrown when an application attempts to query/set/get a feature
not supported on the device.
|
class |
OCSound
Extends the HAVi
HSound class, adding additional configuration options. |
class |
VideoResolution
Specifies the attributes of a video stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FrontPanelManager
This class represents an optional front panel display and SHOULD not be
present in any device that does not support one.
|
| Modifier and Type | Class and Description |
|---|---|
class |
POD
This class provides an access to functions and information of the
OpenCable CableCARD device on the OCAP Host device.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContentServerEvent
Event which will be sent to registered ContentServerListeners when
ContentEntrys have been added, changed or removed.
|
class |
DeviceEvent
Represents a Device Event.
|
class |
HomeNetPermission
The HomeNetPermission class represents permission to execute privileged
home networking operations only signed applications MAY be granted.
|
class |
NetActionEvent
This class represents an event generated in response to an action.
|
class |
NetManager
The NetManager is a singleton class that registers all the
Devices and NetModules within a home network.
|
class |
NetModuleEvent
Entity for NetModule Event.
|
class |
PropertyFilter
The filter for (key,value) pair filtering mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
NetList.getElement(int index)
Returns the element indexed by a number.
|
Object |
NetActionEvent.getResponse()
Returns the response of the Action.
|
Object |
NetModuleEvent.getSource()
Returns module event source, which is always a NetModule.
|
Object |
DeviceEvent.getSource()
Returns device event source, which is always a Device.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PropertyFilter.accept(Object element)
Checks whether an element is accepted by this filter, the element
must be either
NetModule or Device. |
boolean |
NetList.contains(Object element)
Indicates whether an element is included in this NetList.
|
int |
NetList.indexOf(Object element)
Returns the index of an element in this element list.
|
| Constructor and Description |
|---|
ContentServerEvent(Object source,
String[] content,
int evt)
Creates a new ContentServerEvent with the given source object, the ContentItem involved and
an event ID indicating whether the content got added or removed.
|
DeviceEvent(int type,
Object source)
Constructs a DeviceEvent by specifying type and source.
|
NetActionEvent(Object request,
Object response,
int error,
int status)
Two argument constructor.
|
NetModuleEvent(int type,
Object source)
Constructs a NetModuleEvent by specifying type and source.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContentEntryFactory
This factory can be used to create
ContentEntry instances. |
class |
DatabaseException
Exception that is thrown when a database error occurs
|
class |
MetadataIdentifiers
This abstract class represents access to standardized metadata identifiers.
|
class |
MetadataNode
A collection of metadata entries, each of which is a key/value pair
where the key identifies a property and the value is the property value,
and a collection of supporting namespace declarations.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
MetadataNode.getMetadata(String key)
Gets a reference to the value associated with the specified key,
if any.
|
Object |
ContentResource.getResourceProperty(String key)
Returns properties of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
MetadataNode.addMetadata(String key,
Object value)
Adds a new metadata entry, modifies an existing metadata entry, or
removes an existing metadata entry.
|
abstract void |
MetadataNode.addMetadata(String key,
Object value,
ExtendedFileAccessPermissions efap)
Adds a new metadata entry, modifies an existing metadata entry, or
removes an existing metadata entry, with specification of
ExtendedFileAccessPermissions. |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentDatabaseFilter
This class represent a filtering criteria to be applied while creating a ContentList.
|
class |
DatabaseQuery
DatabaseQuery class.
|
class |
DeviceFilter
This class represents a filtering criteria based on a particular device.
|
| Modifier and Type | Method and Description |
|---|---|
ContentEntry |
ContentList.find(String[] keys,
Object[] values)
Finds the first ContentEntry which matches the search.
|
ContentEntry |
ContentList.find(String key,
Object value)
|
ContentList |
ContentList.findAll(String[] keys,
Object[] values)
Finds all ContentEntry objects which match the search.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NetRecordingSpec
This class represents a network recording specification.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteUIServerManager
This class represents a Manager that can be used to configure the
Remote User Interfaces published by the Host on a home network.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NetSecurityManager
This class provides access to home network security capabilities including
password handling.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MediaServerManager
This class provides access to the configuration of the content server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransformationManager
This class is a singleton manager that can be used to get transformation
capabilities of the Host device and to manage the content item transformation
configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UPnPControlPoint
This class represents a device control point that can
discover devices and services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UPnPActionInvocation
This class represents a UPnP service action invocation,
carrying only IN arguments and a reference to the action
definition (
UPnPAction). |
class |
UPnPActionResponse
The class represents a response to a successfully completed
UPnP action.
|
class |
UPnPErrorResponse
The class represents a response to an unsuccessfully
completed UPnP action, where the server responded with HTTP
code 500 (Internal Server Error).
|
class |
UPnPGeneralErrorResponse
The class represents a response to an unsuccessfully
completed UPnP action, where the server either did not respond,
or responded with an HTTP error code other than
500 (Internal Server Error).
|
class |
UPnPMessage
The class represents a UPnP message comprising an HTTP start line,
zero or more headers and an optional XML document.
|
class |
UPnPResponse
This class represents a response to a UPnP action.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UPnPDeviceManager
This class represents a manager that can create devices and services for
devices.
|
class |
UPnPManagedDeviceIcon
This class represents a UPnP Device Icon with associated
binary data for a
UPnPManagedDevice. |
| Modifier and Type | Class and Description |
|---|---|
class |
MIBAppender
The MIBAppender appends events to a circular queue which is made
available at a given OID.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlternativeMediaPresentationEvent
AlternativeMediaPresentationEvent is a JMF event generated
to indicate that an "alternative" content is presented during the media
presentation of a service. |
class |
ClosedCaptioningAttribute
This class represents a system wide preference of closed-captioning
representation.
|
class |
ClosedCaptioningEvent
This class is an event to notify a change of a closed-captioning state.
|
class |
FilterResourceAvailableEvent
This event notifies an application that a VBIFilterGroup released
VBIFilters, i.e., another application may have an opportunity to reserve
new VBIFilters.
|
class |
MediaAccessHandlerRegistrar
This class allows to register a handler that can prevent the presentation of
A/V service components.
|
class |
MediaPresentationEvaluationTrigger
This class represents possible reasons to trigger an evaluation that leads
to the generation of an
or a
. |
class |
MediaPresentationEvent
MediaPresentationEvent is a JMF event used as the parent
class of events indicating dynamic changes to the presentation of
media components. |
class |
MediaTimer
This is a timer class that counts time based on a media time
of a specified Player.
|
class |
NormalMediaPresentationEvent
NormalMediaPresentationEvent is a JMF event generated when the
normal media components of a service are presented. |
class |
S3DSignalingChangedEvent
This class represents an event that will be reported to an application with an
org.ocap.media.VideoFormatControl. |
class |
VBIFilterEvent
This class represents a VBI filter event.
|
class |
VBIFilterGroup
This class represents a group of VBI data filters.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
VBIFilterEvent.getAppData()
This method returns application specific data that was specified
by VBIFilter.startFiltering() methods.
|
Object |
ClosedCaptioningAttribute.getCCAttribute(int attribute,
int ccType)
This method returns a current attribute values applied to a
closed-captioning text on a screen.
|
Object[] |
ClosedCaptioningAttribute.getCCCapability(int attribute,
int ccType)
This method returns a possible attribute values applied to an
closed-captioning text on a screen.
|
Object |
VBIFilterEvent.getSource()
This method returns an instance of a class implementing VBIFilter
that is the source of the event.
|
Object |
ForcedDisconnectedEvent.getSource()
This method returns an instance of a class implementing VBIFilterGroup
that is the source of the event.
|
Object |
FilterResourceAvailableEvent.getSource()
This method returns an instance of a class implementing VBIFilterGroup
that is the source of the event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VBIFilterGroup.attach(ServiceContext serviceContext,
ResourceClient client,
Object requestData)
This method attempts to reserve all VBI filters held by this
VBIFilterGroup, and attaches to a specified ServiceContext.
|
void |
ClosedCaptioningAttribute.setCCAttribute(int[] attribute,
Object[] value,
int ccType)
This method sets a preferred attribute values applied to a
closed-captioning text on a screen.
|
void |
VBIFilter.startFiltering(Object appData)
Initiate filtering of VBI data for the specified line and the specified
data format by a VBIFilterGroup.
|
void |
VBIFilter.startFiltering(Object appData,
int offset,
byte[] posFilterDef,
byte[] posFilterMask,
byte[] negFilterDef,
byte[] negFilterMask)
Initiate filtering of VBI data for the specified line and the specified
data format by a VBIFilterGroup.
|
| Constructor and Description |
|---|
ClosedCaptioningEvent(Object source,
int id)
Construct a new ClosedCaptioningEvent with the specified event ID.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PODExtendedChannel
This class represents an extended channel that provides access to private
section data flows.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OcapLocator
This class encapsulates an OCAP URL into an object.
|
class |
OCRCInterface
This class models a return channel interface for use in receiving and
transmitting IP packets over an OCAP-compliant return channel.
|
class |
URLLocator
A concrete implementation of
Locator that encapsulates a URL into an object. |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceContentionManager
This class manages a means of resolving a resource contention.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServiceType
This class represents the abstract service type value.
|
class |
AlternativeContentErrorEvent
AlternativeContentErrorEvent is generated to indicate that
"alternative" content is being presented due to an error that
prevents the presentation of normal content as part of selection
of a service and during presentation of that selected service. |
class |
S3DAlternativeContentErrorEvent
S3DAlternativeContentErrorEvent is generated to indicate that
"alternative" content may be presenting due to a detected incompatibility
between the selected 3D content and the display device. |
class |
ServiceTypePermission
ServiceTypePermission represents application permission to
select a specific service type using a ServiceContext accessible by the
application. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServiceTypePermission.equals(Object obj)
Tests two
ServiceTypePermission objects for equality. |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
Exception thrown when an application is blocked from operating
on a RecordingRequest by security attributes associated with that
RecordingRequest.
|
class |
DeletionDetails
This class contains details about the deletion of
a recorded service.
|
class |
LocatorRecordingSpec
Specifies a recording request in terms of one or more Locators.
|
class |
NoMoreDataEntriesException
No more data entries allowed for this recording request.
|
class |
RecordedServiceType
This class represents the service type value for a RecordedService.
|
class |
RecordingChangedEvent
Event used to notify listeners of changes in the list of recording requests maintained
by the RecordingManager.
|
class |
RecordingFailedException
This exception is returned when applications call the
getFailedException() for a failed recording request or
an incomplete recording request.
|
class |
RecordingManager
RecordingManager represents the entity that performs recordings.
|
class |
RecordingPermission
Controls access to recording features by an application.
|
class |
RecordingProperties
Base class for specifying properties defining how a recording is to be made.
|
class |
RecordingSpec
Base class for specifying what to record and how to record it.
|
class |
RecordingTerminatedEvent
An Event Notifying that recording has terminated for the
ServiceContext. |
class |
ServiceContextRecordingSpec
Specifies a recording request in terms of what is being presented on a
ServiceContext.
|
class |
ServiceRecordingSpec
Specifies a recording request in terms of a Service.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RecordingPermission.equals(Object obj)
Checks two RecordingPermission objects for equality
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppIDFilter
Filter to filter based on AppID.
|
class |
OrgIDFilter
Filter to filter based on OrgID.
|
class |
RecordingListFilter
Base class for all RecordingListFilters.
|
class |
RecordingStateFilter
Filter to filter based on values returned by the getState method in
RecordingRequest. |
| Modifier and Type | Class and Description |
|---|---|
class |
BeginningOfContentEvent
BeginningOfContentEvent is a RateChangeEvent that is posted when the rate change is
due to a rewind hitting the beginning of the media, or due to the time-shift
buffer reaching maximum depth.
|
class |
EndOfContentEvent
EndOfContentEvent is a RateChangeEvent that is posted when the rate change is
due to a forward playback hitting the end of the stored context, or a forward
playback catching up with the live recording point.
|
class |
EnteringLiveModeEvent
EnteringLiveModeEvent is a ControllerEvent that is posted when the
the controller has started playing back a live broadcast stream.
|
class |
LeavingLiveModeEvent
This event shall be generated during timeshift playback when the playback point
departs from the head of the buffer (where the content is the same as the
currently received content).
|
class |
TimeLineInvalidException
This exception is returned when a time line is no longer valid in a
the piece of content for which it was obtained.
|
class |
TimeOutOfRangeException
This exception is returned when a time or media time is outside the
valid range for a particular time line.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Descriptor
This class represents an MPEG-2 descriptor.
|
class |
ProgramAssociationTableManager
The Program Association Table (PAT) manager is used to discover and
listen for PATs.
|
class |
ProgramMapTableManager
The Program Map Table (PMT) manager is used to discover and listen
for MPEG-2 PMTs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedFileAccessPermissions
This class extends
FileAccessPermissions to let granting applications provide read
and write file access to applications that have an organisation identifier different from
a granting application. |
class |
StorageManager
This class represents the storage manager which keeps track of the storage
devices attached to the system.
|
class |
StorageManagerEvent
Event sent to a
StorageManagerListener registered with the StorageManager that a StorageProxy was added, removed or changed
state. |
| Modifier and Type | Class and Description |
|---|---|
class |
EASEvent
This class represents an EAS event.
|
class |
EASManager
This class represents a manager that allows applications to register listeners for
EAS events.
|
class |
EASModuleRegistrar
An OCAP-J application can set and get a preferred attribute value of an
EAS alert text.
|
class |
MonitorAppPermission
The MonitorAppPermission class represents permission to execute privileged
operations only Monitor Application should be granted.
|
class |
RegisteredApiManager
This class represents a manager for registered APIs that can be registered with an
implementation by a privileged application.
|
class |
RegisteredApiUserPermission
The RegisteredApiUserPermission class represents permission for an
application to use a specific registered API.
|
class |
SystemModuleRegistrar
This class is used by an OCAP-J application to access a system
module.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
EASModuleRegistrar.getEASAttribute(int attribute)
This method returns a current attribute values applied to an EAS alert
text on a screen.
|
Object[] |
EASModuleRegistrar.getEASCapability(int attribute)
This method returns a possible attribute values applied to an EAS alert
text on a screen.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EASModuleRegistrar.setEASAttribute(int[] attribute,
Object[] value)
This method sets a preferred attribute values applied to an EAS alert
text on a screen.
|
| Constructor and Description |
|---|
EASEvent(Object source,
int reason)
Constructs a EASEvent with the specified source and reason.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CableCARDResetEvent
Events that indicate the CableCARD is about to be reset and has successfully
completed initialization after a reset.
|
class |
DeferredDownloadEvent
This class represents an event returned by the system when a deferred download is
instigated by the receipt of a code version table with download_command = 0x01 (see
[CCIF 2.0]).
|
class |
ErrorEvent
This class represents an event returned by the system when an uncaught exception or
implementation error is encountered, or by an application that wishes to log an error or
an informational event.
|
class |
RebootEvent
This class represents an event returned by the system when a reboot is instigated.
|
class |
ResourceDepletionEvent
Event that indicates resources are low, and the system is about to destroy application(s) to
attempt to correct this.
|
class |
SystemEvent
This class is the basis for system event messages.
|
class |
SystemEventManager
Registration mechanism for trusted applications to set the error handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OCAPTest
The purpose of this class is to provide a very simple communication
channel between the OCAP implementation under test (IUT) and the test server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HSceneManager
This class represents a manager that lets an application register a handler
to requested HScene changes within a logical HScreen composited with all HScenes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OCRcEvent
The OCAP remote control event class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DOMException
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).
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Node.getFeature(String feature,
String version)
This method returns a specialized object which implements the
specialized APIs of the specified feature and version, as specified
in
DOM Features.
|
Object |
DOMImplementation.getFeature(String feature,
String version)
This method returns a specialized object which implements the
specialized APIs of the specified feature and version, as specified
in DOM Features.
|
Object |
Node.getUserData(String key)
Retrieves the object associated to a key on a this node.
|
Object |
Node.setUserData(String key,
Object data,
UserDataHandler handler)
Associate an object to a key on this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserDataHandler.handle(short operation,
String key,
Object data,
Node src,
Node dst)
This method is called whenever the node for which this handler is
registered is imported or cloned.
|
Object |
Node.setUserData(String key,
Object data,
UserDataHandler handler)
Associate an object to a key on this node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventException
Event operations may throw an
EventException as specified in
their method descriptions. |
| Modifier and Type | Method and Description |
|---|---|
Object |
CustomEvent.getDetail()
Specifies some detail information about the
Event. |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomEvent.initCustomEventNS(String namespaceURIArg,
String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Object detailArg)
The
initCustomEventNS method is used to initialize the
value of a CustomEvent object and has the same behavior
as Event.initEventNS(). |
| Modifier and Type | Class and Description |
|---|---|
class |
InputSource
A single input source for an XML entity.
|
class |
SAXException
Encapsulate a general SAX error or warning.
|
class |
SAXNotRecognizedException
Exception class for an unrecognized identifier.
|
class |
SAXNotSupportedException
Exception class for an unsupported operation.
|
class |
SAXParseException
Encapsulate an XML parse error or warning.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
XMLReader.getProperty(String name)
Look up the value of a property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLReader.setProperty(String name,
Object value)
Set the value of a property.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHandler
Default base class for SAX2 event handlers.
|
Copyright © 2013 CableLabs. All rights reserved.