|
||||||||||
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.service.navigation.ServiceProviderFilter
public final class ServiceProviderFilter
ServiceProviderFilter represents a ServiceFilter based on a particular ServiceProviderInformation. A ServiceList resulting from this filter will include only Service objects that can be provided by the specified service provider.
Constructor Summary | |
---|---|
ServiceProviderFilter(javax.tv.service.navigation.ServiceProviderInformation provider)
Constructs the filter based on a particular ServiceProviderInformation. |
Method Summary | |
---|---|
boolean |
accept(javax.tv.service.Service service)
Tests if the given service passes the filter. |
javax.tv.service.navigation.ServiceProviderInformation |
getFilterValue()
Reports the ServiceProviderInformation used to create this filter. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceProviderFilter(javax.tv.service.navigation.ServiceProviderInformation provider)
provider
- A ServiceProviderInformation
object indicating
the service provider for the services to be included in a resulting service list.Method Detail |
---|
public javax.tv.service.navigation.ServiceProviderInformation getFilterValue()
ServiceProviderInformation
used to create this filter.
ServiceProviderInformation
used to create this filter.public boolean accept(javax.tv.service.Service service)
accept
in class javax.tv.service.navigation.ServiceFilter
service
- An individual Service
to be evaluated
against the filtering algorithm.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |