Interface DiagStatusProvider
- All Known Implementing Classes:
- DefaultDiagStatusProvider
public interface DiagStatusProvider
- 
Method SummaryModifier and TypeMethodDescriptionvoidreportStatus(org.opendaylight.infrautils.diagstatus.ServiceState serviceState) voidreportStatus(org.opendaylight.infrautils.diagstatus.ServiceState serviceState, String description) voidreportStatus(org.opendaylight.infrautils.diagstatus.ServiceState serviceState, Throwable throwable) 
- 
Method Details- 
reportStatusvoid reportStatus(org.opendaylight.infrautils.diagstatus.ServiceState serviceState) 
- 
reportStatusvoid reportStatus(org.opendaylight.infrautils.diagstatus.ServiceState serviceState, Throwable throwable) 
- 
reportStatusvoid reportStatus(org.opendaylight.infrautils.diagstatus.ServiceState serviceState, String description) 
 
-