|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IUserAppManager
This manager starts user applications. It's designed to be tolerant of applications that fail to start or have other serious problems. The state for each user application is stored in the Configuration Manager.
| Method Summary | |
|---|---|
void |
addApplication(java.lang.String filePath)
|
void |
clearState()
Clears any knowledge of existing user applications. |
java.lang.String |
getAppPath()
|
Bundle[] |
getInstalledBundles()
Returns an array of bundles that have been installed since the last time getInstalledBundles()
was run. |
void |
removeApplication(java.lang.String location)
Removes an application from the User App Storage location. |
void |
run()
|
void |
shutdown()
|
| Method Detail |
|---|
void addApplication(java.lang.String filePath)
throws java.io.IOException
java.io.IOExceptionvoid run()
Bundle[] getInstalledBundles()
getInstalledBundles()
was run. Clears the list afterwards.
void shutdown()
void clearState()
void removeApplication(java.lang.String location)
throws java.io.IOException
location -
java.io.IOExceptionjava.lang.String getAppPath()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||