Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved.
Specification License
A B C D E F G I J L M N O P Q R S T U V

A

abort() - Static method in class javax.microedition.broadcast.platform.PlatformProviderSelector
Stops the current search for the available platform providers.
ACQUIRING_SERVICE - Static variable in class javax.microedition.broadcast.ServiceContext
A constant indicating that ServiceContext is in the ACQUIRING_SERVICE state.
add(Recording) - Static method in class javax.microedition.broadcast.recording.RecordingScheduler
Adds the given recording to the scheduled recordings list.
addListener(BroadcastConnectionListener) - Method in interface javax.microedition.broadcast.connection.BroadcastConnection
Add a new listener to this broadcast connection.
addListener(ServiceGuideListener, Query) - Method in class javax.microedition.broadcast.esg.ServiceGuide
Add a ServiceGuideListener to listen for any updates to the programs.
addListener(PlatformProviderSelectorListener) - Static method in class javax.microedition.broadcast.platform.PlatformProviderSelector
Registers a listener.
addListener(RecordingSchedulerListener) - Static method in class javax.microedition.broadcast.recording.RecordingScheduler
Registers a listener.
addListener(ServiceContextListener) - Method in class javax.microedition.broadcast.ServiceContext
Adds a ServiceContextListener to monitor changes in this context.
addPurchaseListener(PurchaseListener) - Method in interface javax.microedition.broadcast.purchase.PurchaseObject
Register a Listener to receive purchase events.
addScheduledEvent(long) - Method in interface javax.microedition.broadcast.control.TimerEventsControl
Add a scheduled event time.
addScheduledEvents(long[]) - Method in interface javax.microedition.broadcast.control.TimerEventsControl
Add an array of scheduled event times.
after(DateAttribute, Date) - Static method in class javax.microedition.broadcast.esg.QueryComposer
Generate a query to test if the attribute has a time value that's after the given value.
and(Query, Query) - Static method in class javax.microedition.broadcast.esg.QueryComposer
Generate a compound query that's the result of taking the logical "and" of the two given queries.
Attribute - Class in javax.microedition.broadcast.esg
Base class for all metadata attributes.
AUDIO - Static variable in interface javax.microedition.broadcast.ServiceComponent
ServiceComponent type for audio components.
AVAILABLE - Static variable in interface javax.microedition.broadcast.connection.BroadcastConnectionListener
Posted when the broadcast object and the data associated with it becomes available.

B

before(DateAttribute, Date) - Static method in class javax.microedition.broadcast.esg.QueryComposer
Generate a query to test if the attribute has a time value that's before the given value.
BooleanAttribute - Class in javax.microedition.broadcast.esg
The class of attributes that specifies a boolean value.
BooleanAttribute(String) - Constructor for class javax.microedition.broadcast.esg.BooleanAttribute
Constructor.
BroadcastConnection - Interface in javax.microedition.broadcast.connection
BroadcastConnection is the base interface to provide access to data that comes with a broadcast service.
BroadcastConnectionListener - Interface in javax.microedition.broadcast.connection
BroadcastConnectionListener listens for the events indicating the availability and updates of a broadcast connection.
BroadcastDatagramConnection - Interface in javax.microedition.broadcast.connection
BroadcastDatagramConnection abstracts a broadcast connection as a datagram connection.
BroadcastFileConnection - Interface in javax.microedition.broadcast.connection
BroadcastFileConnection abstracts a broadcast connection as a file or a directory of files.
BroadcastServiceException - Exception in javax.microedition.broadcast
BroadcastServiceException is thrown by a function when an error occurs due to some broadcast service related problems.
BroadcastServiceException() - Constructor for exception javax.microedition.broadcast.BroadcastServiceException
Constructs a BroadcastServiceException with null as its error detail message.
BroadcastServiceException(String) - Constructor for exception javax.microedition.broadcast.BroadcastServiceException
Constructs a BroadcastServiceException with the specified detail message.

C

cancel() - Method in interface javax.microedition.broadcast.purchase.PurchaseObject
Initiate the process to cancel the subscription of the Program, Service or service bundle for which this object was created.
CANCEL_APPROVED - Static variable in interface javax.microedition.broadcast.purchase.PurchaseListener
The cancel process was approved by the user.
CANCEL_COMPLETED - Static variable in interface javax.microedition.broadcast.purchase.PurchaseListener
The subscription successfully canceled.
CANCEL_DENIED - Static variable in interface javax.microedition.broadcast.purchase.PurchaseListener
The cancel process was denied by the user.
CANCEL_FAILED - Static variable in interface javax.microedition.broadcast.purchase.PurchaseListener
This event is used if the cancellation has failed.
CANCEL_STARTED - Static variable in interface javax.microedition.broadcast.purchase.PurchaseListener
The cancel process is started.
close() - Method in class javax.microedition.broadcast.ServiceContext
Closes this current instance of ServiceContext.
CLOSED - Static variable in class javax.microedition.broadcast.ServiceContext
A constant indicating that ServiceContext is in the CLOSED state.
CommonMetadataSet - Class in javax.microedition.broadcast.esg
CommonMetadataSet specifies an encompassing list of attributes that are applicable across different platform, bearer and operator specifications.
COMPONENTS_IDENTIFIED - Static variable in interface javax.microedition.broadcast.ServiceContextListener
Posted when all the components are identified by acquiring information related to the selected service.
COMPONENTS_SET - Static variable in interface javax.microedition.broadcast.ServiceContextListener
Posted when a set of components in a selected service is set for presentation.
contains(StringAttribute, String) - Static method in class javax.microedition.broadcast.esg.QueryComposer
Generate a query to test if the value of a string attribute contains a given substring.
CONTEXT_CLOSED - Static variable in interface javax.microedition.broadcast.ServiceContextListener
Posted when the associated context has been closed.
CONTEXT_STOPPED - Static variable in interface javax.microedition.broadcast.ServiceContextListener
Notified when the current presentation of a service has been stopped.
contextUpdate(ServiceContext, String, Object) - Method in interface javax.microedition.broadcast.ServiceContextListener
Called when there is a change in the ServiceContext.
createPlatformProvider(int, long, String) - Static method in class javax.microedition.broadcast.platform.PlatformProviderSelector
Instantiates a PlatformProvider directly based on the broadcast frequency and the ID number.
createServiceContext() - Static method in class javax.microedition.broadcast.ServiceContext
Creates a new instance of ServiceContext.
currentProgram() - Static method in class javax.microedition.broadcast.esg.QueryComposer
Generate a query to find the current broadcast programs.

