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

javax.microedition.broadcast.platform
Class PlatformProvider

java.lang.Object
  extended by javax.microedition.broadcast.platform.PlatformProvider

public class PlatformProvider
extends java.lang.Object

PlatformProvider is an abstraction of a broadcast network provider. For example, it can abstract in practice the used broadcast frequency/frequencies and the chosen IP platform.


Method Summary
 long getID()
          Returns the ID number of the platform provider.
 java.lang.String toString()
          Returns the name of the platform provider.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getID

public long getID()
Returns the ID number of the platform provider.

Returns:
the ID number of the platform provider.

toString

public java.lang.String toString()
Returns the name of the platform provider. This method can be used, for example, to show the name of the provider in the user interface when listing available providers.

Overrides:
toString in class java.lang.Object
Returns:
name of the platform provider. The return value must not be null.


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