|
Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved. Specification License |
||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryException | |
---|---|
javax.microedition.broadcast.esg | This package defines the classes and interfaces to access the Electronic Service Guide (ESG). |
Uses of QueryException in javax.microedition.broadcast.esg |
---|
Subclasses of QueryException in javax.microedition.broadcast.esg | |
---|---|
class |
DataUnavailableException
DataUnvailableException is thrown when the result
of a query is not available. |
Methods in javax.microedition.broadcast.esg that throw QueryException | |
---|---|
void |
ServiceGuide.addListener(ServiceGuideListener listener,
Query filter)
Add a ServiceGuideListener to listen for any
updates to the programs. |
ProgramEvent[] |
ServiceGuide.findPrograms(Query query)
Search for the list of program events with the matching criteria based on the given query. |
ProgramEvent[] |
ServiceGuide.findPrograms(Query query,
Attribute[] sortBy,
int startOffset,
int length)
Search for the list of program events with the matching criteria based on the given query. |
Service[] |
ServiceGuide.findServices(Query query)
Search for the list of services with the matching criteria based on the given query. |
Service[] |
ServiceGuide.findServices(Query query,
Attribute[] sortBy,
int startOffset,
int length)
Search for the list of services with the matching criteria based on the given query. |
java.lang.Object[] |
ServiceGuide.getAllUniqueValues(Attribute attribute)
Get the list of unique values for the given attribute. |
|
Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved. Specification License |
||||||||
PREV NEXT | FRAMES NO FRAMES |