org.dvb.internet
Class InternetServiceType
java.lang.Object
|
+--javax.tv.service.ServiceType
|
+--org.dvb.internet.InternetServiceType
- public class InternetServiceType
- extends javax.tv.service.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 javax.tv.service.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 |
INTERNET_CLIENT
public static final javax.tv.service.ServiceType INTERNET_CLIENT
- WWW service type
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