A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

O

Object - Class in java.lang
Class Object is the root of the class hierarchy.
Object() - Constructor for class java.lang.Object
 
ObjectChangeEvent - Class in org.dvb.dsmcc
This class describes an object change event that is used to monitor the arrival of a new version of a DSMCCObject.
ObjectChangeEvent(DSMCCObject, int) - Constructor for class org.dvb.dsmcc.ObjectChangeEvent
Creates an ObjectChangeEvent indicating that a new version of the monitored DSMCC Object has been detected.
ObjectChangeEventListener - Interface in org.dvb.dsmcc
The objects that implements the ObjectChangeEventListener interface can receive ObjectChangeEvent event.
ObjectInput - Interface in java.io
ObjectInput extends the DataInput interface to include the reading of objects.
ObjectInputStream - Class in java.io
An ObjectInputStream deserializes primitive data and objects previously written using an ObjectOutputStream.
ObjectInputStream(InputStream) - Constructor for class java.io.ObjectInputStream
Creates an ObjectInputStream that reads from the specified InputStream.
ObjectInputStream.GetField - Class in java.io
Provide access to the persistent fields read from the input stream.
ObjectInputStream.GetField() - Constructor for class java.io.ObjectInputStream.GetField
 
ObjectInputValidation - Interface in java.io
Callback interface to allow validation of objects within a graph.
ObjectOutput - Interface in java.io
ObjectOutput extends the DataOutput interface to include writing of objects.
ObjectOutputStream - Class in java.io
An ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream.
ObjectOutputStream(OutputStream) - Constructor for class java.io.ObjectOutputStream
Creates an ObjectOutputStream that writes to the specified OutputStream.
ObjectOutputStream.PutField - Class in java.io
Provide programatic access to the persistent fields to be written to ObjectOutput.
ObjectOutputStream.PutField() - Constructor for class java.io.ObjectOutputStream.PutField
 