D

DataUnavailableException - Exception in javax.microedition.broadcast.esg
DataUnvailableException is thrown when the result of a query is not available.
DataUnavailableException() - Constructor for exception javax.microedition.broadcast.esg.DataUnavailableException
Constructs a DataUnavailableException with null as its error detail message.
DataUnavailableException(String) - Constructor for exception javax.microedition.broadcast.esg.DataUnavailableException
Constructs a DataUnavailableException with the specified detail message.
DateAttribute - Class in javax.microedition.broadcast.esg
The class of attributes that specifies a Date value.
DateAttribute(String) - Constructor for class javax.microedition.broadcast.esg.DateAttribute
Constructor.
directorySize(boolean) - Method in interface javax.microedition.broadcast.connection.BroadcastFileConnection
Determines the size in bytes on a file system of all the available files (isAvailable() returns true) that are contained in a directory.
discover() - Static method in class javax.microedition.broadcast.platform.PlatformProviderSelector
Starts a search for the available platform providers.

E

equals(Object) - Method in class javax.microedition.broadcast.esg.Attribute
Tells if two attributes are equal.
equals(Object) - Method in class javax.microedition.broadcast.esg.NumericAttribute
Tells if two attributes are equal.
equals(Object) - Method in interface javax.microedition.broadcast.esg.ServiceGuideData
Compares two ServiceGuideData objects to see if they represent the same service guide information.
equivalent(Attribute, Object) - Static method in class javax.microedition.broadcast.esg.QueryComposer
Generate an equivalence query based on any types of attribute.
equivalent(NumericAttribute, double) - Static method in class javax.microedition.broadcast.esg.QueryComposer
Generate an equivalence query for numeric attributes.

F

FILECAST - Static variable in interface javax.microedition.broadcast.ServiceComponent
ServiceComponent type for filecast components.
fileSize() - Method in interface javax.microedition.broadcast.connection.BroadcastFileConnection
Determines the size of a file on the file system.
findPrograms(Query) - Method in class javax.microedition.broadcast.esg.ServiceGuide
Search for the list of program events with the matching criteria based on the given query.
findPrograms(Query, Attribute[], int, int) - Method in class javax.microedition.broadcast.esg.ServiceGuide
Search for the list of program events with the matching criteria based on the given query.
findRecording(ProgramEvent) - Static method in class javax.microedition.broadcast.recording.RecordingScheduler
Gets the first recording matching the given ProgramEvent.
findServices(Query) - Method in class javax.microedition.broadcast.esg.ServiceGuide
Search for the list of services with the matching criteria based on the given query.
findServices(Query, Attribute[], int, int) - Method in class javax.microedition.broadcast.esg.ServiceGuide
Search for the list of services with the matching criteria based on the given query.
FIXED_POINT_TYPE - Static variable in class javax.microedition.broadcast.esg.NumericAttribute
FIXED_POINT_TYPE references fixed-point numbers (e.g decimal numbers like prices with unit and currency)
FLOATING_POINT_TYPE - Static variable in class javax.microedition.broadcast.esg.NumericAttribute
FLOATING_POINT_TYPE references floating-point numbers
forceUpdate() - Method in class javax.microedition.broadcast.esg.ServiceGuide
Forces an ESG update.

G

