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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
reportStatus
(String diagStatusService, Throwable throwable) void
reportStatus
(String diagStatusIdentifier, org.opendaylight.infrautils.diagstatus.ServiceState serviceState) void
reportStatus
(String diagStatusIdentifier, org.opendaylight.infrautils.diagstatus.ServiceState serviceState, String description) void
reportStatus
(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:
reportStatus
in interfaceOpenflowDiagStatusProvider
-
reportStatus
- Specified by:
reportStatus
in interfaceOpenflowDiagStatusProvider
-
reportStatus
public void reportStatus(String diagStatusIdentifier, org.opendaylight.infrautils.diagstatus.ServiceState serviceState, String description) - Specified by:
reportStatus
in interfaceOpenflowDiagStatusProvider
-
reportStatus
public void reportStatus(String diagStatusIdentifier, org.opendaylight.infrautils.diagstatus.ServiceState serviceState) - Specified by:
reportStatus
in interfaceOpenflowDiagStatusProvider
-