ObjectStreamClass - Class in java.io
Serialization's descriptor for classes.
ObjectStreamConstants - Interface in java.io
Constants written into the Object Serialization Stream.
ObjectStreamException - Exception in java.io
Superclass of all exceptions specific to Object Stream classes.
ObjectStreamField - Class in java.io
A description of a Serializable field from a Serializable class.
ObjectStreamField(String, Class) - Constructor for class java.io.ObjectStreamField
Create a Serializable field with the specified type.
ObjectStreamField(String, Class, boolean) - Constructor for class java.io.ObjectStreamField
Creates an ObjectStreamField representing a serializable field with the given name and type.
ObjectUnavailableException - Exception in org.davic.mpeg
This exception must be thrown by MPEG related APIs when an object is not available.
ObjectUnavailableException() - Constructor for exception org.davic.mpeg.ObjectUnavailableException
Constructs a ObjectUnavailableException with no detail message
ObjectUnavailableException(String) - Constructor for exception org.davic.mpeg.ObjectUnavailableException
Constructs a ObjectUnavailableException with the specified detail message
Observable - Class in java.util
This class represents an observable object, or "data" in the model-view paradigm.
Observable() - Constructor for class java.util.Observable
Construct an Observable with zero Observers.
Observer - Interface in java.util
A class can implement the Observer interface when it wants to be informed of changes in observable objects.
OCAP_ABSTRACT_SERVICE - Static variable in class org.ocap.service.AbstractServiceType
ServiceType for an abstract service.
OCAP_J - Static variable in interface org.ocap.application.OcapAppAttributes
The OCAP registered value for all OCAP-J applications.
OcapAppAttributes - Interface in org.ocap.application
This interface represents various information about an application registered in the AppsDatabase.
OcapIxcPermission - Class in org.ocap.application
This class represents access to the inter-xlet communication registry.
OcapIxcPermission(String, String) - Constructor for class org.ocap.application.OcapIxcPermission
Creates a new OcapIxcPermission object with the specified name and actions.
OcapLocator - Class in org.ocap.net
This class encapsulates an OCAP URL into an object.
OcapLocator(int) - Constructor for class org.ocap.net.OcapLocator
A constructor of this class corresponding to the OCAP URL form "ocap://source_id".
OcapLocator(int, int, int) - Constructor for class org.ocap.net.OcapLocator
A constructor of this class corresponding to the OCAP URL form "ocap://(oobfdc|f=frequency).program_number[.m=modulation_format]".
OcapLocator(int, int) - Constructor for class org.ocap.net.OcapLocator
A constructor of this class corresponding to the OCAP URL form "ocap://f=frequency[.m=modulation_format]".
OcapLocator(String) - Constructor for class org.ocap.net.OcapLocator
A constructor of this class for any form of OCAP URL.
OcapLocator(int, short[], String[], int, String) - Constructor for class org.ocap.net.OcapLocator
A constructor of this class corresponding to the OCAP URL form "ocap://source_id[.stream_type[,ISO_639_language_code]{& stream_type[,ISO_639_language_code]}][;event_id]{/path_segments}".
OcapLocator(int, short[], int[], int, String) - Constructor for class org.ocap.net.OcapLocator
A constructor of this class corresponding to the OCAP URL form "ocap://source_id[.stream_type[,index]{&stream_type[,index]}] [;event_id]{/path_segments}".
OcapLocator(int, int[], int, String) - Constructor for class org.ocap.net.OcapLocator
A constructor of this class corresponding to the OCAP URL form "ocap://source_id[.+PID{&PID}][;event_id]{/path_segments}".
OcapLocator(int, String[], int, String) - Constructor for class org.ocap.net.OcapLocator
A constructor of this class corresponding to the OCAP URL form "ocap://source_id[.$component_name{&component_name}] [;event_id]{/path_segments}".
OcapLocator(int, int, int[], String) - Constructor for class org.ocap.net.OcapLocator
A constructor of this class corresponding to the OCAP URL form "ocap://source_id[.@component_tag{&component_tag}][;event_id]{/path_segments}".
OcapLocator(String, short[], String[], int, String) - Constructor for class org.ocap.net.OcapLocator
A constructor of this class corresponding to the OCAP URL form "ocap://n=service_name[.stream_type[,ISO_639_language_code]{& stream_type[,ISO_639_language_code]}][;event_id]{/path_segments}".
OcapLocator(String, short[], int[], int, String) - Constructor for class org.ocap.net.OcapLocator
A constructor of this class corresponding to the OCAP URL form "ocap://n=service_name[.stream_type[,index]{&stream_type[,index]}] [;event_id]{/path_segments}".
OcapLocator(String, int[], int, String) - Constructor for class org.ocap.net.OcapLocator
A constructor of this class corresponding to the OCAP URL form "ocap://n=service_name[.+PID{&PID}][;event_id]{/path_segments}".
OcapLocator(String, String[], int, String) - Constructor for class org.ocap.net.OcapLocator
A constructor of this class corresponding to the OCAP URL form "ocap://n=service_name[.$component_name{&component_name}] [;event_id]{/path_segments}".
OcapLocator(String, int, int[], String) - Constructor for class org.ocap.net.OcapLocator
A constructor of this class corresponding to the OCAP URL form "ocap://n=service_name[.@component_tag{&component_tag}][;event_id]{/path_segments}".
OcapLocator(int, int, int, short[], String[], int, String) - Constructor for class org.ocap.net.OcapLocator
A constructor of this class corresponding to the OCAP URL form "ocap://(oobfdc|f=frequency).program_number[.m=modulation_format] [.stream_type[,ISO_639_language_code] {&stream_type[,ISO_639_language_code]}][;event_id]{/path_segments}".
OcapLocator(int, int, int, short[], int[], int, String) - Constructor for class org.ocap.net.OcapLocator
A constructor of this class corresponding to the OCAP URL form "ocap://(oobfdc|f=frequency).program_number.[m=modulation_format] [.stream_type[,index]{&stream_type[,index]}] [;event_id]{/path_segments}".
OcapLocator(int, int, int, int[], int, String) - Constructor for class org.ocap.net.OcapLocator
A constructor of this class corresponding to the OCAP URL form "ocap://(oobfdc|f=frequency).program_number[.m=modulation_format] [.+PID{&PID}][;event_id]{/path_segments}".
OcapLocator(int, int, int, String[], int, String) - Constructor for class org.ocap.net.OcapLocator
A constructor of this class corresponding to the OCAP URL form "ocap://(oobfdc|f=frequency).program_number[.m=modulation_format] [.$component_name{&component_name}] [;event_id]{/path_segments}".
OcapLocator(int, int, int, int, int[], String) - Constructor for class org.ocap.net.OcapLocator
A constructor of this class corresponding to the OCAP URL form "ocap://(oobfdc|f=frequency).program_number[.m=modulation_format] [.@component_tag{&component_tag}][;event_id]{/path_segments}".
OcapRecordedService - Interface in org.ocap.dvr
This interface represents a RecordedService in OCAP.
OcapRecordingManager - Class in org.ocap.dvr
RecordingManager represents the entity that performs recordings.
OcapRecordingManager() - Constructor for class org.ocap.dvr.OcapRecordingManager
 