getAllComponents() - Method in class javax.microedition.broadcast.ServiceContext
Returns all the ServiceComponents available within the current service.
getAllPreferenceKeys() - Static method in class javax.microedition.broadcast.recording.RecordingScheduler
Returns the list of all the preference keys recognized by this RecordingScheduler.
getAllPreferenceKeys() - Method in class javax.microedition.broadcast.ServiceContext
Returns the list of all the preference keys recognized by this ServiceContext.
getAllPurchaseObjects() - Static method in class javax.microedition.broadcast.purchase.SubscriptionManager
Get all available PurchaseObjects.
getAllServiceGuides() - Static method in class javax.microedition.broadcast.esg.ServiceGuide
List all the ServiceGuide available by the currently selected PlatformProvider.
getAllUniqueValues(Attribute) - Method in class javax.microedition.broadcast.esg.ServiceGuide
Get the list of unique values for the given attribute.
getAvailableMetadataSets() - Method in interface javax.microedition.broadcast.esg.ServiceGuideData
Get the list of MetadataSet specs currently available for this ServiceGuideData instance.
getAvailableProviders() - Static method in class javax.microedition.broadcast.platform.PlatformProviderSelector
Returns available PlatformProviders (that have been found by discovering).
getBooleanValue(BooleanAttribute) - Method in interface javax.microedition.broadcast.esg.ServiceGuideData
Get the value of a boolean attribute.
getBooleanValues(BooleanAttribute) - Method in interface javax.microedition.broadcast.esg.ServiceGuideData
Get one or more values of a boolean attribute.
getBroadcastDatagramConnection(ServiceComponent) - Method in class javax.microedition.broadcast.ServiceContext
Returns a BroadcastDatagramConnection corresponding to the given ServiceComponent.
getCachedContentLength() - Method in interface javax.microedition.broadcast.control.TimeShiftControl
Gets the length of the cached content.
getControl(String) - Method in class javax.microedition.broadcast.recording.Recording
Obtain a javax.microedition.media.Control defined in JSR 135 or JSR 234 given the class type.
getControls() - Method in class javax.microedition.broadcast.recording.Recording
Obtain the all the controls applicable to this recording.
getCurrentNTPTime() - Method in interface javax.microedition.broadcast.control.NTPTimeControl
Get the current NTP time stamp.
getCurrentProvider() - Static method in class javax.microedition.broadcast.platform.PlatformProviderSelector
Queries the current platform provider.
getCurrentProviderDate() - Static method in class javax.microedition.broadcast.platform.PlatformProviderSelector
Returns the current time of the selected broadcast network provider.
getDateValue(DateAttribute) - Method in interface javax.microedition.broadcast.esg.ServiceGuideData
Get the value of a date attribute.
getDateValues(DateAttribute) - Method in interface javax.microedition.broadcast.esg.ServiceGuideData
Get one or more values of a date attribute.
getDefaultContext() - Static method in class javax.microedition.broadcast.ServiceContext
Returns the default ServiceContext instance.
getDefaultProvider() - Static method in class javax.microedition.broadcast.platform.PlatformProviderSelector
Returns the default PlatformProvider.
getDefaultPurchaseChannel() - Static method in class javax.microedition.broadcast.purchase.SubscriptionManager
Get the channel of the default purchase system used for purchase requests.
getDefaultServiceGuide() - Static method in class javax.microedition.broadcast.esg.ServiceGuide
Get the default ServiceGuide supported by the currently selected PlatformProvider.
getDescription() - Method in class javax.microedition.broadcast.esg.CommonMetadataSet
Get a description of the metadata set.
getDescription() - Method in interface javax.microedition.broadcast.esg.MetadataSet
Get a description of this metadata set.
getDoubleValue(NumericAttribute) - Method in interface javax.microedition.broadcast.esg.ServiceGuideData
Get the double value of a numeric attribute.
getDoubleValues(NumericAttribute) - Method in interface javax.microedition.broadcast.esg.ServiceGuideData
Get one or more values of a double attribute.
getEndOffset() - Method in class javax.microedition.broadcast.recording.Recording
Returns the end offset.
getEndTime() - Method in class javax.microedition.broadcast.recording.Recording
Gets the end time of the recording (including possible end offset).
getID() - Method in class javax.microedition.broadcast.platform.PlatformProvider
Returns the ID number of the platform provider.
getInstance() - Static method in class javax.microedition.broadcast.esg.CommonMetadataSet
Get CommonMetadataSet instance.
getInterval() - Method in interface javax.microedition.broadcast.control.TimerEventsControl
Gets the interval.
getLastUpdatedTime() - Method in class javax.microedition.broadcast.esg.ServiceGuide
Get the time when the service guide that the database contains is last updated.
getLongValue(NumericAttribute) - Method in interface javax.microedition.broadcast.esg.ServiceGuideData
Get the long value of a numeric attribute.
getLongValues(NumericAttribute) - Method in interface javax.microedition.broadcast.esg.ServiceGuideData
Get one or more long values of a numeric attribute.
getMaxCacheLength() - Method in interface javax.microedition.broadcast.control.TimeShiftControl
Gets the maximum length of the cached content.
getMimeType() - Method in interface javax.microedition.broadcast.connection.BroadcastConnection
Get the type of the connection.
getMinInterval() - Method in interface javax.microedition.broadcast.control.TimerEventsControl
Gets the minimum supported interval.
getMode() - Method in interface javax.microedition.broadcast.control.TimerEventsControl
Gets the current mode.
getName() - Method in interface javax.microedition.broadcast.connection.BroadcastFileConnection
Returns the name of a file or directory excluding the URL scheme and all paths.
getName() - Method in class javax.microedition.broadcast.esg.Attribute
Gets the string representation of the attribute as defined in the broadcast spec.
getObjectValue(ObjectAttribute) - Method in interface javax.microedition.broadcast.esg.ServiceGuideData
Get the value of a generic attribute.
getObjectValues(ObjectAttribute) - Method in interface javax.microedition.broadcast.esg.ServiceGuideData
Get one or more values of a generic attribute.
getPath() - Method in interface javax.microedition.broadcast.connection.BroadcastFileConnection
Returns the path name excluding the URL scheme, the name of the file or directory and the host from where the file or directory is opened.
getPlayer(ServiceComponent) - Method in class javax.microedition.broadcast.ServiceContext
Returns a Player corresponding to the given ServiceComponent that is currently being presented.
getPlayers() - Method in class javax.microedition.broadcast.ServiceContext
Returns all the Players that control the presentation of the selected media components of the current service.
getPreference(String) - Static method in class javax.microedition.broadcast.recording.RecordingScheduler
Returns a value set for the given preference key.
getPreference(String) - Method in class javax.microedition.broadcast.ServiceContext
Returns a value set for the given preference key.
getPrice() - Method in interface javax.microedition.broadcast.purchase.PriceOption
 
getPriceDescription() - Method in interface javax.microedition.broadcast.purchase.PriceOption
 
