org.dvb.internet
Class InternetServiceType

java.lang.Object
  extended byjavax.tv.service.ServiceType
      extended byorg.dvb.internet.InternetServiceType

public class InternetServiceType
extends ServiceType

Class representing the additional service types available in the Internet Access profile. When this service type is used in a java.tv.service.navigation.ServiceTypeFilter for filtering available services on their type, all internet client services shall be returned. Applications wishing to obtain a specific sub-type of internet client service should use InternetServiceFilter.

See Also:
InternetServiceFilter

Field Summary
static ServiceType INTERNET_CLIENT
          WWW service type
 
Fields inherited from class javax.tv.service.ServiceType
ANALOG_RADIO, ANALOG_TV, DATA_APPLICATION, DATA_BROADCAST, DIGITAL_RADIO, DIGITAL_TV, NVOD_REFERENCE, NVOD_TIME_SHIFTED, UNKNOWN
 
Constructor Summary
protected InternetServiceType(java.lang.String name)
          This protected constructor is provided for implementation use and to enable future evolution of this or other specifications.
 
Methods inherited from class javax.tv.service.ServiceType
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INTERNET_CLIENT

public static final ServiceType INTERNET_CLIENT
WWW service type

Constructor Detail

InternetServiceType

protected InternetServiceType(java.lang.String name)
This protected constructor is provided for implementation use and to enable future evolution of this or other specifications. It shall not be called by inter-operable applications.

Parameters:
name - the name of the service type