| Package | Description |
|---|---|
| org.dvb.application | |
| org.dvb.application.plugins | |
| org.dvb.application.storage | |
| org.dvb.security.pkcs11 |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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.
|
| Constructor and Description |
|---|
ApplicationSecurityContext(URL[] path,
URL entryPoint,
AppID appID)
Creates a new security context for an application whose code can
be found on the path supplied, and whose entry point directory is as given.
|
| Modifier and Type | Method and Description |
|---|---|
AppID[] |
ApplicationStorageController.getStoredAppIDs()
Lists the
AppIDs of the applications that are stored
within this service. |
abstract AppID[] |
ApplicationCache.getStoredAppIDs()
Lists the
AppIDs of the applications that are stored
within this cache. |
| Modifier and Type | Method and Description |
|---|---|
int |
ApplicationStorageController.getVersionNumber(AppID appId)
Return the version number of the stored application whose
AppID is given as a parameter. |
abstract int |
ApplicationCache.getVersionNumber(AppID appId)
Return the version number of the stored application whose
AppID is given as a parameter. |
void |
ApplicationStorageController.remove(AppID appId)
Removes a stored application from this service.
|
abstract void |
ApplicationCache.remove(AppID appId)
Requests the MHP terminal to initiate the removal of
an application stored in the MHP terminal from this cache.
|
void |
ApplicationStorageController.remove(AppID[] appIds)
Removes multiple stored applications from this service.
|
void |
ApplicationStorageListener.storageCompleted(AppID id)
Called when a storage operation is successfully completed.
|
void |
ApplicationStorageListener.storageFailed(AppID id,
Exception failureMode)
Called if a storage operation fails.
|
void |
ApplicationStorageListener.storageUpdate(AppID id,
byte completion,
int size)
Called at 1 second intervals after a storage operation starts
until it completes.
|
void |
ApplicationStorageController.store(Locator locator,
AppID[] apps,
boolean[] autoStart,
String[][] args,
ApplicationStorageListener listener)
Installs several applications into this stored service.
|
| Constructor and Description |
|---|
DVBPKCS11Provider(String name,
double version,
String info,
AppID appID)
Creates a new instance of DVBPKCS11Provider
|
Copyright © 2012 code4tv.com. All Rights Reserved.