- addApplicationInstallationListener(ApplicationInstallationListener) - Method in interface ej.wadapps.application.ApplicationInstaller
-
Adds an application installation listener.
- addApplicationLifecycleListener(ApplicationLifecycleListener) - Method in interface ej.wadapps.application.ApplicationManager
-
Adds an application lifecycle listener.
- Application - Interface in ej.wadapps.application
-
An application represents a deployment unit.
- ApplicationInstallationListener - Interface in ej.wadapps.application
-
Listen to applications installation.
- ApplicationInstaller - Interface in ej.wadapps.application
-
The application installer allows to install or uninstall applications.
- ApplicationLifecycleListener - Interface in ej.wadapps.application
-
Listen to applications lifecycle events.
- ApplicationManager - Interface in ej.wadapps.application
-
The application manager gives information on the available applications.
- ApplicationOperationException - Exception in ej.wadapps.application
-
Thrown to indicate that the operation called on an application has failed.
- ApplicationOperationException() - Constructor for exception ej.wadapps.application.ApplicationOperationException
-
Constructs a new exception with null
as its detail message.
- ApplicationOperationException(String, Throwable) - Constructor for exception ej.wadapps.application.ApplicationOperationException
-
Constructs a new exception with the specified detail message and cause.
- ApplicationOperationException(String) - Constructor for exception ej.wadapps.application.ApplicationOperationException
-
Constructs a new exception with the specified detail message.
- ApplicationOperationException(Throwable) - Constructor for exception ej.wadapps.application.ApplicationOperationException
-
Constructs a new exception with the specified cause and a detail message of
(cause==null ? null : cause.toString()) (which typically contains the class and detail message of
cause).
- ApplicationPermission - Class in ej.wadapps.application
-
- ApplicationPermission(Application, String) - Constructor for class ej.wadapps.application.ApplicationPermission
-
Creates a permission for the given application.