Uses of Interface
org.opendaylight.infrautils.diagstatus.DiagStatusService
-
Packages that use DiagStatusService Package Description org.opendaylight.infrautils.diagstatus.internal org.opendaylight.infrautils.diagstatus.web -
-
Uses of DiagStatusService in org.opendaylight.infrautils.diagstatus.internal
Classes in org.opendaylight.infrautils.diagstatus.internal that implement DiagStatusService Modifier and Type Class Description class
DiagStatusServiceImpl
DiagStatusServiceImpl is the core class having the functionality for tracking the registered services and aggregating the status of the same.Constructors in org.opendaylight.infrautils.diagstatus.internal with parameters of type DiagStatusService Constructor Description DiagStatusServiceMBeanImpl(DiagStatusService diagStatusService, SystemReadyMonitor systemReadyMonitor)
-
Uses of DiagStatusService in org.opendaylight.infrautils.diagstatus.web
Constructors in org.opendaylight.infrautils.diagstatus.web with parameters of type DiagStatusService Constructor Description DiagStatusServlet(DiagStatusService diagStatusService)
OsgiWebInitializer(org.osgi.service.http.HttpService osgiHttpService, DiagStatusService diagStatusService)
-