| 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(java.lang.String commandName,
AdminCommand command,
AdminCommandContext context,
ParameterMap parameters)
|
ActionReport.ExitCode |
ClusterExecutor.execute(java.lang.String commandName,
AdminCommand command,
AdminCommandContext context,
ParameterMap parameters)
Execute the passed command on targeted remote instances. |
ActionReport.ExitCode |
SupplementalCommandExecutor.execute(java.lang.String commandName,
Supplemental.Timing time,
AdminCommandContext context,
ParameterMap parameters,
org.jvnet.hk2.component.MultiMap<java.lang.String,java.io.File> optionFileMap)
|