Package | Description |
---|---|
org.opendaylight.infrautils.diagstatus | |
org.opendaylight.infrautils.diagstatus.internal |
Modifier and Type | Method and Description |
---|---|
ServiceDescriptor |
ServiceStatusProvider.getServiceDescriptor()
Called back whenever a query comes for the current status of
the registered services.
|
ServiceDescriptor |
DiagStatusService.getServiceDescriptor(String serviceIdentifier)
Retrieve the status of a service specified by the identifier.
|
Modifier and Type | Method and Description |
---|---|
Collection<ServiceDescriptor> |
DiagStatusService.getAllServiceDescriptors()
Retrieve the status of all services registered so far.
|
Modifier and Type | Method and Description |
---|---|
void |
DiagStatusService.report(ServiceDescriptor serviceDescriptor)
Report the status of a service specified by the identifier.
|
Modifier and Type | Method and Description |
---|---|
ServiceDescriptor |
DiagStatusServiceImpl.getServiceDescriptor(String serviceIdentifier) |
Modifier and Type | Method and Description |
---|---|
Collection<ServiceDescriptor> |
DiagStatusServiceImpl.getAllServiceDescriptors() |
Modifier and Type | Method and Description |
---|---|
void |
DiagStatusServiceImpl.report(ServiceDescriptor serviceDescriptor) |
Copyright © 2019 OpenDaylight. All rights reserved.