Uses of Interface
org.broadleafcommerce.common.vendor.service.monitor.ServiceStatusDetectable
Packages that use ServiceStatusDetectable
Package
Description
-
Uses of ServiceStatusDetectable in org.broadleafcommerce.common.payment.service
Classes in org.broadleafcommerce.common.payment.service that implement ServiceStatusDetectableModifier and TypeClassDescriptionclassAll payment gateway classes that intend to make an external call, either manually from an HTTP Post or through an SDK which makes its own external call, should extend this class. -
Uses of ServiceStatusDetectable in org.broadleafcommerce.common.vendor.service.monitor
Fields in org.broadleafcommerce.common.vendor.service.monitor with type parameters of type ServiceStatusDetectableModifier and TypeFieldDescriptionprotected Map<ServiceStatusDetectable,StatusHandler> ServiceMonitor.serviceHandlersprotected Map<ServiceStatusDetectable,ServiceStatusType> ServiceMonitor.statusMapMethods in org.broadleafcommerce.common.vendor.service.monitor that return types with arguments of type ServiceStatusDetectableMethods in org.broadleafcommerce.common.vendor.service.monitor with parameters of type ServiceStatusDetectableModifier and TypeMethodDescriptionvoidServiceMonitor.checkService(ServiceStatusDetectable statusDetectable) protected voidServiceMonitor.handleStatusChange(ServiceStatusDetectable serviceStatus, ServiceStatusType serviceStatusType) Method parameters in org.broadleafcommerce.common.vendor.service.monitor with type arguments of type ServiceStatusDetectableModifier and TypeMethodDescriptionvoidServiceMonitor.setServiceHandlers(Map<ServiceStatusDetectable, StatusHandler> serviceHandlers)