Uses of Class
org.dvb.application.AppID

Packages that use AppID
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.dvr Provides extension classes and interfaces to the shared DVR APIs. 
org.ocap.dvr.storage Provides management and representation of storage for stored media. 
org.ocap.event The org.ocap.event package manages user events. 
org.ocap.hn.content   
org.ocap.resource
 
org.ocap.shared.dvr The shared DVR API for scheduling and managing recording requests. 
org.ocap.shared.dvr.navigation Provides support for Navigation of recording lists. 
org.ocap.system.event

The org.ocap.system.event package defines various system events. 

org.ocap.ui Extensions to HAVi User Interface functionality. 
 

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
 boolean RunningApplicationsFilter.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.
abstract  boolean AppsDatabaseFilter.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, 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, Object source, boolean hasFailed)
          Create an AppStateChangeEvent object.
 

Uses of AppID in org.ocap.application
 

Methods in org.ocap.application that return AppID
abstract  AppID PermissionInformation.getAppID()
          This method returns an AppID of an application to be granted a requested set of Permissions that is returned by the PermissionInformation.getRequestedPermissions() method.
 

Methods in org.ocap.application with parameters of type AppID
 boolean AppFilter.accept(AppID appID)
          Returns whether this AppFilter accepts the given AppID.
 boolean AppFilterHandler.accept(AppID appID, AppPattern matchingItem)
          This method is called by AppFilter.accept(org.dvb.application.AppID) when it finds a matching AppPattern whose action is ASK.
 void AppManagerProxy.setApplicationPriority(int priority, AppID appId)
          This method sets the priority for the application.
 void AppManagerProxy.unregisterUnboundApp(int serviceId, AppID appid)
           This method unregisters an unbound application from the AppsDatabase.
 

Uses of AppID in org.ocap.dvr
 

Methods in org.ocap.dvr that return AppID
abstract  AppID BufferingRequest.getAppID()
          Gets the AppID of the application that created the request.
 

Uses of AppID in org.ocap.dvr.storage
 

Methods in org.ocap.dvr.storage with parameters of type AppID
 long SpaceAllocationHandler.allowReservation(LogicalStorageVolume volume, AppID app, long spaceRequested)
          This method should be used by the implementation to allow the SpaceAllocationHandler to grant a request to reserve space.
 

Uses of AppID in org.ocap.event
 

Methods in org.ocap.event that return AppID
 AppID[] UserEventAction.getAppIDs()
          Get the AppIDs to which the filtered event will be forwarded.
 

Methods in org.ocap.event with parameters of type AppID
 void UserEventAction.setAppIDs(AppID[] appIDs)
          Sets the application IDs returned by this class.
 

Constructors in org.ocap.event with parameters of type AppID
UserEventAction(UserEvent event, AppID[] appIDs)
          Creates a UserEventAction instance.
 

Uses of AppID in org.ocap.hn.content
 

Methods in org.ocap.hn.content that return AppID
 AppID RecordingContentItem.getAppID()
           
 

Uses of AppID in org.ocap.resource
 

Methods in org.ocap.resource that return AppID
 AppID ResourceUsage.getAppID()
          Gets the AppID of the application associated with the set of resources contained in the usage.
 

Uses of AppID in org.ocap.shared.dvr
 

Methods in org.ocap.shared.dvr that return AppID
 AppID RecordingRequest.getAppID()
          Gets the application identifier of the application that owns this recording request.
 

Uses of AppID in org.ocap.shared.dvr.navigation
 

Methods in org.ocap.shared.dvr.navigation that return AppID
 AppID AppIDFilter.getFilterValue()
          Reports the value of AppID used to create this filter.
 

Constructors in org.ocap.shared.dvr.navigation with parameters of type AppID
AppIDFilter(AppID appID)
          Constructs the filter based on a particular AppID.
 

Uses of AppID in org.ocap.system.event
 

Methods in org.ocap.system.event that return AppID
 AppID SystemEvent.getAppID()
          Gets the globally unique identifier of the application logging the event.
 

Constructors in org.ocap.system.event with parameters of type AppID
ErrorEvent(int typeCode, String message, String stacktrace, String[] throwableClasses, long date, AppID appId)
          This constructor is provided for internal use by OCAP implementations; applications SHOULD NOT call it.
RebootEvent(int typeCode, String message, long date, AppID appId)
          This constructor is provided for internal use by OCAP implementations; applications SHOULD NOT call it.
ResourceDepletionEvent(int typeCode, String message, long date, AppID appId)
          This constructor is provided for internal use by OCAP implementations; applications SHOULD NOT call it.
 

Uses of AppID in org.ocap.ui
 

Methods in org.ocap.ui with parameters of type AppID
 HSceneBinding HSceneManager.getAppDefaultHScene(AppID id)
          Gets an HSceneBinding that permits determining the default HScene of an identified application if that application possesses a default HScene.
 HSceneBinding[] HSceneManager.getAppHScenes(AppID id)
          Obtain an array of HSceneBinding instances that denote the current HScene instances of an identified application.