Interface | Description |
---|---|
ConfigurableDaemonModule |
DaemonModule that needs module configuration. |
DaemonModule |
A DaemonModule represents a repository-managed component.
|
ExecutableDaemonModule |
An ExecutableDaemonModule is a DaemonModule that is executed once.
|
Class | Description |
---|---|
AbstractReconfigurableDaemonModule |
Abstract base class for
ConfigurableDaemonModule s that wish to
reconfigure when their module configuration changes in the repository. |
AbstractReconfigurableSchedulingDaemonModule | Deprecated
deprecated since 2.28.00, register a repository job with the repository scheduler directly using configuration
|
Annotation Type | Description |
---|---|
After |
Use this annotation on implementations of
DaemonModule s to
force the system to start and execute the module after other modules
named by the annotation. |
ProvidesService |
Use this annotation on implementations of
DaemonModule s to
inform the system about which services it registers with the
HippoServiceRegistry . |
RequiresService |
Use this annotation on implementations of
DaemonModule s to
inform the system about which services it uses from the
HippoServiceRegistry
and which are provided by other DaemonModule s. |
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.