|
Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved. Specification License |
||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceComponent | |
---|---|
javax.microedition.broadcast | The main package for the Mobile Broadcast Service API. |
Uses of ServiceComponent in javax.microedition.broadcast |
---|
Methods in javax.microedition.broadcast that return ServiceComponent | |
---|---|
abstract ServiceComponent[] |
ServiceContext.getAllComponents()
Returns all the ServiceComponent s available within
the current service. |
abstract ServiceComponent[] |
ServiceContext.getSelectedComponents()
Returns all the ServiceComponent s selected for presentation. |
abstract ServiceComponent[] |
ServiceContext.getUnrecognizedComponents()
Returns all the ServiceComponent s that contains media
types the system does not support. |
abstract ServiceComponent[] |
ServiceContext.getUnselectedComponents()
Returns all the ServiceComponent s that are currently
not selected for presentation but are presentable. |
Methods in javax.microedition.broadcast with parameters of type ServiceComponent | |
---|---|
abstract BroadcastDatagramConnection |
ServiceContext.getBroadcastDatagramConnection(ServiceComponent component)
Returns a BroadcastDatagramConnection corresponding
to the given ServiceComponent . |
abstract javax.microedition.media.Player |
ServiceContext.getPlayer(ServiceComponent component)
Returns a Player corresponding to the given
ServiceComponent that is currently being presented. |
abstract void |
ServiceContext.setComponents(ServiceComponent[] components)
Sets components to be presented in the context of the current service. |
|
Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved. Specification License |
||||||||
PREV NEXT | FRAMES NO FRAMES |