Uses of Enum Class
eu.cloudnetservice.modules.bridge.BridgeServiceHelper.ServiceInfoState
Packages that use BridgeServiceHelper.ServiceInfoState
-
Uses of BridgeServiceHelper.ServiceInfoState in eu.cloudnetservice.modules.bridge
Subclasses with type arguments of type BridgeServiceHelper.ServiceInfoState in eu.cloudnetservice.modules.bridgeModifier and TypeClassDescriptionstatic enumThe service info state allows a better separation of a service state than a service lifecycle.Methods in eu.cloudnetservice.modules.bridge that return BridgeServiceHelper.ServiceInfoStateModifier and TypeMethodDescriptionBridgeServiceHelper.guessStateFromServiceInfoSnapshot(@NonNull eu.cloudnetservice.driver.service.ServiceInfoSnapshot service) Tries to guess theBridgeServiceHelper.ServiceInfoStatefrom the lifecycle andBridgeDocPropertiesof the given service.Returns the enum constant of this class with the specified name.static BridgeServiceHelper.ServiceInfoState[]BridgeServiceHelper.ServiceInfoState.values()Returns an array containing the constants of this enum class, in the order they are declared.