getPriceOptions() - Method in interface javax.microedition.broadcast.purchase.PurchaseObject
Get a list of different price options available for this PurchaseObject
getProgram() - Method in class javax.microedition.broadcast.recording.Recording
Returns the program.
getProgramEvents() - Method in interface javax.microedition.broadcast.esg.Service
Get the ProgramEvents that this Service carries.
getProgramName() - Method in class javax.microedition.broadcast.recording.Recording
Gets the name of the program.
getProperties() - Method in interface javax.microedition.broadcast.connection.BroadcastConnection
Get properties available for this connection as available from the provider.
getPurchaseChannel() - Method in interface javax.microedition.broadcast.purchase.PurchaseObject
Get the current purchase channel that is used for purchase requests.
getPurchaseObjects(String) - Static method in class javax.microedition.broadcast.purchase.SubscriptionManager
Get all PurchaseObjects to purchase a Service or ProgramEvent It may be possible to purchase the service via multiple service bundles so multiple PurchaseObjects may be returned.
getRecordDirectory() - Static method in class javax.microedition.broadcast.recording.RecordingScheduler
Gets the directory (as specified in FileConnection API JSR-75).
getScheduledEventCount() - Method in interface javax.microedition.broadcast.control.TimerEventsControl
Gets the number of scheduled events..
getScheduledEvents() - Method in interface javax.microedition.broadcast.control.TimerEventsControl
Get all scheduled events.
getSelectedComponents() - Method in class javax.microedition.broadcast.ServiceContext
Returns all the ServiceComponents selected for presentation.
getService() - Method in interface javax.microedition.broadcast.esg.ProgramEvent
Get the Service that this ProgramEvent is broadcast from.
getService() - Method in class javax.microedition.broadcast.ServiceContext
Returns the current Service.
getServiceName() - Method in class javax.microedition.broadcast.recording.Recording
Gets the name of the service the program belongs to.
getServiceProvider() - Method in class javax.microedition.broadcast.esg.ServiceGuide
Get the name of the service guide provider.
getSignalQuality() - Method in class javax.microedition.broadcast.ServiceContext
Returns the signal quality of the received transmission.
getStartOffset() - Method in class javax.microedition.broadcast.recording.Recording
Returns the start offset.
getStartTime() - Method in class javax.microedition.broadcast.recording.Recording
Gets the start time of the recording (including possible starting offset).
getState() - Method in class javax.microedition.broadcast.recording.Recording
Returns the current state of the recording.
getState() - Method in class javax.microedition.broadcast.ServiceContext
Returns the current state of this ServiceContext object.
getStringValue(StringAttribute) - Method in interface javax.microedition.broadcast.esg.ServiceGuideData
Get the value of a string attribute.
getStringValues(StringAttribute) - Method in interface javax.microedition.broadcast.esg.ServiceGuideData
Get one or more values of a string attribute.
getSubscriptions() - Static method in class javax.microedition.broadcast.purchase.SubscriptionManager
Get purchased subscriptions.
getSupportedMetadataSets() - Method in class javax.microedition.broadcast.esg.ServiceGuide
Get the list of MetadataSet specs supported by the database implementation.
getSupportedPurchaseChannels() - Static method in class javax.microedition.broadcast.purchase.SubscriptionManager
Get the supported purchase channels.
getType() - Method in class javax.microedition.broadcast.esg.NumericAttribute
Tells if the number is of type integer, fixed-point or floating-point
getType() - Method in interface javax.microedition.broadcast.ServiceComponent
Returns type of this ServiceComponent.
getUnrecognizedComponents() - Method in class javax.microedition.broadcast.ServiceContext
Returns all the ServiceComponents that contains media types the system does not support.
getUnselectedComponents() - Method in class javax.microedition.broadcast.ServiceContext
Returns all the ServiceComponents that are currently not selected for presentation but are presentable.
getURL() - Method in interface javax.microedition.broadcast.connection.BroadcastFileConnection
Returns the URL of the file including the the URL scheme, path and the file name.
getURL() - Method in class javax.microedition.broadcast.recording.Recording
Returns the locator for the recording.
getValidAttributes() - Method in class javax.microedition.broadcast.esg.CommonMetadataSet
Get all the static final attributes defined in CommonMetadataSet.
getValidAttributes() - Method in interface javax.microedition.broadcast.esg.MetadataSet
Get all the available attributes defined in a particular broadcast specs.
getValidProgramAttributes() - Method in class javax.microedition.broadcast.esg.CommonMetadataSet
Get all the static final program attributes defined in CommonMetadataSet.
getValidProgramAttributes() - Method in interface javax.microedition.broadcast.esg.MetadataSet
Get all the available program attributes in this metadata set.
getValidPurchaseAttributes() - Method in class javax.microedition.broadcast.esg.CommonMetadataSet
Get all the static final purchase attributes defined in CommonMetadataSet.
getValidPurchaseAttributes() - Method in interface javax.microedition.broadcast.esg.MetadataSet
Get all the available purchase attributes in this metadata set.
getValidServiceAttributes() - Method in class javax.microedition.broadcast.esg.CommonMetadataSet
Get all the static final service attributes defined in CommonMetadataSet.
getValidServiceAttributes() - Method in interface javax.microedition.broadcast.esg.MetadataSet
Get all the available service attributes in this metadata set.
getValidServiceComponentAttributes() - Method in class javax.microedition.broadcast.esg.CommonMetadataSet
Get all the static final service component attributes defined in CommonMetadataSet.
getValidServiceComponentAttributes() - Method in interface javax.microedition.broadcast.esg.MetadataSet
Get all the available service component attributes in this metadata set.
greaterThan(NumericAttribute, double) - Static method in class javax.microedition.broadcast.esg.QueryComposer
Generate a query to test if the attribute has a value greater than the given value.

I

InsufficientResourcesException - Exception in javax.microedition.broadcast
InsufficientResourcesException is thrown when there is not enough resource to complete the tried operation.
InsufficientResourcesException() - Constructor for exception javax.microedition.broadcast.InsufficientResourcesException
Constructs a InsufficientResourcesException with null as its error detail message.
InsufficientResourcesException(String) - Constructor for exception javax.microedition.broadcast.InsufficientResourcesException
Constructs a InsufficientResourcesException with the specified detail message.
INTEGER_TYPE - Static variable in class javax.microedition.broadcast.esg.NumericAttribute
INTEGER_TYPE references integer numbers
INTERVAL_AND_SCHEDULED_MODE - Static variable in interface javax.microedition.broadcast.control.TimerEventsControl
 
INTERVAL_MODE - Static variable in interface javax.microedition.broadcast.control.TimerEventsControl
 
INVALIDATED - Static variable in interface javax.microedition.broadcast.connection.BroadcastConnectionListener
Posted when the broadcast connection has been removed and the data is no longer valid.
isAvailable() - Method in interface javax.microedition.broadcast.connection.BroadcastConnection
Check availability of the connection.
isDirectory() - Method in interface javax.microedition.broadcast.connection.BroadcastFileConnection
Checks if the object is a directory.
isEnabled() - Method in interface javax.microedition.broadcast.control.TimerEventsControl
Queries the status of the sending of the timer event.
isEnabled() - Method in interface javax.microedition.broadcast.control.TimeShiftControl
Queries the status of the delay.
isPurchased() - Method in interface javax.microedition.broadcast.purchase.PurchaseObject
Check if the Program, Service or service bundle of this PurchaseItem is already purchased.
isSigned() - Method in class javax.microedition.broadcast.esg.NumericAttribute
Tells if the data type is signed
isTrue(BooleanAttribute) - Static method in class javax.microedition.broadcast.esg.QueryComposer
Generate a query to test if the given attribute has a boolean value that's true.
isValid() - Method in class javax.microedition.broadcast.esg.ServiceGuide
Tells if the ServiceGuide is valid.

J

javax.microedition.broadcast - package javax.microedition.broadcast
The main package for the Mobile Broadcast Service API.
javax.microedition.broadcast.connection - package javax.microedition.broadcast.connection
This package defines the classes and interfaces for the broadcast file system.
javax.microedition.broadcast.control - package javax.microedition.broadcast.control
This package contains the MMAPI style Control interfaces that are specific to broadcast uses for JSR 272.
javax.microedition.broadcast.esg - package javax.microedition.broadcast.esg
This package defines the classes and interfaces to access the Electronic Service Guide (ESG).
javax.microedition.broadcast.platform - package javax.microedition.broadcast.platform
This package defines the classes and interfaces to manage the broadcast network provider.
javax.microedition.broadcast.purchase - package javax.microedition.broadcast.purchase
This packaged defines the classes and interfaces for purchasing.
javax.microedition.broadcast.recording - package javax.microedition.broadcast.recording
This package defines the classes and interfaces to handle scheduled recording.

L

