Uses of Class
org.dvb.application.AppsDatabaseFilter

Packages that use AppsDatabaseFilter
org.dvb.application Provides access to lists of applications which are available in this context and the ability to launch those applications. 
org.ocap.application
 
org.ocap.resource
 
 

Uses of AppsDatabaseFilter in org.dvb.application
 

Subclasses of AppsDatabaseFilter in org.dvb.application
 class CurrentServiceFilter
          Instances of CurrentServiceFilter are used to set a filter on the list of applications that are retrieved from the AppsDatabase (See methods getAppsAttributes and getAppsIDs).
 class RunningApplicationsFilter
          Instances of RunningApplicationsFilter are used to set a filter on the list of applications that are retrieved from the AppsDatabase (See methods getAppsAttributes and getAppsIDs).
 

Methods in org.dvb.application with parameters of type AppsDatabaseFilter
 Enumeration AppsDatabase.getAppAttributes(AppsDatabaseFilter filter)
          Returns an enumeration of AppAttributes of the applications available.
 Enumeration AppsDatabase.getAppIDs(AppsDatabaseFilter filter)
          Returns an enumeration of the application IDs available.
 

Uses of AppsDatabaseFilter in org.ocap.application
 

Subclasses of AppsDatabaseFilter in org.ocap.application
 class AppFilter
          AppFilter provides a means of filtering AppIDs.
 

Methods in org.ocap.application with parameters of type AppsDatabaseFilter
 void AppManagerProxy.setAppFilter(AppsDatabaseFilter filter)
          This method sets an instance of a concrete class that extends AppsDatabaseFilter that decides whether the application is allowed to be launched or not for all applications to be launched.
 

Uses of AppsDatabaseFilter in org.ocap.resource
 

Methods in org.ocap.resource with parameters of type AppsDatabaseFilter
 void ResourceContentionManager.setResourceFilter(AppsDatabaseFilter filter, String resourceProxy)
          This method sets an instance of a concrete class that extends AppsDatabaseFilter.