| Package | Description |
|---|---|
| xyz.cofe.cxconsole.srvc |
Обеспечивает концепцию служб/демонов.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceStarted |
class |
ServiceStarting |
class |
ServiceStopped |
class |
ServiceStopping |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentLinkedQueue<ServiceEvent> |
AbstractService.serviceEventQueue |
| Modifier and Type | Method and Description |
|---|---|
protected ListenersHelper<ServiceListener,ServiceEvent> |
AbstractService.listeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractService.addServiceEvent(ServiceEvent event) |
void |
ServiceEventPublisher.addServiceEvent(ServiceEvent event)
Добавляет событие в очередь
|
void |
AbstractService.fireServiceEvent(ServiceEvent event) |
void |
ServiceListener.serviceEvent(ServiceEvent se) |
Copyright © 2018. All rights reserved.