| Package | Description |
|---|---|
| org.glassfish.api.admin |
Admin commands in GlassFish
|
| Modifier and Type | Method and Description |
|---|---|
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(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.
|
| Constructor and Description |
|---|
ProcessEnvironment(ProcessEnvironment.ProcessType type)
Creates a process environemnt for the inten
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.