| Package | Description |
|---|---|
| org.broadleafcommerce.common.vendor.service.monitor | |
| org.broadleafcommerce.common.vendor.service.monitor.handler |
| Modifier and Type | Field and Description |
|---|---|
protected StatusHandler |
ServiceMonitor.defaultHandler |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<ServiceStatusDetectable,StatusHandler> |
ServiceMonitor.serviceHandlers |
| Modifier and Type | Method and Description |
|---|---|
StatusHandler |
ServiceMonitor.getDefaultHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<ServiceStatusDetectable,StatusHandler> |
ServiceMonitor.getServiceHandlers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceMonitor.setDefaultHandler(StatusHandler defaultHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceMonitor.setServiceHandlers(java.util.Map<ServiceStatusDetectable,StatusHandler> serviceHandlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeStatusHandler |
class |
EmailStatusHandler |
class |
LogStatusHandler |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<StatusHandler> |
CompositeStatusHandler.handlers |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StatusHandler> |
CompositeStatusHandler.getHandlers() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeStatusHandler.setHandlers(java.util.List<StatusHandler> handlers) |
Copyright © 2018. All Rights Reserved.