| Interface | Description |
|---|---|
| ConfigurableDaemonModule |
DaemonModule that needs module configuration. |
| DaemonModule |
A DaemonModule represents a repository-managed component.
|
| Class | Description |
|---|---|
| AbstractReconfigurableDaemonModule |
Abstract base class for
ConfigurableDaemonModules that wish to
reconfigure when their module configuration changes in the repository. |
| Annotation Type | Description |
|---|---|
| After |
Use this annotation on implementations of
DaemonModules to
force the system to start and execute the module after other modules
named by the annotation. |
| ProvidesService |
Use this annotation on implementations of
DaemonModules to
inform the system about which services it registers with the
HippoServiceRegistry. |
| RequiresService |
Use this annotation on implementations of
DaemonModules to
inform the system about which services it uses from the
HippoServiceRegistry
and which are provided by other DaemonModules. |
Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.