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 classAbstractExternalPaymentGatewayCall<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. serviceHandlersprotected Map<ServiceStatusDetectable,ServiceStatusType>ServiceMonitor. statusMapMethods 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 voidServiceMonitor. checkService(ServiceStatusDetectable statusDetectable)protected voidServiceMonitor. 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 voidServiceMonitor. setServiceHandlers(Map<ServiceStatusDetectable,StatusHandler> serviceHandlers)
-