Uses of Interface
org.glassfish.api.admin.SupplementalCommandExecutor.SupplementalCommand
-
Packages that use SupplementalCommandExecutor.SupplementalCommand Package Description org.glassfish.api.admin Admin commands in GlassFish -
-
Uses of SupplementalCommandExecutor.SupplementalCommand in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return types with arguments of type SupplementalCommandExecutor.SupplementalCommand Modifier and Type Method Description Collection<SupplementalCommandExecutor.SupplementalCommand>SupplementalCommandExecutor. listSuplementalCommands(String commandName)Method parameters in org.glassfish.api.admin with type arguments of type SupplementalCommandExecutor.SupplementalCommand Modifier and Type Method Description ActionReport.ExitCodeSupplementalCommandExecutor. execute(Collection<SupplementalCommandExecutor.SupplementalCommand> suplementals, Supplemental.Timing time, AdminCommandContext context, ParameterMap parameters, org.jvnet.hk2.component.MultiMap<String,File> optionFileMap)
-