OcapRecordingProperties - Class in org.ocap.dvr
Encapsulates the details about how a recording is to be made.
OcapRecordingProperties(byte, long, int, byte, ExtendedFileAccessPermissions, String, MediaStorageVolume) - Constructor for class org.ocap.dvr.OcapRecordingProperties
Constructs an immutable instance of OcapRecordingProperties with the specified attributes.
OcapRecordingProperties(byte, long, int, byte, ExtendedFileAccessPermissions, String, MediaStorageVolume, int) - Constructor for class org.ocap.dvr.OcapRecordingProperties
Constructs an immutable instance of OcapRecordingProperties with the specified attributes.
OcapRecordingRequest - Interface in org.ocap.dvr
This interface represents a LeafRecordingRequest in OCAP.
OcapScene - Interface in org.ocap.ui
The OcapScene interface is implemented by all HScene instances created by an OCAP implementation.
OcapSystem - Class in org.ocap
This class provides system utility functions.
OCAPTest - Class in org.ocap.test
The purpose of this class is to provide a very simple communication channel between the OCAP implementation under test (IUT) and the test server.
OCRC_FIRST - Static variable in class org.ocap.ui.event.OCRcEvent
Marks the first integer id for the range of OCAP remote control key codes.
OCRC_LAST - Static variable in class org.ocap.ui.event.OCRcEvent
Marks the last integer id for the range of OCAP remote control key codes.
OCRcEvent - Class in org.ocap.ui.event
The OCAP remote control event class.
OCRcEvent(Component, int, long, int, int, char) - Constructor for class org.ocap.ui.event.OCRcEvent
Constructs an OCRcEvent object.
OCRCInterface - Class in org.ocap.net
This class models a return channel interface for use in receiving and transmitting IP packets over an OCAP-compliant return channel.
OCSound - Class in org.ocap.hardware.device
Extends the HAVi HSound class, adding additional configuration options.
OCSound() - Constructor for class org.ocap.hardware.device.OCSound
Creates an OCSound object.
OCTOBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the tenth month of the year.
of(char) - Static method in class java.lang.Character.UnicodeBlock
Returns the object representing the Unicode block containing the given character, or null if the character is not a member of a defined block.
ofCalendarField(int) - Static method in class java.text.DateFormat.Field
Returns the Field constant that corresponds to the Calendar constant calendarField.
OFF - Static variable in interface org.ocap.hardware.frontpanel.BrightSpec
Brightness OFF setting that represents the Indicator is off.
OFFLINE - Static variable in interface org.ocap.storage.StorageProxy
Returned by StorageProxy.getStatus() to indicate that the device is present but some other action is required before the device can be used (e.g., DetachableStorageOption.makeReady()).
OGHAM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
okToUseGui() - Method in interface java.beans.Visibility
This method instructs the bean that it is OK to use the Gui.
on(boolean) - Method in class java.security.DigestInputStream
Turns the digest function on or off.
on(boolean) - Method in class java.security.DigestOutputStream
Turns the digest function on or off.
ONE - Static variable in class java.math.BigInteger
The BigInteger constant one.
ONE_SECOND - Static variable in class javax.media.Time
 
