Interface HealthStatusProvider
-
- All Known Implementing Classes:
CompositeHealthStatusReportImpl
public interface HealthStatusProvider
Created by IntelliJ IDEA. User: Evgeniy.Koshkin Date: 17.04.13 Time: 16:42
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HealthStatusTask
collectItems(HealthStatusScope scope, HealthStatusProfile profile)
HealthStatusTask
collectItems(HealthStatusScope scope, HealthStatusProfile profile, HealthReportProgressListener progressListener)
List<HealthStatusItem>
collectItemsSynchronously(HealthStatusScope scope, HealthStatusProfile profile)
Computes health status items with the specified scope and profile.
-
-
-
Method Detail
-
collectItems
@NotNull HealthStatusTask collectItems(@NotNull HealthStatusScope scope, @Nullable HealthStatusProfile profile)
-
collectItems
@NotNull HealthStatusTask collectItems(@NotNull HealthStatusScope scope, @Nullable HealthStatusProfile profile, @NotNull HealthReportProgressListener progressListener)
-
collectItemsSynchronously
@NotNull List<HealthStatusItem> collectItemsSynchronously(@NotNull HealthStatusScope scope, @Nullable HealthStatusProfile profile)
Computes health status items with the specified scope and profile.- Parameters:
scope
-profile
-user
-- Returns:
-
-