Uses of Enum
ru.progrm_jarvis.javacommons.service.AbstractManagedPendingService.State
Packages that use AbstractManagedPendingService.State
Package
Description
Abstractions for building effective service-based relations and systems.
-
Uses of AbstractManagedPendingService.State in ru.progrm_jarvis.javacommons.service
Fields in ru.progrm_jarvis.javacommons.service with type parameters of type AbstractManagedPendingService.StateModifier and TypeFieldDescriptionprotected final @NonNull AtomicReference<AbstractManagedPendingService.State>AbstractManagedPendingService.stateCurrent state if this serviceMethods in ru.progrm_jarvis.javacommons.service that return AbstractManagedPendingService.StateModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static AbstractManagedPendingService.State[]AbstractManagedPendingService.State.values()Returns an array containing the constants of this enum type, in the order they are declared.