- ActivitiesList - Interface in ej.wadapps.management
-
Holds a list of activities.
- ActivitiesScheduler - Interface in ej.wadapps.management
-
Manages the activities lifecycle.
- Activity - Interface in ej.wadapps.app
-
Activity is a user interface oriented service.
- add(Activity) - Method in interface ej.wadapps.management.ActivitiesList
-
Adds an activity.
- add(BackgroundService) - Method in interface ej.wadapps.management.BackgroundServicesList
-
Adds a background.
- add(Activity) - Method in interface ej.wadapps.management.LaunchersList
-
Adds a launcher.
- addApplicationLifecycleListener(ApplicationLifecycleListener) - Method in interface ej.wadapps.admin.ApplicationsManager
-
Adds an application lifecycle listener.
- addObserver(Observer) - Method in interface ej.wadapps.management.ActivitiesList
-
Adds an observer to this activities list.
- addObserver(Observer) - Method in interface ej.wadapps.management.ApplicationMetadataProvider
-
Adds an observer to this application meta-data provider.
- addObserver(Observer) - Method in class ej.wadapps.management.ApplicationMetadataProviderProxy
-
- addObserver(Observer) - Method in interface ej.wadapps.management.BackgroundServicesList
-
Adds an observer to this background services list.
- addObserver(Observer) - Method in interface ej.wadapps.management.LaunchersList
-
Adds an observer to this launchers list.
- addObserver(Observer) - Method in interface ej.wadapps.management.NotificationsManager
-
Adds an observer to this notifications manager.
- Application - Interface in ej.wadapps.admin
-
An application represents a deployment unit.
- Application.State - Enum in ej.wadapps.admin
-
Represents an application state.
- ApplicationLifecycleListener - Interface in ej.wadapps.admin
-
Listen to applications lifecycle events.
- ApplicationMetadata - Interface in ej.wadapps.management
-
Holds some information about an application.
- ApplicationMetadataProvider - Interface in ej.wadapps.management
-
Provides the meta-data associated with an application.
- ApplicationMetadataProviderProxy - Class in ej.wadapps.management
-
- ApplicationMetadataProviderProxy() - Constructor for class ej.wadapps.management.ApplicationMetadataProviderProxy
-
- ApplicationMetadataProxy - Class in ej.wadapps.management
-
- ApplicationMetadataProxy() - Constructor for class ej.wadapps.management.ApplicationMetadataProxy
-
- ApplicationOperationException - Exception in ej.wadapps.admin
-
Thrown to indicate that the operation called on an application has failed.
- ApplicationOperationException() - Constructor for exception ej.wadapps.admin.ApplicationOperationException
-
Constructs a new exception with null
as its detail message.
- ApplicationOperationException(String, Throwable) - Constructor for exception ej.wadapps.admin.ApplicationOperationException
-
Constructs a new exception with the specified detail message and cause.
- ApplicationOperationException(String) - Constructor for exception ej.wadapps.admin.ApplicationOperationException
-
Constructs a new exception with the specified detail message.
- ApplicationOperationException(Throwable) - Constructor for exception ej.wadapps.admin.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).
- ApplicationsManager - Interface in ej.wadapps.admin
-
The applications manager is responsible of the applications lifecycle.