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

Uses of Class
javax.microedition.broadcast.UnsupportedOperationException

Packages that use UnsupportedOperationException
javax.microedition.broadcast.platform This package defines the classes and interfaces to manage the broadcast network provider. 
javax.microedition.broadcast.purchase This packaged defines the classes and interfaces for purchasing. 
 

Uses of UnsupportedOperationException in javax.microedition.broadcast.platform
 

Methods in javax.microedition.broadcast.platform that throw UnsupportedOperationException
static PlatformProvider PlatformProviderSelector.createPlatformProvider(int frequency, long id, java.lang.String name)
          Instantiates a PlatformProvider directly based on the broadcast frequency and the ID number.
 

Uses of UnsupportedOperationException in javax.microedition.broadcast.purchase
 

Methods in javax.microedition.broadcast.purchase that throw UnsupportedOperationException
static PurchaseObject[] SubscriptionManager.getAllPurchaseObjects()
          Get all available PurchaseObjects.
static java.lang.String SubscriptionManager.getDefaultPurchaseChannel()
          Get the channel of the default purchase system used for purchase requests.
static PurchaseObject[] SubscriptionManager.getPurchaseObjects(java.lang.String id)
          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.
static PurchaseObject[] SubscriptionManager.getSubscriptions()
          Get purchased subscriptions.
static java.lang.String[] SubscriptionManager.getSupportedPurchaseChannels()
          Get the supported purchase channels.
 



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