| Package | Description |
|---|---|
| org.glassfish.api | |
| org.glassfish.api.admin |
Admin commands in GlassFish
|
| Modifier and Type | Method and Description |
|---|---|
abstract ActionReport.ExitCode |
ActionReport.getActionExitCode() |
static ActionReport.ExitCode |
ActionReport.ExitCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionReport.ExitCode[] |
ActionReport.ExitCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ActionReport.ExitCode.isWorse(ActionReport.ExitCode other) |
abstract void |
ActionReport.setActionExitCode(ActionReport.ExitCode exitCode) |
| Modifier and Type | Method and Description |
|---|---|
static ActionReport.ExitCode |
FailurePolicy.applyFailurePolicy(FailurePolicy f,
ActionReport.ExitCode e) |
ActionReport.ExitCode |
SupplementalCommandExecutor.execute(Collection<SupplementalCommandExecutor.SupplementalCommand> suplementals,
Supplemental.Timing time,
AdminCommandContext context,
ParameterMap parameters,
org.jvnet.hk2.component.MultiMap<String,File> optionFileMap) |
ActionReport.ExitCode |
TargetBasedExecutor.execute(String commandName,
AdminCommand command,
AdminCommandContext context,
ParameterMap parameters) |
ActionReport.ExitCode |
ClusterExecutor.execute(String commandName,
AdminCommand command,
AdminCommandContext context,
ParameterMap parameters)
Execute the passed command on targeted remote instances.
|
| Modifier and Type | Method and Description |
|---|---|
static ActionReport.ExitCode |
FailurePolicy.applyFailurePolicy(FailurePolicy f,
ActionReport.ExitCode e) |
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.