All Classes and Interfaces
Class
Description
Simple general task, setting the state of a registered resource.
The info provider delivers information about the current state of the
OSGi installer
A piece of data that can be installed by the
OsgiInstaller
Currently the OSGi installer supports bundles and configurations,
but it can be extended by additional task factories supporting
other formats.Context for the installation tasks.
Optional listener which can be used to monitor the activities
of the installer.
Optional listener which can be used to monitor the activities
of the installer.
The state of the OSGi installer at a given time.
Base class for tasks that can be executed by the
OsgiInstaller
.The install task factory creates a task for a given
resource.
Serializes dictionary configuration objects (as specified in the configuration admin) into JSON format.
Service for installing/updating/removing installable resources
InstallableResource
in an OSGi framework.A resource that's been registered in the OSGi controller.
A resource provides all relevant information about a registered
resource.
OSGi Service listening for changes of resources.
This is a group of resources all pointing to the same artifact,
but maybe in different versions or locations.
The state of a resource.
A resource transformer transform a registered resource
before it can be installed.
A resource updater can be used if the processing of resources changes
with regards to the entity id and the alias.
The retry handler should be informed by external services
whenever something in the system changed which might make
it worth to retry a failed installed.
A task resource is a registered resource which has been
processed by a
ResourceTransformer
and is now
about to be processed by an InstallTask
.This is a group of resources all pointing to the same artifact,
but maybe in different versions or locations.
A result of a
ResourceTransformer
.This is a group of resources all pointing to the same artifact,
but maybe in different versions or locations.
An update handler is a service handling updates of resources through other ways
than the installer, e.g. handling a configuration change through the web console
or directly through the configuration admin API.
The update result is returned by an
UpdateHandler
if
a resource could be persisted by the handler.