LANGUAGE - Static variable in class javax.microedition.broadcast.recording.RecordingScheduler
The preferred language of choice.
LANGUAGE - Static variable in class javax.microedition.broadcast.ServiceContext
The preferred language of choice.
lastModified() - Method in interface javax.microedition.broadcast.connection.BroadcastFileConnection
Returns the time that the file is last modified.
lessThan(NumericAttribute, double) - Static method in class javax.microedition.broadcast.esg.QueryComposer
Generate a query to test if the attribute has a value less than the given value.
list() - Method in interface javax.microedition.broadcast.connection.BroadcastFileConnection
Get a list of BroadcastFileConnections for all visible files and directories contained in a directory.
list(String) - Method in interface javax.microedition.broadcast.connection.BroadcastFileConnection
Get a list of BroadcastFileConnections for all visible files and directories contained in a directory that match the given filter.
listRecordings() - Static method in class javax.microedition.broadcast.recording.RecordingScheduler
Lists all the recordings.
listUpdated() - Method in interface javax.microedition.broadcast.recording.RecordingSchedulerListener
Called when the RecordingScheduler's list was updated.

M

media2NTPTime(long) - Method in interface javax.microedition.broadcast.control.NTPTimeControl
Convert media time to an NTP timestamp.
MetadataSet - Interface in javax.microedition.broadcast.esg
MetadataSet is the interface which specifies a collection of metadata applicable to program event, service, service component and purchase objects.

N

NEW_PROGRAM_LISTED - Static variable in interface javax.microedition.broadcast.esg.ServiceGuideListener
Posted when a new program (denoted by the serviceGuideData parameter) is listed.
NEW_SERVICE_LISTED - Static variable in interface javax.microedition.broadcast.esg.ServiceGuideListener
Posted when a new service (denoted by the serviceGuideData parameter) is listed.
NO_RIGHTS - Static variable in class javax.microedition.broadcast.purchase.SubscriptionManager
Posted to a PlayerListener when Player is trying to play content that the application has no rights to.
not(Query) - Static method in class javax.microedition.broadcast.esg.QueryComposer
Generate a query that's the logical complement of the given query.
NTP2MediaTime(long) - Method in interface javax.microedition.broadcast.control.NTPTimeControl
Convert NTP time to the media time.
NTPTimeControl - Interface in javax.microedition.broadcast.control
NTPTimeControl provides the capabilities to map the Player's media time to the underlying NTP time of the broadcast media.
NumericAttribute - Class in javax.microedition.broadcast.esg
A NumericAttribute that references a numeric value of arbitrary length and precision.
NumericAttribute(String, int, boolean) - Constructor for class javax.microedition.broadcast.esg.NumericAttribute
Constructor.

O

ObjectAttribute - Class in javax.microedition.broadcast.esg
The class of attributes that specifies an Object value.
ObjectAttribute(String) - Constructor for class javax.microedition.broadcast.esg.ObjectAttribute
Constructor.
openDataInputStream() - Method in interface javax.microedition.broadcast.connection.BroadcastFileConnection
Open and return a data input stream for a connection.
openInputStream() - Method in interface javax.microedition.broadcast.connection.BroadcastFileConnection
Open and return an input stream for a connection.
or(Query, Query) - Static method in class javax.microedition.broadcast.esg.QueryComposer
Generate a compound query that's the result of taking the logical "or" of the two given queries.
OTHER - Static variable in interface javax.microedition.broadcast.ServiceComponent
ServiceComponent type for other components.

P

