Uses of Class
org.glassfish.embeddable.GlassFish.Status
-
Packages that use GlassFish.Status Package Description org.glassfish.embeddable Provides classes and interfaces necessary to embed GlassFish and perform lifecycle operations, application deployments and runtime configurations. -
-
Uses of GlassFish.Status in org.glassfish.embeddable
Methods in org.glassfish.embeddable that return GlassFish.Status Modifier and Type Method Description GlassFish.StatusGlassFish. getStatus()Get the current status of GlassFish.static GlassFish.StatusGlassFish.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static GlassFish.Status[]GlassFish.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-