public class Queued extends AbstractServiceDaemon implements EventListener
Queued class.
PAUSE_PENDING, PAUSED, RESUME_PENDING
RUNNING, START_PENDING, STARTING, STATUS_NAMES, STOP_PENDING, STOPPED
Constructor and Description |
---|
Queued()
Constructor for Queued.
|
Modifier and Type | Method and Description |
---|---|
static String |
getLoggingCateogy() |
RrdStrategy<?,?> |
getRrdStrategy()
getRrdStrategy
|
void |
onEvent(IEvent e)
Process a sent event.
|
protected void |
onInit()
onInit
|
void |
setEventIpcManager(EventIpcManager eventMgr)
setEventIpcManager
|
void |
setRrdStrategy(RrdStrategy<?,?> rrdStrategy)
setRrdStrategy
|
afterPropertiesSet, destroy, getName, getStatus, getStatusText, init, isPaused, isRunning, isStarting, onPause, onResume, onStart, onStop, pause, resume, setStatus, start, status, stop, waitForStatus, waitForStatus
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public void setEventIpcManager(EventIpcManager eventMgr)
setEventIpcManager
eventMgr
- a EventIpcManager
object.public RrdStrategy<?,?> getRrdStrategy()
getRrdStrategy
RrdStrategy
object.public void setRrdStrategy(RrdStrategy<?,?> rrdStrategy)
setRrdStrategy
rrdStrategy
- a RrdStrategy
object.protected void onInit()
onInit
onInit
in class AbstractServiceDaemon
public void onEvent(IEvent e)
onEvent
in interface EventListener
e
- a IEvent
object.public static String getLoggingCateogy()
Copyright © 2021. All rights reserved.