PlatformProvider - Class in javax.microedition.broadcast.platform
PlatformProvider is an abstraction of a broadcast network provider.
PlatformProviderSelector - Class in javax.microedition.broadcast.platform
PlatformProviderSelector provides the methods for discovering the underlying broadcast platform providers and selecting one of them for use.
PlatformProviderSelectorListener - Interface in javax.microedition.broadcast.platform
A listener to monitor the discovering.
PLAYBACK_REACHED_TIMESHIFT_BUFFER_LIMIT - Static variable in interface javax.microedition.broadcast.control.TimeShiftControl
PlayerListener event to notify that playback has reached the limits of the timeshift buffer.
PLAYERS_REALIZED - Static variable in interface javax.microedition.broadcast.ServiceContextListener
Notified when all the media controlled using MMAPI are prepared for presentation.
PREPARING_MEDIA - Static variable in class javax.microedition.broadcast.ServiceContext
A constant indicating that ServiceContext is in the PREPARING_MEDIA state.
PRESENTATION_STARTED - Static variable in interface javax.microedition.broadcast.ServiceContextListener
Posted when Players responsible for the presentation of selected service components are fully started.
PRESENTING - Static variable in class javax.microedition.broadcast.ServiceContext
A constant indicating that ServiceContext is in the PRESENTING state.
PRICE_INFO_RECEIVAL_FAILED - Static variable in interface javax.microedition.broadcast.purchase.PurchaseListener
Failed to receive the pricing information.
PRICE_INFO_RECEIVED - Static variable in interface javax.microedition.broadcast.purchase.PurchaseListener
Price options of the PurchaseObject have been received.
PriceOption - Interface in javax.microedition.broadcast.purchase
PriceOption contains information about different pricing options associated to PurchaseObjects.
PROGRAM_CHANGED - Static variable in interface javax.microedition.broadcast.esg.ServiceGuideListener
Posted when the information on an existing program (denoted by the serviceGuideData parameter) is changed.
PROGRAM_CONTENT_AUX_CLIP - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the content's clip data defined as a URI reference.
PROGRAM_CONTENT_AUX_LOGO - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the Content's logo data defined as a URI reference.
PROGRAM_CONTENT_AUX_SOUND - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the Content's sound data defined as a URI reference.
PROGRAM_CONTENT_DESCRIPTION - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the content description.
PROGRAM_CONTENT_GENRE - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the content name.
PROGRAM_CONTENT_ID - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the content id as a URI reference.
PROGRAM_CONTENT_LOCATION - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the URIs for filecast services.
PROGRAM_CONTENT_NAME - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the content name.
PROGRAM_CONTENT_PARENTAL_RATING - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the content's parental rating.
PROGRAM_CONTENT_TYPE - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the content type as conformed to the MIME types defined in RFC 2046.
PROGRAM_DELETED - Static variable in interface javax.microedition.broadcast.esg.ServiceGuideListener
Posted when an existing program (denoted by the serviceGuideData parameter) is about to be deleted.
PROGRAM_DESCRIPTION - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the program description.
PROGRAM_DIST_END - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the end time at which the referenced content is delivered.
PROGRAM_DIST_START - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the start time at which the referenced content is available for delivery.
PROGRAM_END_TIME - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the Program's presentation end time.
PROGRAM_ID - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the Program ID represented as an URI.
PROGRAM_IS_FREE - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports if the program is free.
PROGRAM_IS_PROTECTED - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports if the program is scrambled.
PROGRAM_NAME - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the name of the ProgramEvent
PROGRAM_REL_MATERIAL - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the URI reference to the Program's related material.
PROGRAM_START_TIME - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the Program's presentation start time.
ProgramEvent - Interface in javax.microedition.broadcast.esg
ProgramEvent uniquely identifies a broadcast program event.
purchase(PriceOption) - Method in interface javax.microedition.broadcast.purchase.PurchaseObject
Initiate the process to purchase a Program, Service or service bundle for which this object was created.
PURCHASE_APPROVED - Static variable in interface javax.microedition.broadcast.purchase.PurchaseListener
The purchase process was approved by the user.
PURCHASE_AUX_CLIP - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the purchase clip data defined as a URI reference.
PURCHASE_AUX_LOGO - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the purchase logo data defined as a URI reference.
PURCHASE_AUX_SOUND - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the purchase sound data defined as a URI reference.
PURCHASE_CHANNEL_CONTACT - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the URI of the purchase channel contact.
PURCHASE_CHANNEL_DESCRIPTION - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the purchase channel description.
PURCHASE_CHANNEL_ID - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the purchase channel ID.
PURCHASE_CHANNEL_NAME - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the purchase channel name.
PURCHASE_CHANNEL_PORTAL - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the URI of the purchase channel portal.
PURCHASE_COMPLETED - Static variable in interface javax.microedition.broadcast.purchase.PurchaseListener
The purchase succeeded.
PURCHASE_CURRENCY - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the purchase currency.
PURCHASE_DENIED - Static variable in interface javax.microedition.broadcast.purchase.PurchaseListener
The purchase process was denied by the user.
PURCHASE_DESCRIPTION - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the purchase description.
PURCHASE_FAILED - Static variable in interface javax.microedition.broadcast.purchase.PurchaseListener
This event is used if the purchase failed.
PURCHASE_ID - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the purchase ID.
PURCHASE_ITEM_DESCRIPTION - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the description of the purchase item.
PURCHASE_ITEM_ID - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the purchase item ID.
PURCHASE_ITEM_NAME - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
The name of the PurchaseItem or service bundle
PURCHASE_ITEM_PARENTAL_RATING - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the purchase item's parental rating.
PURCHASE_ITEM_REL_MATERIAL - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the URI reference to the purchase item's related material.
PURCHASE_OBJECT_ADDED - Static variable in interface javax.microedition.broadcast.esg.ServiceGuideListener
Posted when a new purchase object (denoted by the serviceGuideData parameter) is added.
PURCHASE_OBJECT_CHANGED - Static variable in interface javax.microedition.broadcast.esg.ServiceGuideListener
Posted when the information on an existing purchase object (denoted by the serviceGuideData parameter) is changed.
PURCHASE_OBJECT_DELETED - Static variable in interface javax.microedition.broadcast.esg.ServiceGuideListener
Posted when an existing purchase object (denoted by the serviceGuideData parameter) is about to be deleted.
PURCHASE_PRICE - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the purchase price.
PURCHASE_STARTED - Static variable in interface javax.microedition.broadcast.purchase.PurchaseListener
The purchase process is started.
PURCHASE_VALID_FROM - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the time after when the purchase is valid.
PURCHASE_VALID_TO - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the time before when the purchase is valid.
PurchaseListener - Interface in javax.microedition.broadcast.purchase
The PurchaseListener will be notified of the purchase status.
PurchaseObject - Interface in javax.microedition.broadcast.purchase
A PurchaseObject is used to purchase a Program, Service or service bundle.
purchaseResponse(PurchaseObject, String, Object) - Method in interface javax.microedition.broadcast.purchase.PurchaseListener
This method is called by the implementation to deliver an event to a registered listener.

Q

Query - Class in javax.microedition.broadcast.esg
Query is an external representation of a database query.
QueryComposer - Class in javax.microedition.broadcast.esg
QueryComposer allows database queries to be composed.
QueryException - Exception in javax.microedition.broadcast.esg
QueryException is thrown in response to some error condition(s) in a database query.
QueryException() - Constructor for exception javax.microedition.broadcast.esg.QueryException
Constructs a QueryException with null as its error detail message.
QueryException(String) - Constructor for exception javax.microedition.broadcast.esg.QueryException
Constructs a QueryException with the specified detail message.

R

readNextEvent() - Method in interface javax.microedition.broadcast.control.TimerEventsControl
Reads the next notification from the event buffer.
REASON_ALTERNATIVE_CONTENT - Static variable in interface javax.microedition.broadcast.ServiceContextListener
Alternative content is presented in place of the normal, designated content (a reason code).
REASON_APPLICATION_REQUESTED - Static variable in interface javax.microedition.broadcast.ServiceContextListener
A event is generated because it is requested by an application via an API call.
REASON_EQUIVALENT_SERVICE - Static variable in interface javax.microedition.broadcast.ServiceContextListener
The current service delivered on one broadcast bearer is being replaced by another bearer delivering the equivalent service (a reason code).
REASON_NO_RIGHT - Static variable in interface javax.microedition.broadcast.ServiceContextListener
No right to present the current content (a reason code).
REASON_NORMAL_CONTENT - Static variable in interface javax.microedition.broadcast.ServiceContextListener
The currently presented alternative content has been replaced by the normal, designated content (a reason code).
REASON_OTHER - Static variable in interface javax.microedition.broadcast.ServiceContextListener
Some reason other than those defined in this listener (a reason code).
REASON_RESOURCE_UNAVAILABLE - Static variable in interface javax.microedition.broadcast.ServiceContextListener
The resources required for the presentation of the current service is unavailable (a reason code).
REASON_SELECTION_FAILED - Static variable in interface javax.microedition.broadcast.ServiceContextListener
An event is generated as the result of a failed service selection (a reason code).
REASON_SERVICE_UNAVAILABLE - Static variable in interface javax.microedition.broadcast.ServiceContextListener
The current service is unavailable (a reason code).
REASON_SWITCH_FORCED - Static variable in interface javax.microedition.broadcast.ServiceContextListener
A service selection is forced because of the signaling of an emergency service or some other reasons (a reason code).
Recording - Class in javax.microedition.broadcast.recording
Represents an individual recording.
Recording(ProgramEvent, int, int) - Constructor for class javax.microedition.broadcast.recording.Recording
Creates a new recording and selects the default ServiceComponents to it.
Recording(Service, Date, Date, String) - Constructor for class javax.microedition.broadcast.recording.Recording
Creates a new recording and selects the default ServiceComponents to it.
RecordingScheduler - Class in javax.microedition.broadcast.recording
The scheduler for scheduling and managing recordings.
RecordingSchedulerListener - Interface in javax.microedition.broadcast.recording
A listener to monitor the scheduled recordings list.
remove(Recording) - Static method in class javax.microedition.broadcast.recording.RecordingScheduler
Removes the given recording from the recording list.
removeAllScheduledEvents() - Method in interface javax.microedition.broadcast.control.TimerEventsControl
Remove all scheduled events.
removeListener(BroadcastConnectionListener) - Method in interface javax.microedition.broadcast.connection.BroadcastConnection
Remove the given listener from the broadcast connection.
removeListener(ServiceGuideListener) - Method in class javax.microedition.broadcast.esg.ServiceGuide
Remove a ServiceGuideListener.
removeListener(PlatformProviderSelectorListener) - Static method in class javax.microedition.broadcast.platform.PlatformProviderSelector
Unregisters a listener.
removeListener(RecordingSchedulerListener) - Static method in class javax.microedition.broadcast.recording.RecordingScheduler
Unregisters a listener.
removeListener(ServiceContextListener) - Method in class javax.microedition.broadcast.ServiceContext
Removes a ServiceContextListener.
removePurchaseListener(PurchaseListener) - Method in interface javax.microedition.broadcast.purchase.PurchaseObject
Remove a PurchaseListener.
removeScheduledEvent(long) - Method in interface javax.microedition.broadcast.control.TimerEventsControl
Remove scheduled event.
requestPriceOptions() - Method in interface javax.microedition.broadcast.purchase.PurchaseObject
Get the description of the price of the Program, Service or service bundle to be purchased.
RIGHTS_UPDATED - Static variable in class javax.microedition.broadcast.purchase.SubscriptionManager
Posted to a PlayerListener when the Rights Object associated to the Service or ProgramEvent used by the Player has been updated.

