| Package | Description |
|---|---|
| org.glassfish.api.admin |
Admin commands in GlassFish
|
| org.glassfish.api.admin.config |
| Modifier and Type | Class and Description |
|---|---|
class |
AdminCommandContextForInstance
Most of
AdminCommandContext attributes are used in any phase
of command execution (supplemental commands, replication) but some
of them must be different for every instance. |
class |
AdminCommandContextImpl
Useful services for administrative commands implementation
|
| Modifier and Type | Method and Description |
|---|---|
AdminCommandContext |
JobManager.Checkpoint.getContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobManager.checkpoint(AdminCommand command,
AdminCommandContext context)
Stores current command state.
|
void |
JobManager.checkpoint(AdminCommandContext context,
Serializable data)
Stores current command state.
|
void |
SupplementalCommandExecutor.SupplementalCommand.execute(AdminCommandContext ctxt) |
void |
AdminCommand.execute(AdminCommandContext context)
Executes the command with the command parameters passed as Properties
where the keys are the parameter names and the values are the parameter values
|
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.
|
static void |
CommandSupport.init(org.glassfish.hk2.api.ServiceLocator serviceLocator,
AdminCommand command,
AdminCommandContext context,
Job instance)
Execute aspects when command is just completely initialized, i..e
injected with parameters.
|
void |
CommandAspectBase.init(T ann,
AdminCommand command,
AdminCommandContext context,
Job instance)
Execute when command is just completely initialized, i..e
injected with parameters.
|
void |
CommandAspectImpl.init(T ann,
AdminCommand command,
AdminCommandContext context,
Job instance)
Execute when command is just completely initialized, i..e
injected with parameters.
|
boolean |
AdminCommandSecurity.Preauthorization.preAuthorization(AdminCommandContext context) |
| Constructor and Description |
|---|
AdminCommandContextForInstance(AdminCommandContext wrapped,
ProgressStatus progressStatus) |
Checkpoint(Job job,
AdminCommand command,
AdminCommandContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
LegacyConfigurationUpgrade.execute(AdminCommandContext context) |
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.