Uses of Class
org.glassfish.api.admin.ServerEnvironment.Status
-
Packages that use ServerEnvironment.Status Package Description org.glassfish.api.admin Admin commands in GlassFish -
-
Uses of ServerEnvironment.Status in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return ServerEnvironment.Status Modifier and Type Method Description ServerEnvironment.StatusServerEnvironment. getStatus()Gets the server statusstatic ServerEnvironment.StatusServerEnvironment.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerEnvironment.Status[]ServerEnvironment.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-