@ApplicationScoped public class EchoDeviceServiceImpl extends DeviceService implements EchoDeviceService
Modifier and Type | Field and Description |
---|---|
private DicomConfiguration |
conf |
private String |
deviceName |
private DicomServiceRegistry |
serviceRegistry |
private javax.enterprise.inject.Instance<DicomService> |
services |
device, executor, scheduledExecutor
Constructor and Description |
---|
EchoDeviceServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
init() |
void |
reload() |
(package private) void |
startup(Object o) |
executerService, getDevice, init, isRunning, scheduledExecuterService, setDevice, start, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRunning, start, stop
@Inject private javax.enterprise.inject.Instance<DicomService> services
@Inject private DicomConfiguration conf
private String deviceName
private final DicomServiceRegistry serviceRegistry
public EchoDeviceServiceImpl()
void startup(@Observes @Initialized(value=javax.enterprise.context.ApplicationScoped.class) Object o)
@PostConstruct public void init()
@PreDestroy public void destroy()
public void reload() throws Exception
reload
in interface EchoDeviceService
Exception
Copyright © 2017 dcm4che.org. All rights reserved.