Class ItmDiagStatusProvider

  • All Implemented Interfaces:
    org.opendaylight.infrautils.diagstatus.ServiceStatusProvider

    @Singleton
    public class ItmDiagStatusProvider
    extends java.lang.Object
    implements org.opendaylight.infrautils.diagstatus.ServiceStatusProvider
    • Constructor Summary

      Constructors 
      Constructor Description
      ItmDiagStatusProvider​(org.opendaylight.infrautils.diagstatus.DiagStatusService diagStatusService)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      org.opendaylight.infrautils.diagstatus.ServiceDescriptor getServiceDescriptor()  
      void reportStatus​(java.lang.Exception exception)  
      void reportStatus​(org.opendaylight.infrautils.diagstatus.ServiceState serviceState)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ItmDiagStatusProvider

        @Inject
        public ItmDiagStatusProvider​(org.opendaylight.infrautils.diagstatus.DiagStatusService diagStatusService)
    • Method Detail

      • close

        @PreDestroy
        public void close()
      • reportStatus

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

        public void reportStatus​(java.lang.Exception exception)
      • getServiceDescriptor

        public org.opendaylight.infrautils.diagstatus.ServiceDescriptor getServiceDescriptor()
        Specified by:
        getServiceDescriptor in interface org.opendaylight.infrautils.diagstatus.ServiceStatusProvider