Uses of Class
org.broadleafcommerce.common.vendor.service.type.ServiceStatusType

Packages that use ServiceStatusType
org.broadleafcommerce.common.vendor.service.monitor   
org.broadleafcommerce.common.vendor.service.monitor.handler   
org.broadleafcommerce.common.vendor.service.type   
 

Uses of ServiceStatusType in org.broadleafcommerce.common.vendor.service.monitor
 

Fields in org.broadleafcommerce.common.vendor.service.monitor with type parameters of type ServiceStatusType
protected  Map<ServiceStatusDetectable,ServiceStatusType> ServiceMonitor.statusMap
           
 

Methods in org.broadleafcommerce.common.vendor.service.monitor that return ServiceStatusType
 ServiceStatusType ServiceStatusDetectable.getServiceStatus()
           
 

Methods in org.broadleafcommerce.common.vendor.service.monitor with parameters of type ServiceStatusType
 void StatusHandler.handleStatus(String serviceName, ServiceStatusType status)
           
protected  void ServiceMonitor.handleStatusChange(ServiceStatusDetectable serviceStatus, ServiceStatusType serviceStatusType)
           
 

Uses of ServiceStatusType in org.broadleafcommerce.common.vendor.service.monitor.handler
 

Methods in org.broadleafcommerce.common.vendor.service.monitor.handler with parameters of type ServiceStatusType
 void EmailStatusHandler.handleStatus(String serviceName, ServiceStatusType status)
           
 void LogStatusHandler.handleStatus(String serviceName, ServiceStatusType status)
           
 void CompositeStatusHandler.handleStatus(String serviceName, ServiceStatusType status)
           
 

Uses of ServiceStatusType in org.broadleafcommerce.common.vendor.service.type
 

Fields in org.broadleafcommerce.common.vendor.service.type declared as ServiceStatusType
static ServiceStatusType ServiceStatusType.DOWN
           
static ServiceStatusType ServiceStatusType.PAUSED
           
static ServiceStatusType ServiceStatusType.UP
           
 

Methods in org.broadleafcommerce.common.vendor.service.type that return ServiceStatusType
static ServiceStatusType ServiceStatusType.getInstance(String type)
           
 



Copyright © 2012. All Rights Reserved.