|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.tv.service.navigation.ServiceFilter
org.dvb.internet.InternetServiceFilter
InternetServiceFilter
represents a service type for a
particular kind of internet client. A ServiceList
resulting
from this filter will include only services providing access to the
specified type of internet client.
Field Summary | |
static int |
EMAIL_CLIENT
Constant identifying an email client service |
static int |
NEWS_CLIENT
Constant identifying a usenet news client service |
static int |
WWW_CLIENT
Constant identifying a WWW client service |
Constructor Summary | |
InternetServiceFilter(int service_type)
Constructs the filter based on a particular type of internet client service. |
Method Summary | |
boolean |
accept(Service service)
Tests if a particular service represents an internet client of the type specified in the constructor of this instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int EMAIL_CLIENT
public static final int WWW_CLIENT
public static final int NEWS_CLIENT
Constructor Detail |
public InternetServiceFilter(int service_type)
ServiceList
when instances of this class constructed
using that type are used.
service_type
- the type of service requiredMethod Detail |
public boolean accept(Service service)
accept
in class ServiceFilter
service
- A Service to be evaluated against the filtering algorithm.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |