Uses of Interface
de.iip_ecosphere.platform.transport.status.ComponentType
Packages that use ComponentType
Package
Description
Generic status messages like device/service/container is there or disappeared.
-
Uses of ComponentType in de.iip_ecosphere.platform.transport.status
Classes in de.iip_ecosphere.platform.transport.status that implement ComponentTypeFields in de.iip_ecosphere.platform.transport.status declared as ComponentTypeFields in de.iip_ecosphere.platform.transport.status with type parameters of type ComponentTypeModifier and TypeFieldDescriptionprivate static final Map<String, ComponentType> StatusMessageSerializer.COMPONENT_CONSTANTSMethods in de.iip_ecosphere.platform.transport.status that return ComponentTypeMethods in de.iip_ecosphere.platform.transport.status with parameters of type ComponentTypeModifier and TypeMethodDescription(package private) voidStatusMessage.setComponentType(ComponentType componentType) Changes the component type.Method parameters in de.iip_ecosphere.platform.transport.status with type arguments of type ComponentTypeModifier and TypeMethodDescriptionstatic voidStatusMessageSerializer.registerComponents(Class<? extends ComponentType> type) Registers custom component types.Constructors in de.iip_ecosphere.platform.transport.status with parameters of type ComponentTypeModifierConstructorDescriptionStatusMessage(ComponentType componentType, ActionType action, String id, String deviceId, String... aliasIds) Creates a new status message.