Uses of Class
org.dvb.application.AppID

Packages that use AppID
org.dvb.application   
 

Uses of AppID in org.dvb.application
 

Methods in org.dvb.application that return AppID
 AppID AppStateChangeEvent.getAppID()
          The application the listener was tracking has made a state transition from fromState to toState.
 AppID AppsDatabaseEvent.getAppID()
          gets the application ID object for the entry in the database that changed.
 AppID AppAttributes.getIdentifier()
          This method returns the application identifier.
 

Methods in org.dvb.application with parameters of type AppID
abstract  boolean AppsDatabaseFilter.accept(AppID appid)
          Test if a specified appid should be included in the Enumeration.
 boolean CurrentServiceFilter.accept(AppID appid)
          Test if a specified appid should be included in the Enumeration.
 boolean RunningApplicationsFilter.accept(AppID appid)
          Test if a specified appid should be included in the Enumeration.
 AppAttributes AppsDatabase.getAppAttributes(AppID key)
          Returns the properties associated with the given ID.
 AppProxy AppsDatabase.getAppProxy(AppID key)
          Returns the ApplicationProxy associated with the given ID.
 

Constructors in org.dvb.application with parameters of type AppID
AppsDatabaseEvent(int id, AppID appid, java.lang.Object source)
          Create a new AppsDatabaseEvent object for the entry in the database that changed, or for a new database.
AppStateChangeEvent(AppID appid, int fromstate, int tostate, java.lang.Object source, boolean hasFailed)
          Create an AppStateChangeEvent object.