@Singleton public class OpenflowDiagStatusProviderImpl extends Object implements OpenflowDiagStatusProvider
Constructor and Description |
---|
OpenflowDiagStatusProviderImpl(org.opendaylight.infrautils.diagstatus.DiagStatusService diagStatusService) |
Modifier and Type | Method and Description |
---|---|
void |
reportStatus() |
void |
reportStatus(org.opendaylight.infrautils.diagstatus.ServiceState serviceState) |
void |
reportStatus(String diagStatusIdentifier,
org.opendaylight.infrautils.diagstatus.ServiceState serviceState) |
void |
reportStatus(String diagStatusIdentifier,
org.opendaylight.infrautils.diagstatus.ServiceState serviceState,
String description) |
void |
reportStatus(String diagStatusIdentifier,
Throwable throwable) |
@Inject public OpenflowDiagStatusProviderImpl(org.opendaylight.infrautils.diagstatus.DiagStatusService diagStatusService)
public void reportStatus(org.opendaylight.infrautils.diagstatus.ServiceState serviceState)
reportStatus
in interface OpenflowDiagStatusProvider
public void reportStatus(String diagStatusIdentifier, Throwable throwable)
reportStatus
in interface OpenflowDiagStatusProvider
public void reportStatus(String diagStatusIdentifier, org.opendaylight.infrautils.diagstatus.ServiceState serviceState, String description)
reportStatus
in interface OpenflowDiagStatusProvider
public void reportStatus(String diagStatusIdentifier, org.opendaylight.infrautils.diagstatus.ServiceState serviceState)
reportStatus
in interface OpenflowDiagStatusProvider
public void reportStatus()
Copyright © 2020 OpenDaylight. All rights reserved.