org.broadleafcommerce.common.vendor.service.monitor
Interface ServiceStatusDetectable<T extends Serializable>


public interface ServiceStatusDetectable<T extends Serializable>


Method Summary
 String getServiceName()
           
 ServiceStatusType getServiceStatus()
           
 Object process(T arg)
           
 

Method Detail

getServiceStatus

ServiceStatusType getServiceStatus()

getServiceName

String getServiceName()

process

Object process(T arg)
               throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.