Uses of Class
de.fraunhofer.iese.mydata.component.health.HealthStatus
-
Packages that use HealthStatus Package Description de.fraunhofer.iese.mydata.common.serdes de.fraunhofer.iese.mydata.component \* MYDATA component interfaces and classes.de.fraunhofer.iese.mydata.component.health de.fraunhofer.iese.mydata.component.interfaces -
-
Uses of HealthStatus in de.fraunhofer.iese.mydata.common.serdes
Methods in de.fraunhofer.iese.mydata.common.serdes that return types with arguments of type HealthStatus Modifier and Type Method Description Map<ComponentId,HealthStatus>
ComponentIdHealthStatusMapSerDes.ComponentIdHealthStatusMapDeserializer. deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)
Method parameters in de.fraunhofer.iese.mydata.common.serdes with type arguments of type HealthStatus Modifier and Type Method Description com.google.gson.JsonElement
ComponentIdHealthStatusMapSerDes.ComponentIdHealthStatusMapSerializer. serialize(Map<ComponentId,HealthStatus> src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-
Uses of HealthStatus in de.fraunhofer.iese.mydata.component
Methods in de.fraunhofer.iese.mydata.component that return HealthStatus Modifier and Type Method Description HealthStatus
IComponentService. getPipState(ComponentId componentId)
Get the pip component stateHealthStatus
IComponentService. getPxpState(ComponentId componentId)
Get the pxp component stateMethods in de.fraunhofer.iese.mydata.component that return types with arguments of type HealthStatus Modifier and Type Method Description Map<ComponentId,HealthStatus>
IComponentService. getAllComponentStates(SolutionId solutionId)
Gets the all component states. -
Uses of HealthStatus in de.fraunhofer.iese.mydata.component.health
Methods in de.fraunhofer.iese.mydata.component.health that return HealthStatus Modifier and Type Method Description static HealthStatus
HealthStatus. of(Status status)
-
Uses of HealthStatus in de.fraunhofer.iese.mydata.component.interfaces
Methods in de.fraunhofer.iese.mydata.component.interfaces that return HealthStatus Modifier and Type Method Description HealthStatus
IMyDataComponent. getHealth()
Checks whether a component is up and running.
-