public class CurrentServiceFilter extends AppsDatabaseFilter
CurrentServiceFilter
are used to set a filter on the list of applications that are retrieved
from the AppsDatabase (See methods getAppsAttributes and getAppsIDs).
A CurrentServiceFilter is used to indicate that only applications
that signalled as part of the current service shall be
returned by the getAppsAttributes and getAppIDs methods of AppsDatabase.
Externally authorized applications in the AIT are not considered to be signalled as
part of the current service for this filter.
Subclasses of CurrentServiceFilter can override the accept method so as
to implement their own filter criteria on the AppIDs values.
| Constructor and Description |
|---|
CurrentServiceFilter()
public Constructor of the CurrentServiceFilter
|
public CurrentServiceFilter()
public boolean accept(AppID appid)
accept in class AppsDatabaseFilterappid - the specified appid to test.Copyright © 2012 code4tv.com. All Rights Reserved.