Interface DiagStatusProvider
- All Known Implementing Classes:
DefaultDiagStatusProvider
public interface DiagStatusProvider
-
Method Summary
Modifier and TypeMethodDescriptionvoid
reportStatus
(org.opendaylight.infrautils.diagstatus.ServiceState serviceState) void
reportStatus
(org.opendaylight.infrautils.diagstatus.ServiceState serviceState, String description) void
reportStatus
(org.opendaylight.infrautils.diagstatus.ServiceState serviceState, Throwable throwable)
-
Method Details
-
reportStatus
void reportStatus(org.opendaylight.infrautils.diagstatus.ServiceState serviceState) -
reportStatus
void reportStatus(org.opendaylight.infrautils.diagstatus.ServiceState serviceState, Throwable throwable) -
reportStatus
void reportStatus(org.opendaylight.infrautils.diagstatus.ServiceState serviceState, String description)
-