S

SCHEDULED_MODE - Static variable in interface javax.microedition.broadcast.control.TimerEventsControl
 
select(PlatformProvider) - Static method in class javax.microedition.broadcast.platform.PlatformProviderSelector
Selects a platform provider.
select(Service) - Method in class javax.microedition.broadcast.ServiceContext
Selects a service represented by the given Service object.
SELECTION_INITIATED - Static variable in interface javax.microedition.broadcast.ServiceContextListener
Posted when a selection to a service has been initiated.
Service - Interface in javax.microedition.broadcast.esg
Service uniquely identifies a broadcast TV or radio channel.
SERVICE_ACQUIRED - Static variable in class javax.microedition.broadcast.ServiceContext
A constant indicating that ServiceContext is in the SERVICE_ACQUIRED state.
SERVICE_AUX_CLIP - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the Service's media data that are embedded inside the ESG.
SERVICE_AUX_LOGO - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the Service's auxiliary logo data defined as an URI reference.
SERVICE_AUX_SOUND - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the reference to Service's auxiliary sound data.
SERVICE_CHANGED - Static variable in interface javax.microedition.broadcast.esg.ServiceGuideListener
Posted when the information on an existing service (denoted by the serviceGuideData parameter) is changed.
SERVICE_COMPONENT_ACCESS_APP_TYPE - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Specifies the content type from which the terminal can determine the consuming application of the service.
SERVICE_COMPONENT_ACCESS_ID - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the acquisition ID defined as a URI reference.
SERVICE_COMPONENT_AUD_LANG - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the language of service component for audio track.
SERVICE_COMPONENT_AVERAGE_AUD_RATE - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the average audio bit rate in bits per second.
SERVICE_COMPONENT_AVERAGE_VID_RATE - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the average video bit rate in bits per second.
SERVICE_COMPONENT_CLOSED_CAPTIONS_LANG - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the language of service component for closed captions subtitles.
SERVICE_COMPONENT_DOWNLOAD_FILE_FORMAT - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the mime type of the download file .
SERVICE_COMPONENT_KEY_MANAG_SYS - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the name of the key management system.
SERVICE_COMPONENT_LANGUAGE - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the language used for a service component.
SERVICE_COMPONENT_MAX_AUD_RATE - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the maximum audio bit rate in bits per second.
SERVICE_COMPONENT_MAX_VID_RATE - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the maximum video bit rate in bits per second.
SERVICE_COMPONENT_MIME_TYPE - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the MIME type of a service component.
SERVICE_COMPONENT_SDP_REF - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the URI to the SDP file.
SERVICE_COMPONENT_SDP_STREAM - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the session parameters to access a SDP stream.
SERVICE_COMPONENT_SDP_STRING - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the SDP data defined inlined in the ESG.
SERVICE_COMPONENT_VID_OPEN_CAPTIONS_LANG - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the language of service component for open captions subtitles.
SERVICE_COMPONENT_VID_SIGN_LANG - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the language of service component for signed video language.
SERVICE_DELETED - Static variable in interface javax.microedition.broadcast.esg.ServiceGuideListener
Posted when an existing service (denoted by the serviceGuideData parameter) is about to be deleted.
SERVICE_DESCRIPTION - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the Service Description.
SERVICE_GENRE - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the Service's genre.
SERVICE_GUIDE_BULK_CHANGED - Static variable in interface javax.microedition.broadcast.esg.ServiceGuideListener
Posted when a large part of electronic service information is changed (bulk change).
SERVICE_GUIDE_DELETED - Static variable in interface javax.microedition.broadcast.esg.ServiceGuideListener
Posted when the underlying electronic service guide information has been deleted.
SERVICE_GUIDE_UPDATE_COMPLETED - Static variable in interface javax.microedition.broadcast.esg.ServiceGuideListener
Posted when the most recent electronic service information update is completed.
SERVICE_GUIDE_UPDATE_FAILED - Static variable in interface javax.microedition.broadcast.esg.ServiceGuideListener
Posted when the update to the underlying electronic service guide information failed.
SERVICE_GUIDE_UPDATE_STARTED - Static variable in interface javax.microedition.broadcast.esg.ServiceGuideListener
Posted when the underlying electronic service information is being updated.
SERVICE_ID - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the Service ID represented as a URI.
SERVICE_IS_FREE - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports if the Service is free.
SERVICE_IS_PROTECTED - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports if the Service is protected.
SERVICE_NAME - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the Service/Channel Name.
SERVICE_PARENTAL_RATING - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the Service's parental rating.
SERVICE_REL_MATERIAL - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the Service related material.
SERVICE_TYPE - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the Service's type.
SERVICE_TYPE_NAME - Static variable in class javax.microedition.broadcast.esg.CommonMetadataSet
Reports the common name for the Service type.
ServiceComponent - Interface in javax.microedition.broadcast
Represents a service component associated with a service.
ServiceContext - Class in javax.microedition.broadcast
The ServiceContext class abstracts the concept of a broadcast receiver.
ServiceContext() - Constructor for class javax.microedition.broadcast.ServiceContext
 
