Uses of Class
org.glassfish.api.admin.ProcessEnvironment.ProcessType

Packages that use ProcessEnvironment.ProcessType
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
 ProcessEnvironment.ProcessType ProcessEnvironment.getProcessType()
          Determine and return the modes in which the code is behaving, like application server or application client modes.
static ProcessEnvironment.ProcessType ProcessEnvironment.ProcessType.valueOf(java.lang.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
ProcessEnvironment(ProcessEnvironment.ProcessType type)
          Creates a process environemnt for the inten
 



Copyright © 2012 GlassFish Community. All Rights Reserved.