OPAQUE - Static variable in interface java.awt.Transparency
Represents image data that is guaranteed to be completely opaque, meaning that all pixels have an alpha value of 1.0.
open(String) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
open(String, int) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
open(String, int, boolean) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
OPEN_DELETE - Static variable in class java.util.zip.ZipFile
Mode flag to open a zip file and mark it for deletion.
OPEN_READ - Static variable in class java.util.zip.ZipFile
Mode flag to open a zip file for reading.
openConnection() - Method in class java.net.URL
Returns a URLConnection object that represents a connection to the remote object referred to by the URL.
openDataInputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection input stream.
openDataInputStream() - Method in interface javax.microedition.io.InputConnection
Open and return a data input stream for a connection.
openDataOutputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection output stream.
openDataOutputStream() - Method in interface javax.microedition.io.OutputConnection
Open and return a data output stream for a connection.
openInputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection input stream.
openInputStream() - Method in interface javax.microedition.io.InputConnection
Open and return an input stream for a connection.
openOutputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection output stream.
openOutputStream() - Method in interface javax.microedition.io.OutputConnection
Open and return an output stream for a connection.
openStream() - Method in class java.net.URL
Opens a connection to this URL and returns an InputStream for reading from that connection.
OPTICAL_CHARACTER_RECOGNITION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
OPTICAL_CHARACTER_RECOGNITION - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+2440..U+245F) as defined in ISO 10646-1(E) normative Annex A
OPTION_UNSUPPORTED - Static variable in class org.dvb.test.DVBTest
The platform does not contain the option under test and therefore the test is inapplicable, the test result should not be considered when determining the status of the platform's conformance.
OptionalDataException - Exception in java.io
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.
or(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this | val).
or(BitSet) - Method in class java.util.BitSet
Performs a logical OR of this bit set with the bit set argument.
or(DatabaseQuery) - Method in class org.ocap.hn.content.navigation.DatabaseQuery
Create a new DatabaseQuery based upon the logical OR of the predicates represented by this query and the argument query.
orange - Static variable in class java.awt.Color
An object of type Color representing the color orange.
ORANGE - Static variable in class java.awt.Color
An object of type Color representing the color orange.
ORANGE - Static variable in interface org.ocap.hardware.frontpanel.ColorSpec
Indicator color orange.
ordinaryChar(int) - Method in class java.io.StreamTokenizer
Specifies that the character argument is "ordinary" in this tokenizer.
ordinaryChars(int, int) - Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are "ordinary" in this tokenizer.
org.davic.media - package org.davic.media
Provides various extensions to the Java Media Framework for the control of TV oriented audio / video content.
org.davic.mpeg - package org.davic.mpeg
Provides utility classes for common MPEG concepts.
org.davic.mpeg.sections - package org.davic.mpeg.sections
Provides access to MPEG-2 section filtering.
org.davic.net - package org.davic.net
Provides general content referencing.
org.davic.net.tuning - package org.davic.net.tuning
Provides access to tuning - MPEG multiplex selection.
org.davic.resources - package org.davic.resources
Provides a framework for scarce resource management.
org.dvb.application - package 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 - package org.dvb.dsmcc
Provides extended access to files carried in the broadcast stream.
org.dvb.event - package 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.ixc - package org.dvb.io.ixc
Provides support for inter-application communication.
org.dvb.io.persistent - package org.dvb.io.persistent
Provides extensions to the java.io package for access to files held in persistent storage.
org.dvb.lang - package org.dvb.lang
Provides those core platform related features not found in the java.lang package.
org.dvb.media - package org.dvb.media
Provides DVB specific extensions to the Java Media Framework.
org.dvb.net - package org.dvb.net
Provides general networking features not found elsewhere.
org.dvb.net.rc - package 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 - package org.dvb.net.tuning
Provides extensions to the tuning API from DAVIC.
org.dvb.service.selection - package org.dvb.service.selection
Extensions to the Java TV service selection API.
org.dvb.spi - package org.dvb.spi
This package defines a central registry for all DVB Service Provider Interface (SPI) providers.
org.dvb.spi.selection - package org.dvb.spi.selection
This package defines an SPI for selection of services and service components.
org.dvb.spi.util - package org.dvb.spi.util
Utility classes used by other providers.
org.dvb.test - package org.dvb.test
Broadcast model
org.dvb.ui - package org.dvb.ui
Provides extended graphics functionality.
org.dvb.user - package org.dvb.user
Provides access to settings and preferences configured by the end-user.
org.havi.ui - package org.havi.ui
 
org.havi.ui.event - package org.havi.ui.event
 
org.ocap.application - package org.ocap.application
org.ocap.diagnostics - package org.ocap.diagnostics
 
org.ocap.dvr - package org.ocap.dvr
Provides extension classes and interfaces to the shared DVR APIs.
org.ocap.dvr.event - package org.ocap.dvr.event
Manages stream events in store content.
org.ocap.dvr.storage - package org.ocap.dvr.storage
Provides management and representation of storage for stored media.
org.ocap.event - package org.ocap.event
The org.ocap.event package manages user events.
org.ocap.hardware.pod - package org.ocap.hardware.pod

This package provides a way to set and get OpenCable CableCARD Resource related parameters.

org.ocap.hn - package org.ocap.hn
Provides interfaces and classes for representing a home network.
org.ocap.hn.content - package org.ocap.hn.content
 
org.ocap.hn.content.navigation - package org.ocap.hn.content.navigation
Manages the content listings.
org.ocap.hn.profiles.upnp - package org.ocap.hn.profiles.upnp
Contains the constants that are specific to UPnP in conjunection with org.ocap.hn.content.Metadata interface.
org.ocap.hn.service - package org.ocap.hn.service
Manages content on a service hosted by another device on the home network.
org.ocap.media - package 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 - package org.ocap.mpeg
The org.ocap.mpeg package provides access to private data sections in the extended channel
org.ocap.net - package org.ocap.net
The org.ocap.net package provides locators for accessing various types of items in the transport stream.
org.ocap.resource - package org.ocap.resource
org.ocap.service - package org.ocap.service
The org.ocap.service package represents various aspects of a service.
org.ocap.shared.dvr - package org.ocap.shared.dvr
The shared DVR API for scheduling and managing recording requests.
org.ocap.shared.dvr.navigation - package org.ocap.shared.dvr.navigation
Provides support for Navigation of recording lists.
org.ocap.shared.media - package org.ocap.shared.media
Extensions to JMF to support DVR playback.
org.ocap.si - package org.ocap.si
The org.ocap.si package represents MPEG-2 PSI data.
org.ocap.storage - package org.ocap.storage
The org.ocap.storage package represents storage devices.
org.ocap.system - package org.ocap.system

