public class Queued extends AbstractServiceDaemon implements EventListener
Queued class.
PAUSE_PENDING, PAUSED, RESUME_PENDINGRUNNING, 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, waitForStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic 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 AbstractServiceDaemonpublic void onEvent(IEvent e)
onEvent in interface EventListenere - a IEvent object.public static String getLoggingCateogy()
Copyright © 2020. All rights reserved.