openmediavault
4.0 (Arrakis)
The open network attached storage solution
|
Public Member Functions | |
shouldApply () | |
shouldStart () | |
startBefore () | |
shouldStop () | |
stopAfter () | |
applyConfig () | |
stopService () | |
startService () | |
![]() | |
getName () | |
setDirty () | |
setDirtyByName ($name) | |
isDirty () | |
Additional Inherited Members | |
![]() | |
exec ($command, &$output=NULL) | |
getAdminContext () | |
addTask ($id, $name, $params) | |
execTasks ($id) | |
A module class that implements the default methods defined by the interface.
OMV\Engine\Module\ServiceAbstract::applyConfig | ( | ) |
Generate the configuration.
Implements OMV\Engine\Module\IService.
OMV\Engine\Module\ServiceAbstract::shouldApply | ( | ) |
Defines the modules that if present should build their configuration before the service provided by this module.
Implements OMV\Engine\Module\IService.
OMV\Engine\Module\ServiceAbstract::shouldStart | ( | ) |
Defines the modules that if present should start before the service provided by this module.
Implements OMV\Engine\Module\IService.
OMV\Engine\Module\ServiceAbstract::shouldStop | ( | ) |
Defines the modules that if present should be stopped after the service provided by this module.
Implements OMV\Engine\Module\IService.
OMV\Engine\Module\ServiceAbstract::startBefore | ( | ) |
Defines the modules that if present should start after the service provided by this module.
Implements OMV\Engine\Module\IService.
OMV\Engine\Module\ServiceAbstract::startService | ( | ) |
Start the managed service.
Implements OMV\Engine\Module\IService.
OMV\Engine\Module\ServiceAbstract::stopAfter | ( | ) |
Defines the modules that if present should stop before the service provided by this module.
Implements OMV\Engine\Module\IService.
OMV\Engine\Module\ServiceAbstract::stopService | ( | ) |
Stop the managed service.
Implements OMV\Engine\Module\IService.