Interface OpenflowDiagStatusProvider

All Known Implementing Classes:
DefaultOpenflowDiagStatusProvider, OSGiOpenflowDiagStatusProvider

public interface OpenflowDiagStatusProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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)
     
  • Method Details

    • reportStatus

      void reportStatus(org.opendaylight.infrautils.diagstatus.ServiceState serviceState)
    • reportStatus

      void reportStatus(String diagStatusService, Throwable throwable)
    • reportStatus

      void reportStatus(String diagStatusIdentifier, org.opendaylight.infrautils.diagstatus.ServiceState serviceState, String description)
    • reportStatus

      void reportStatus(String diagStatusIdentifier, org.opendaylight.infrautils.diagstatus.ServiceState serviceState)