Uses of Enum Class
io.avaje.jex.AppLifecycle.Status
Packages that use AppLifecycle.Status
-
Uses of AppLifecycle.Status in io.avaje.jex
Subclasses with type arguments of type AppLifecycle.Status in io.avaje.jexModifier and TypeClassDescriptionstatic enumRepresents the possible states of the application server.Methods in io.avaje.jex that return AppLifecycle.StatusModifier and TypeMethodDescriptionAppLifecycle.status()Returns the current status of the application server.static AppLifecycle.StatusReturns the enum constant of this class with the specified name.static AppLifecycle.Status[]AppLifecycle.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.avaje.jex with parameters of type AppLifecycle.StatusModifier and TypeMethodDescriptionvoidAppLifecycle.status(AppLifecycle.Status newStatus) Sets the current status of the application server.