public interface ExecutableDaemonModule extends DaemonModule
For long running jobs implementers must make sure cancel actually causes execute to be cancelled and to return quickly. Otherwise the repository will not be able to shut down until the module execution has been completed.
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
void |
execute() |
initialize, shutdown
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.