Package | Description |
---|---|
ej.wadapps.management |
Contains application management tools and registries to declare
ej.wadapps.app implementations. |
Modifier and Type | Method and Description |
---|---|
BackgroundService[] |
BackgroundServicesList.getBackgroundServices()
Gets all registered background services.
|
Modifier and Type | Method and Description |
---|---|
void |
BackgroundServicesList.add(BackgroundService background)
Adds a background.
|
void |
BackgroundServicesList.remove(BackgroundService background)
Removes a background.
|