This API is used to access system modules.

org.ocap.system.event - package org.ocap.system.event

The org.ocap.system.event package defines various system events.

org.ocap.test - package org.ocap.test
OCAP testing communications.
org.ocap.ui - package org.ocap.ui
Extensions to HAVi User Interface functionality.
org.ocap.ui.event - package org.ocap.ui.event
Extensions to HAVi User Interface Event classes, including OCAP specific remote control events and multiscreen management events.
OrgIDFilter - Class in org.ocap.shared.dvr.navigation
Filter to filter based on OrgID.
OrgIDFilter(int) - Constructor for class org.ocap.shared.dvr.navigation.OrgIDFilter
Constructs the filter based on a particular organization ID.
ORIENT_BOTTOM_TO_TOP - Static variable in interface org.havi.ui.HOrientable
A constant which specifies that the HOrientable shall be rendered with a vertical orientation, with the minimum value on the bottom, and the maximum value on the top.
ORIENT_LEFT_TO_RIGHT - Static variable in interface org.havi.ui.HOrientable
A constant which specifies that the HOrientable shall be rendered with a horizontal orientation, with the minimum value on the left side, and the maximum value on the right side.
ORIENT_RIGHT_TO_LEFT - Static variable in interface org.havi.ui.HOrientable
A constant which specifies that the HOrientable shall be rendered with a horizontal orientation, with the minimum value on the right side, and the maximum value on the left side.
ORIENT_TOP_TO_BOTTOM - Static variable in interface org.havi.ui.HOrientable
A constant which specifies that the HOrientable shall be rendered with a vertical orientation, with the minimum value on the top, and the maximum of the range on the bottom.
ORIENTATION_CHANGE - Static variable in class org.havi.ui.HVisible
A constant for use with the hinting mechanism (see the HLook.widgetChanged(org.havi.ui.HVisible, org.havi.ui.HChangeData[]) method in HLook).
ORIYA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
ORIYA - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character ranges (U+0B00..U+0B7F) and (U+200C..U+200D) as defined in ISO 10646-1(E) normative Annex A
OTHER - Static variable in interface org.davic.mpeg.NotAuthorizedInterface
Minor reason for both POSSIBLE_UNDER_CONDITIONS and NOT_POSSIBLE.
OTHER_LETTER - Static variable in class java.lang.Character
General category "Lo" in the Unicode specification.
OTHER_NUMBER - Static variable in class java.lang.Character
General category "No" in the Unicode specification.
OTHER_PUNCTUATION - Static variable in class java.lang.Character
General category "Po" in the Unicode specification.
OTHER_SYMBOL - Static variable in class java.lang.Character
General category "So" in the Unicode specification.
out - Static variable in class java.io.FileDescriptor
A handle to the standard output stream.
out - Static variable in class java.lang.System
The "standard" output stream.
OUT_OF_BANDWIDTH - Static variable in exception org.ocap.shared.dvr.RecordingFailedException
Reason code : Recording failed due to lack of IO bandwidth to record this program.
OutOfMemoryError - Error in java.lang
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.
OutOfMemoryError() - Constructor for error java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with no detail message.
OutOfMemoryError(String) - Constructor for error java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with the specified detail message.
OutputConnection - Interface in javax.microedition.io
This interface defines the capabilities that an output stream connection must have.
OutputStream - Class in java.io
This abstract class is the superclass of all classes representing an output stream of bytes.
OutputStream() - Constructor for class java.io.OutputStream
 
OutputStreamWriter - Class in java.io
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.
OutputStreamWriter(OutputStream, String) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the named character encoding.
OutputStreamWriter(OutputStream) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the default character encoding.
OverallRepository - Class in org.dvb.event
This class defines a repository which initially contains all the user events which can be delivered to an application.
OverallRepository() - Constructor for class org.dvb.event.OverallRepository
The constructor for the repository.
OverallRepository(String) - Constructor for class org.dvb.event.OverallRepository
The constructor for the repository with a name.
Owner - Interface in java.security.acl
Interface for managing owners of Access Control Lists (ACLs) or ACL configurations.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z