public final class Actiond extends AbstractServiceDaemon
PAUSE_PENDING, PAUSED, RESUME_PENDING
RUNNING, START_PENDING, STARTING, STATUS_NAMES, STOP_PENDING, STOPPED
Modifier and Type | Method and Description |
---|---|
ActiondConfigFactory |
getActiondConfig()
getActiondConfig
|
org.opennms.netmgt.actiond.BroadcastEventProcessor |
getEventReader()
getEventReader
|
org.opennms.netmgt.actiond.Executor |
getExecutor()
getExecutor
|
static Actiond |
getInstance()
Returns the singular instance of the actiond daemon.
|
protected void |
onInit()
onInit
|
protected void |
onPause()
onPause
|
protected void |
onResume()
onResume
|
protected void |
onStart()
onStart
|
protected void |
onStop()
onStop
|
void |
setActiondConfig(ActiondConfigFactory actiondConfig)
setActiondConfig
|
void |
setEventReader(org.opennms.netmgt.actiond.BroadcastEventProcessor eventReader)
setEventReader
|
void |
setExecutor(org.opennms.netmgt.actiond.Executor executor)
setExecutor
|
afterPropertiesSet, destroy, getName, getStatus, getStatusText, init, isPaused, isRunning, isStarting, pause, resume, setStatus, start, status, stop, waitForStatus, waitForStatus
protected void onInit()
onInit
onInit
in class AbstractServiceDaemon
protected void onStart()
onStart
onStart
in class AbstractServiceDaemon
protected void onStop()
onStop
onStop
in class AbstractServiceDaemon
protected void onPause()
onPause
onPause
in class AbstractServiceDaemon
protected void onResume()
onResume
onResume
in class AbstractServiceDaemon
public static Actiond getInstance()
Actiond
object.public org.opennms.netmgt.actiond.BroadcastEventProcessor getEventReader()
getEventReader
BroadcastEventProcessor
object.public void setEventReader(org.opennms.netmgt.actiond.BroadcastEventProcessor eventReader)
setEventReader
eventReader
- a BroadcastEventProcessor
object.public org.opennms.netmgt.actiond.Executor getExecutor()
getExecutor
Executor
object.public void setExecutor(org.opennms.netmgt.actiond.Executor executor)
setExecutor
executor
- a Executor
object.public ActiondConfigFactory getActiondConfig()
getActiondConfig
ActiondConfigFactory
object.public void setActiondConfig(ActiondConfigFactory actiondConfig)
setActiondConfig
actiondConfig
- a ActiondConfigFactory
object.Copyright © 2021. All rights reserved.