public final class Notifd extends AbstractServiceDaemon
PAUSE_PENDING, PAUSED, RESUME_PENDING
RUNNING, START_PENDING, STARTING, STATUS_NAMES, STOP_PENDING, STOPPED
Modifier | Constructor and Description |
---|---|
protected |
Notifd()
Constructs a new Notifd service daemon.
|
Modifier and Type | Method and Description |
---|---|
BroadcastEventProcessor |
getBroadcastEventProcessor()
getBroadcastEventProcessor
|
NotifdConfigManager |
getConfigManager()
getConfigManager
|
static String |
getLoggingCategory() |
NodeDao |
getNodeDao() |
NotificationManager |
getNotificationManager() |
protected void |
onInit()
onInit
|
protected void |
onPause()
onPause
|
protected void |
onResume()
onResume
|
protected void |
onStart()
onStart
|
protected void |
onStop()
onStop
|
void |
setConfigManager(NotifdConfigManager manager)
setConfigManager
|
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
public NotifdConfigManager getConfigManager()
getConfigManager
NotifdConfigManager
object.public void setConfigManager(NotifdConfigManager manager)
setConfigManager
manager
- a NotifdConfigManager
object.public BroadcastEventProcessor getBroadcastEventProcessor()
getBroadcastEventProcessor
BroadcastEventProcessor
object.public NodeDao getNodeDao()
public NotificationManager getNotificationManager()
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 String getLoggingCategory()
Copyright © 2021. All rights reserved.