Uses of Interface
com.broadleafcommerce.paymentgateway.vendor.service.monitor.ServiceStatusDetectable
-
Packages that use ServiceStatusDetectable Package Description com.broadleafcommerce.paymentgateway.service com.broadleafcommerce.paymentgateway.vendor.service.monitor -
-
Uses of ServiceStatusDetectable in com.broadleafcommerce.paymentgateway.service
Classes in com.broadleafcommerce.paymentgateway.service that implement ServiceStatusDetectable Modifier and Type Class Description class
AbstractExternalPaymentGatewayCall<T,R>
All 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 com.broadleafcommerce.paymentgateway.vendor.service.monitor
Fields in com.broadleafcommerce.paymentgateway.vendor.service.monitor with type parameters of type ServiceStatusDetectable Modifier and Type Field Description protected Map<ServiceStatusDetectable,StatusHandler>
ServiceMonitor. serviceHandlers
protected Map<ServiceStatusDetectable,ServiceStatusType>
ServiceMonitor. statusMap
Methods in com.broadleafcommerce.paymentgateway.vendor.service.monitor that return types with arguments of type ServiceStatusDetectable Modifier and Type Method Description Map<ServiceStatusDetectable,StatusHandler>
ServiceMonitor. getServiceHandlers()
Methods in com.broadleafcommerce.paymentgateway.vendor.service.monitor with parameters of type ServiceStatusDetectable Modifier and Type Method Description void
ServiceMonitor. checkService(ServiceStatusDetectable statusDetectable)
protected void
ServiceMonitor. handleStatusChange(ServiceStatusDetectable serviceStatus, ServiceStatusType serviceStatusType)
Method parameters in com.broadleafcommerce.paymentgateway.vendor.service.monitor with type arguments of type ServiceStatusDetectable Modifier and Type Method Description void
ServiceMonitor. setServiceHandlers(Map<ServiceStatusDetectable,StatusHandler> serviceHandlers)
-