|
Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved. Specification License |
||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Service | |
---|---|
javax.microedition.broadcast | The main package for the Mobile Broadcast Service API. |
javax.microedition.broadcast.esg | This package defines the classes and interfaces to access the Electronic Service Guide (ESG). |
javax.microedition.broadcast.recording | This package defines the classes and interfaces to handle scheduled recording. |
Uses of Service in javax.microedition.broadcast |
---|
Methods in javax.microedition.broadcast that return Service | |
---|---|
abstract Service |
ServiceContext.getService()
Returns the current Service . |
Methods in javax.microedition.broadcast with parameters of type Service | |
---|---|
abstract void |
ServiceContext.select(Service service)
Selects a service represented by the given Service object. |
Uses of Service in javax.microedition.broadcast.esg |
---|
Methods in javax.microedition.broadcast.esg that return Service | |
---|---|
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. |
Service |
ProgramEvent.getService()
Get the Service that this ProgramEvent
is broadcast from. |
Uses of Service in javax.microedition.broadcast.recording |
---|
Constructors in javax.microedition.broadcast.recording with parameters of type Service | |
---|---|
Recording(Service service,
java.util.Date startTime,
java.util.Date endTime,
java.lang.String programName)
Creates a new recording and selects the default ServiceComponents to it. |
|
Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved. Specification License |
||||||||
PREV NEXT | FRAMES NO FRAMES |