Uses of Class
io.avaje.jex.AppLifecycle.Status
| Package | Description |
|---|---|
| io.avaje.jex |
-
Uses of AppLifecycle.Status in io.avaje.jex
Methods in io.avaje.jex that return AppLifecycle.Status Modifier and Type Method Description AppLifecycle.StatusAppLifecycle. status()Return the current status.static AppLifecycle.StatusAppLifecycle.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static AppLifecycle.Status[]AppLifecycle.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.avaje.jex with parameters of type AppLifecycle.Status Modifier and Type Method Description voidAppLifecycle. status(AppLifecycle.Status newStatus)Set the current status.