| Methods in org.glassfish.api.admin with parameters of type AdminCommandContext |
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 |
ExecuteOn.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. |
ActionReport.ExitCode |
SupplementalCommandExecutor.execute(String commandName,
Supplemental.Timing time,
AdminCommandContext context,
ParameterMap parameters,
org.jvnet.hk2.component.MultiMap<String,File> optionFileMap)
|