ServiceContextListener - Interface in javax.microedition.broadcast
ServiceContextListener defines the interface to listen to events from a ServiceContext.
ServiceGuide - Class in javax.microedition.broadcast.esg
The ServiceGuide class allows applications to query information on the Electronic Service Guide (ESG).
ServiceGuideData - Interface in javax.microedition.broadcast.esg
ServiceGuideData represents an abstract object in an Electronic Service Guide (ESG).
ServiceGuideListener - Interface in javax.microedition.broadcast.esg
ServiceGuideListener allows the application to monitor changes to ProgramEvent, Service and PurchaseObject information.
serviceGuideUpdated(String, ServiceGuideData, Object) - Method in interface javax.microedition.broadcast.esg.ServiceGuideListener
Called when a program, service or purchase information change event is received.
setComponents(ServiceComponent[]) - Method in class javax.microedition.broadcast.ServiceContext
Sets components to be presented in the context of the current service.
setEnabled(boolean) - Method in interface javax.microedition.broadcast.control.TimerEventsControl
Enables the sending of timer events.
setEnabled(boolean) - Method in interface javax.microedition.broadcast.control.TimeShiftControl
Enables the delay.
setInterval(long) - Method in interface javax.microedition.broadcast.control.TimerEventsControl
Sets the interval to send events about the progress of the playback.
setMode(int) - Method in interface javax.microedition.broadcast.control.TimerEventsControl
Sets the mode.
setPreference(String, Object) - Static method in class javax.microedition.broadcast.recording.RecordingScheduler
Sets a preference that can affect the recording of the service.
setPreference(String, Object) - Method in class javax.microedition.broadcast.ServiceContext
Sets a preference that can affect the service selection.
setPurchaseChannel(String) - Method in interface javax.microedition.broadcast.purchase.PurchaseObject
Set or change the channel of the purchase system that should be used for purchase requests.
setRecordDirectory(String) - Static method in class javax.microedition.broadcast.recording.RecordingScheduler
Sets the directory for the (future) recordings (as specified in FileConnection API JSR-75).
STATE_FULLY_FAILED - Static variable in class javax.microedition.broadcast.recording.Recording
The Recording has failed completely.
STATE_FULLY_RECORDED - Static variable in class javax.microedition.broadcast.recording.Recording
The Recording has successfully completed.
STATE_PARTLY_FAILED - Static variable in class javax.microedition.broadcast.recording.Recording
The Recording has failed partially.
STATE_PARTLY_RECORDED - Static variable in class javax.microedition.broadcast.recording.Recording
The Recording has happened successfully, but it was added to the RecordingScheduler after it had already started (but still before it had ended) or it was stopped during the recording.
STATE_RECORDING - Static variable in class javax.microedition.broadcast.recording.Recording
The Recording is happening at the moment.
STATE_SCHEDULED - Static variable in class javax.microedition.broadcast.recording.Recording
The Recording has been added to the scheduler, but the actual recording has not started yet.
STATE_UNDETERMINED - Static variable in class javax.microedition.broadcast.recording.Recording
The Recording has been constructed, but it has not been scheduled (yet) OR it has been recorded, but it has been deleted from the storage after that (using RecordingScheduler.remove method).
stateChanged(Recording, int) - Method in interface javax.microedition.broadcast.recording.RecordingSchedulerListener
Called when a state of a Recording has changed.
stop() - Method in class javax.microedition.broadcast.recording.Recording
Stops the recording asynchronously.
stop() - Method in class javax.microedition.broadcast.ServiceContext
Stops the presentation of the current service.
STOPPED - Static variable in class javax.microedition.broadcast.ServiceContext
A constant indicating that ServiceContext is in the STOPPED state.
StringAttribute - Class in javax.microedition.broadcast.esg
The class of attributes that specifies a String value.
StringAttribute(String) - Constructor for class javax.microedition.broadcast.esg.StringAttribute
Constructor.
SubscriptionManager - Class in javax.microedition.broadcast.purchase
The SubscriptionManager is used to manage purchase settings and existing subscriptions.
SUBTITLES - Static variable in interface javax.microedition.broadcast.ServiceComponent
ServiceComponent type for subtitle components.

T

TimerEventsControl - Interface in javax.microedition.broadcast.control
TimerEventsControl extends the MMAPI Player Control to provide information about the progress of the media playback.
TimeShiftControl - Interface in javax.microedition.broadcast.control
TimeShiftControl extends the MMAPI Player Controls to provide an intentional artificial delay for playback.
toString() - Method in class javax.microedition.broadcast.platform.PlatformProvider
Returns the name of the platform provider.

U

UNKNOWN_TIME - Static variable in interface javax.microedition.broadcast.control.NTPTimeControl
UNKNOWN_TIME will be returned when the NTP to media time mapping cannot be derived.
UnsupportedOperationException - Exception in javax.microedition.broadcast
UnsupportedOperationException is thrown when the designated (optional) operation is not supported.
UnsupportedOperationException() - Constructor for exception javax.microedition.broadcast.UnsupportedOperationException
Constructs a UnsupportedOperationException with null as its error detail message.
UnsupportedOperationException(String) - Constructor for exception javax.microedition.broadcast.UnsupportedOperationException
Constructs a UnsupportedOperationException with the specified detail message.
update(BroadcastConnection, String, Object) - Method in interface javax.microedition.broadcast.connection.BroadcastConnectionListener
Called whenever the state of a broadcast connection has changed.
update(int, int, boolean) - Method in interface javax.microedition.broadcast.platform.PlatformProviderSelectorListener
Called while the discovering is in progress.
UPDATED - Static variable in interface javax.microedition.broadcast.connection.BroadcastConnectionListener
Posted when the broadcast connection has been updated.

V

VIDEO - Static variable in interface javax.microedition.broadcast.ServiceComponent
ServiceComponent type for video components.

A B C D E F G I J L M N O P Q R S T U V

Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved.
Specification License