Class OSGiOpenflowDiagStatusProvider
java.lang.Object
org.opendaylight.openflowjava.protocol.impl.core.OSGiOpenflowDiagStatusProvider
- All Implemented Interfaces:
OpenflowDiagStatusProvider
public final class OSGiOpenflowDiagStatusProvider
extends Object
implements OpenflowDiagStatusProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreportStatus(String diagStatusService, Throwable throwable) voidreportStatus(String diagStatusIdentifier, org.opendaylight.infrautils.diagstatus.ServiceState serviceState) voidreportStatus(String diagStatusIdentifier, org.opendaylight.infrautils.diagstatus.ServiceState serviceState, String description) voidreportStatus(org.opendaylight.infrautils.diagstatus.ServiceState serviceState)
-
Constructor Details
-
OSGiOpenflowDiagStatusProvider
public OSGiOpenflowDiagStatusProvider()
-
-
Method Details
-
reportStatus
public void reportStatus(org.opendaylight.infrautils.diagstatus.ServiceState serviceState) - Specified by:
reportStatusin interfaceOpenflowDiagStatusProvider
-
reportStatus
- Specified by:
reportStatusin interfaceOpenflowDiagStatusProvider
-
reportStatus
public void reportStatus(String diagStatusIdentifier, org.opendaylight.infrautils.diagstatus.ServiceState serviceState, String description) - Specified by:
reportStatusin interfaceOpenflowDiagStatusProvider
-
reportStatus
public void reportStatus(String diagStatusIdentifier, org.opendaylight.infrautils.diagstatus.ServiceState serviceState) - Specified by:
reportStatusin interfaceOpenflowDiagStatusProvider
-