Uses of Class
org.opendaylight.infrautils.diagstatus.ServiceDescriptor
-
Packages that use ServiceDescriptor Package Description org.opendaylight.infrautils.diagstatus -
-
Uses of ServiceDescriptor in org.opendaylight.infrautils.diagstatus
Methods in org.opendaylight.infrautils.diagstatus that return ServiceDescriptor Modifier and Type Method Description ServiceDescriptor
DiagStatusService. getServiceDescriptor(String serviceIdentifier)
Retrieve the status of a service specified by the identifier.@NonNull ServiceDescriptor
ServiceStatusProvider. getServiceDescriptor()
Called back whenever a query comes for the current status of the registered services.Methods in org.opendaylight.infrautils.diagstatus that return types with arguments of type ServiceDescriptor Modifier and Type Method Description Collection<ServiceDescriptor>
DiagStatusService. getAllServiceDescriptors()
Retrieve the status of all services registered so far.Collection<ServiceDescriptor>
ServiceStatusSummary. getStatusSummary()
Methods in org.opendaylight.infrautils.diagstatus with parameters of type ServiceDescriptor Modifier and Type Method Description void
DiagStatusService. report(ServiceDescriptor serviceDescriptor)
Report the status of a service specified by the identifier.Constructor parameters in org.opendaylight.infrautils.diagstatus with type arguments of type ServiceDescriptor Constructor Description ServiceStatusSummary(boolean isOperational, SystemState systemState, String systemReadyErrorCause, Collection<ServiceDescriptor> statusSummary)
-