Uses of Class
org.glassfish.api.admin.ProcessEnvironment.ProcessType
-
Packages that use ProcessEnvironment.ProcessType Package Description com.sun.appserv.connectors.internal.api com.sun.enterprise.connectors org.glassfish.api.admin Admin commands in GlassFishorg.glassfish.enterprise.iiop.util -
-
Uses of ProcessEnvironment.ProcessType in com.sun.appserv.connectors.internal.api
Methods in com.sun.appserv.connectors.internal.api that return ProcessEnvironment.ProcessType Modifier and Type Method Description ProcessEnvironment.ProcessTypeConnectorRuntime. getEnvironment()Indicates whether the execution environment is server or client -
Uses of ProcessEnvironment.ProcessType in com.sun.enterprise.connectors
Methods in com.sun.enterprise.connectors that return ProcessEnvironment.ProcessType Modifier and Type Method Description ProcessEnvironment.ProcessTypeConnectorRuntime. getEnvironment()Returns the execution environment. -
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 -
Uses of ProcessEnvironment.ProcessType in org.glassfish.enterprise.iiop.util
Methods in org.glassfish.enterprise.iiop.util that return ProcessEnvironment.ProcessType Modifier and Type Method Description ProcessEnvironment.ProcessTypeIIOPUtils. getProcessType()
-