Modifier and Type | Field and Description |
---|---|
java.util.List<ServiceInformation> |
PluginInformation.serviceInfoList |
Modifier and Type | Method and Description |
---|---|
ServiceInformation |
IMonitoring.getServiceInfo(java.lang.String plugin,
java.lang.String service)
Fetches all information from a service belonging to a given plugin
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ServiceInformation> |
IMonitoringPromise.getServiceInfo(java.lang.String plugin,
java.lang.String service) |
Modifier and Type | Method and Description |
---|---|
void |
PluginInformation.addInformation(ServiceInformation info)
Adds a new ServiceInformation to the PluginInformation
|
Modifier and Type | Method and Description |
---|---|
void |
IMonitoringAsync.getServiceInfo(java.lang.String plugin,
java.lang.String service,
AsyncHandler<ServiceInformation> handler) |
Modifier and Type | Method and Description |
---|---|
ServiceInformation |
ServicesHandler.getServiceInfo(java.lang.String service) |
Modifier and Type | Method and Description |
---|---|
ServiceInformation |
SystemHandler.getServiceInfo(java.lang.String service) |
Modifier and Type | Method and Description |
---|---|
ServiceInformation |
IServiceInfoProvider.getServiceInfo(java.lang.String service) |
Modifier and Type | Method and Description |
---|---|
ServiceInformation |
MonitoringService.getServiceInfo(java.lang.String plugin,
java.lang.String service) |
Modifier and Type | Method and Description |
---|---|
ServiceInformation |
Service.getServiceInformation() |
Copyright © 2021. All Rights Reserved.