Uses of Class
org.glassfish.api.admin.ProcessEnvironment.ProcessType
-
Packages that use ProcessEnvironment.ProcessType Package Description org.glassfish.api.admin Admin commands in GlassFish -
-
Uses of ProcessEnvironment.ProcessType in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return ProcessEnvironment.ProcessType Modifier and Type Method Description ProcessEnvironment.ProcessTypeProcessEnvironment. getProcessType()Determine and return the modes in which the code is behaving, like application server or application client modes.static ProcessEnvironment.ProcessTypeProcessEnvironment.ProcessType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessEnvironment.ProcessType[]ProcessEnvironment.ProcessType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.glassfish.api.admin with parameters of type ProcessEnvironment.ProcessType Constructor Description ProcessEnvironment(ProcessEnvironment.ProcessType type)Creates a process environemnt for the inten
-