public class Tl1d extends AbstractServiceDaemon
PAUSE_PENDING, PAUSED, RESUME_PENDING
RUNNING, START_PENDING, STARTING, STATUS_NAMES, STOP_PENDING, STOPPED
Constructor and Description |
---|
Tl1d()
Constructor for Tl1d.
|
Modifier and Type | Method and Description |
---|---|
EventForwarder |
getEventForwarder()
getEventForwarder
|
int |
getStatus()
Returns the current status of the service.
|
void |
handleRelooadConfigurationEvent(IEvent e)
handleRelooadConfigurationEvent
|
void |
onInit()
onInit
|
void |
onStart()
onStart
|
void |
onStop()
onStop
|
void |
setConfigurationDao(Tl1ConfigurationDao configurationDao)
setConfigurationDao
|
void |
setEventForwarder(EventForwarder eventForwarder)
setEventForwarder
|
afterPropertiesSet, destroy, getName, getStatusText, init, isPaused, isRunning, isStarting, onPause, onResume, pause, resume, setStatus, start, status, stop, waitForStatus, waitForStatus
public void handleRelooadConfigurationEvent(IEvent e)
handleRelooadConfigurationEvent
e
- a Event
object.public void onInit()
onInit
onInit
in class AbstractServiceDaemon
public void onStart()
onStart
onStart
in class AbstractServiceDaemon
public void onStop()
onStop
onStop
in class AbstractServiceDaemon
public int getStatus()
getStatus
in interface Fiber
getStatus
in class AbstractServiceDaemon
public void setEventForwarder(EventForwarder eventForwarder)
setEventForwarder
eventForwarder
- a EventForwarder
object.public EventForwarder getEventForwarder()
getEventForwarder
EventForwarder
object.public void setConfigurationDao(Tl1ConfigurationDao configurationDao)
setConfigurationDao
configurationDao
- a Tl1ConfigurationDao
object.Copyright © 2021. All rights reserved.